python批量爆破后台目录脚本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python批量爆破后台目录脚本相关的知识,希望对你有一定的参考价值。

 1 # -*- coding:utf-8 -*-
 2 # 运行环境为python3.0   作者:Screw  
 3 
 4 import requests
 5 url=input("输入你的url  :")
 6 script=int(input("选择脚本1.asp 2.php 3.jsp 4.sapx  :"))
 7 true_script=""
 8 ture_url=""
 9 if script==1:
10     true_script="ASP.txt"
11 elif script==2:
12     true_script="PHP.txt"
13 elif script==3:
14     true_script="JSP.txt"
15 elif script==4:
16     true_script="ASPX.txt"
17 else :
18     print("输入错误!")
19 def baopo():
20     print(u"                                 爆破开始耐心等待:")
21     str=open(true_script).read()
22     str_list=str.split(\n)
23     for i in str_list:
24         # print (url)
25         url_true=url+i
26         
27         try:
28             a=requests.get(url_true).status_code
29             if a>=200 and a<=300:
30                 print(url_true)
31         except:
32             pass
33     print(u"爆破结束!")    
34     
35     

本脚本没有加进度条,可能等待过程较慢。

可以直接把御剑的字典拿过来用!也可以把自己收的字典添加进去!

以上是关于python批量爆破后台目录脚本的主要内容,如果未能解决你的问题,请参考以下文章

python 后台爆破工具

python实现去除jsfinder中的杂项

python实现去除jsfinder中的杂项

python 写的http后台弱口令爆破工具

Python FTP多线程爆破脚本

Python脚本--爆破SSH