Skip to content

Python 一句话木马爆破工具,速度极快

Notifications You must be signed in to change notification settings

XZLang/web_shell_bopo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

一句话木马爆破工具

环境

  • Python 3
  • requests 库

配置

配置文件为 conf 文件,主要是有爆破参数、字典目录这两部分组成:

  • url 为一句话目录的 url;
  • url_type 为 web 环境,支持 PHP,ASP 两种环境;
  • num 为一次提交密码个数,这个根据环境不同需要测试,一般 1K 服务端是可以接受的,可适当提高来减少爆破时间;
  • file 为字典文件目录列表,可写多个分别为 file1=,file2=,file3= ...;

执行

$ python3 main.py

注意

  • 字典文件的编码必须为 UTF-8

致谢

About

Python 一句话木马爆破工具,速度极快

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%