昨晚下班后把HTTP Basic认证的暴力破解功能加入到htpwsScan脚本了。改动的地方比较多,还未严格测试。
用法:
htpwdScan.py -basic users.dic pass.dic -u=http://www.test.com/need-auth-url/
-basic 后指定用户名和密码字典
-u指定URL,通常无需从文件导入HTTP请求
破解成功的序列输出类似:
403[Basic Auth] tomcat:tomcat http://www.gedn.com/manager/html
介绍一个批量利用Tomcat的小技巧:
在搜索引擎中搜索如下关键词,可以找到大量老版本Tomcat:
intitle:”Apache Tomcat” intext:”Thanks for using Tomcat!”
对于较新版本,则使用如下关键词:
intitle:”Apache Tomcat/7.0.42″
为了匹配更多的7.0版本,考虑使用:
intitle:Apache Tomcat/7.0.
“Apache Software Foundation.” intitle:Apache Tomcat/7.0
关于关键词的组合,不再详细介绍。 试用新的功能:https://github.com/lijiejie/htpwdScan
挺不错的 膜拜
感谢李姐姐大牛分享这么多实用的开源工具
发现一只情痴表哥