上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 23 下一页
摘要: 先说明一下本文是转载的,虽然这篇文章作者写的时间比较早,但是这篇文章能让你更深刻的了解XSS,所以个人感觉很不错,分享给大家。 来源:https://www.jianshu.com/p/6ce1ab9ec9f7 之前积累了XSS 有一段时间,因为目前开始了一件有趣的工程,需要整合非常多的知识,其中W 阅读全文
posted @ 2020-04-18 22:30 komomon 阅读(1077) 评论(0) 推荐(0)
摘要: $res=array(); $str="你好aaaaa啊" preg_match_all("/[\x{4e00}-\x{9fa5}]+/u",$str,$res); var_dump($res); //输出 //array(1) { [0]=> array(2) { [0]=> string(6) 阅读全文
posted @ 2020-04-18 16:16 komomon 阅读(1272) 评论(1) 推荐(0)
摘要: Nmap扫描常用命令 参数速查表 参数(注意区分大小写) 说明 -sT TCP connect()扫描,这种方式会在目标主机的日志中记录大批连接请求和错误信息。 -sS 半开扫描,很少有系统能把它记入系统日志。不过,需要Root权限。 -sF -sN 秘密FIN数据包扫描、Xmas Tree、Nul 阅读全文
posted @ 2020-04-18 16:10 komomon 阅读(2498) 评论(0) 推荐(1)
摘要: jaVasCript:/*-/*`/*\`/*'/*"/**/(/* */oNcliCk=alert() )//%0D%0A%0d%0a//</stYle/</titLe/</teXtarEa/</scRipt/--!>\x3csVg/<sVg/oNloAd=alert()//>\x3e 拿着这个P 阅读全文
posted @ 2020-04-18 15:52 komomon 阅读(369) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/carryLess/p/6889378.html 字符串转化为Unicode编码 字符串转为16进制 16进制转为字符串 Unicode转为字符串 阅读全文
posted @ 2020-04-18 12:09 komomon 阅读(861) 评论(0) 推荐(0)
摘要: 0x01 pip(python2)安装: wget https://bootstrap.pypa.io/pip/2.7/get-pip.py python2 get-pip.py pip -V 0x02 pip3(python3)安装 wget https://bootstrap.pypa.io/p 阅读全文
posted @ 2020-04-17 14:52 komomon 阅读(9487) 评论(0) 推荐(1)
摘要: 一、 1、显示的错误如下: 2、解决的方法是:在运行中切换到你的apache的bin目录下,执行httpd.exe,看有什么提示 C:\GreenSoftware\Apache24\bin>httpd (OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : AH00072 阅读全文
posted @ 2020-04-16 23:35 komomon 阅读(2926) 评论(0) 推荐(1)
摘要: https://blog.csdn.net/ssjjtt1997/article/details/99299265 阅读全文
posted @ 2020-04-16 22:53 komomon 阅读(774) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_42081389/article/details/90513005 阅读全文
posted @ 2020-04-16 16:55 komomon 阅读(696) 评论(0) 推荐(0)
摘要: 有的时候我们用python来抓取网页会得到类似 '\\u003C\\u0066\\u0072\\u006F\\u006D\\u003E' 或者 '%u003c%u0062%u0072%u003e%u003c%u0064%u0069%u0076%u0020%u0063%u006c......' 那么应 阅读全文
posted @ 2020-04-16 16:51 komomon 阅读(825) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 23 下一页