freeBuf
主站

分类

漏洞 工具 极客 Web安全 系统安全 网络安全 无线安全 设备/客户端安全 数据安全 安全管理 企业安全 工控安全

特色

头条 人物志 活动 视频 观点 招聘 报告 资讯 区块链安全 标准与合规 容器安全 公开课

官方公众号企业安全新浪微博

FreeBuf.COM网络安全行业门户,每日发布专业的安全资讯、技术剖析。

FreeBuf+小程序

FreeBuf+小程序

ScanT3r:一款功能强大的Web安全扫描工具
2020-07-27 18:33:47

ScanT3r是一款功能强大的Web安全扫描工具,该工具支持检测下列漏洞:

  • 远程代码执行漏洞-Linux;
  • 反射型XSS漏洞;
  • 模板注入漏洞:Jinja2、ERB、Java、Twig、Freemarker;
  • SQL注入漏洞;

系统支持:

  • Linux
  • Android
  • Windows

工具安装

注意:ScanT3r仅支持Python > 3.6环境。

Linux安装

首先,打开命令行终端窗口。

输入并运行下列命令:

$ git clone https://github.com/knassar702/scant3r

$ cd scant3r

$ python3 -m pip install -r requirements.txt

$ chmod +x scant3r

Android安装

首先,下载Termux App:【点我下载】。

打开Termux应用程序,然后输入并运行下列命令:

$ pkg install python -y

 $ pkg install git -y

 $ git clone https://github.com/knassar702/scant3r

 $ cd scant3r

 $ python3 -m pip install -r requirements.txt

 $ chmod +x scant3r

Windows安装

首先,下载并安装Python3环境,然后打开命令行终端窗口,输入并运行下列命令:

$ python3 -m pip install -r requirements.txt

工具使用

Options:

  -h, --help          |    Show help message and exit

  --version           |    Show program's version number and exit

  -u URL, --url=URL   |    Target URL (e.g."http://www.target.com/vuln.php?id=1")

  --data=DATA         |    Data string to be sent through POST (e.g. "id=1")

  --list=FILE         |    Get All Urls from List

  --threads           |    Max number of concurrent HTTP(s) requests (default 10)

  --timeout           |    Seconds to wait before timeout connection

  --proxy             |    Start The Connection with http(s) proxy

  --cookies           |    HTTP Cookie header value (e.g. "PHPSESSID=a8d127e..")

  --encode            |    How Many encode the payload (default 1)

  --allow-redirect    |    Allow the main redirect

  --user-agent        |    add custom user-agent

  --scan-headers      |    Try to inject payloads in headers not parameters (user-agent,referrer)

  --skip-headers      |    Skip The Headers scanning processe

  --sleep             |    Sent one request after some Seconds

  --module            |    add custom module (e.g. "google.py")

  --debug             |    Debugging Mood

工具使用样例

POST方法:

$ python3 scant3r -u 'http://localhost/dvwa/vulnerabilities/exec/' --data='ip=localhost&Submit=Submit'

添加Cookie:

$ python3 scant3r -u 'http://localhost/?l=2' --cookies='user=admin&id=1'

添加超时:

$ python3 scant3r -u 'http://localhost/?l=13' --timeout=1

允许重定向(302、301):

$ python3 scant3r -u 'http://localhost/?l=13' --allow-redirect

休眠时间:

$ python3 scant3r -u 'http://localhost/?l=13' --sleep=2

开启调试模式:

$ python3 scant3r -u 'http://localhost/?l=13' --debug

扫描所有Header:

$ python3 scant3r -u 'http://localhost/?l=13' --scan-headers

跳过Header:

$ python3 scant3r -u 'http://localhost/?l=13' --skip-headers

添加自定义User-Agent:

$ python3 scant3r -u 'http://localhost/?l=13' --user-agent='CustomUseragent(v2)'

添加编码方案:

$ python3 scant3r -u 'http://localhost/?l=13' --encode=2

添加代理:

$ python3 scant3r -u 'http://localhost/?l=13' --proxy='http://localhost:8080'

运行你自己的模块:

$ python3 scant3r -u 'http://localhost/?l=13' --module=dumper.py

添加URL列表:

$ python3 scant3r --list urls.txt --threads=40

测试样例

$ ./scant3r -u 'http://test.vulnweb.com/search.php?test=query' --data='searchFor=scant3r&goButton=go'

 

$ ./scant3r -u 'http://test.vulnweb.com/artists.php?artist=1'

 

$ ./scant3r -u 'https://menacoderrr.pythonanywhere.com/'

工具运行截图

诺基亚官网:

项目地址

ScanT3r:【GitHub传送门

# web安全 # 漏洞扫描 # 漏洞扫描工具
本文为 独立观点,未经允许不得转载,授权请联系FreeBuf客服小蜜蜂,微信:freebee2022
被以下专辑收录,发现更多精彩内容
+ 收入我的专辑
+ 加入我的收藏
相关推荐
  • 0 文章数
  • 0 关注者