自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

ScanT3r:一款功能強(qiáng)大的Web安全掃描工具

開發(fā) 開發(fā)工具
ScanT3r是一款功能強(qiáng)大的Web安全掃描工具,該工具支持檢測(cè)這些漏洞。

 ScanT3r是一款功能強(qiáng)大的Web安全掃描工具,該工具支持檢測(cè)下列漏洞:

  • 遠(yuǎn)程代碼執(zhí)行漏洞-Linux;
  • 反射型XSS漏洞;
  • 模板注入漏洞:Jinja2、ERB、Java、Twig、Freemarker;
  • SQL注入漏洞;

系統(tǒng)支持:

  • Linux
  • Android
  • Windows

工具安裝

注意:ScanT3r僅支持Python > 3.6環(huán)境。

Linux安裝

首先,打開命令行終端窗口。

輸入并運(yùn)行下列命令:

  1. $ git clone https://github.com/knassar702/scant3r 
  2.  
  3. $ cd scant3r 
  4.  
  5. $ python3 -m pip install -r requirements.txt 
  6.  
  7. $ chmod +x scant3r 

Android安裝

首先,下載Termux App:https://play.google.com/store/apps/details?id=com.termux&hl=en

打開Termux應(yīng)用程序,然后輸入并運(yùn)行下列命令:

  1. $ pkg install python -y 
  2.  
  3.  $ pkg install git -y 
  4.  
  5.  $ git clone https://github.com/knassar702/scant3r 
  6.  
  7.  $ cd scant3r 
  8.  
  9.  $ python3 -m pip install -r requirements.txt 
  10.  
  11.  $ chmod +x scant3r 

Windows安裝

首先,下載并安裝 Python3 環(huán)境,然后打開命令行終端窗口,輸入并運(yùn)行下列命令:

  1. $ python3 -m pip install -r requirements.txt 

工具使用

  1. Options: 
  2.  
  3.   -h, --help          |    Show help message and exit 
  4.  
  5.   --version           |    Show program's version number and exit 
  6.  
  7.   -u URL, --url=URL   |    Target URL (e.g."http://www.target.com/vuln.php?id=1"
  8.  
  9.   --data=DATA         |    Data string to be sent through POST (e.g. "id=1"
  10.  
  11.   --list=FILE         |    Get All Urls from List 
  12.  
  13.   --threads           |    Max number of concurrent HTTP(s) requests (default 10
  14.  
  15.   --timeout           |    Seconds to wait before timeout connection 
  16.  
  17.   --proxy             |    Start The Connection with http(s) proxy 
  18.  
  19.   --cookies           |    HTTP Cookie header value (e.g. "PHPSESSID=a8d127e.."
  20.  
  21.   --encode            |    How Many encode the payload (default 1
  22.  
  23.   --allow-redirect    |    Allow the main redirect 
  24.  
  25.   --user-agent        |    add custom user-agent 
  26.  
  27.   --scan-headers      |    Try to inject payloads in headers not parameters (user-agent,referrer) 
  28.  
  29.   --skip-headers      |    Skip The Headers scanning processe 
  30.  
  31.   --sleep             |    Sent one request after some Seconds 
  32.  
  33.   --module            |    add custom module (e.g. "google.py"
  34.  
  35.   --debug             |    Debugging Mood 

工具使用樣例

POST方法:

  1. $ 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'

添加超時(shí):

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

允許重定向(302、301):

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

休眠時(shí)間:

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

開啟調(diào)試模式:

$ 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'

運(yùn)行你自己的模塊:

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

添加URL列表:

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

測(cè)試樣例

  1. $ ./scant3r -u 'http://test.vulnweb.com/search.php?test=query' --data='searchFor=scant3r&goButton=go' 
  2.  
  3.   
  4.  
  5. $ ./scant3r -u 'http://test.vulnweb.com/artists.php?artist=1' 
  6.  
  7.   
  8.  
  9. $ ./scant3r -u 'https://menacoderrr.pythonanywhere.com/' 

工具運(yùn)行截圖

諾基亞官網(wǎng):

項(xiàng)目地址

ScanT3r:https://github.com/knassar702/scant3r

責(zé)任編輯:張燕妮 來源: FreeBuf
相關(guān)推薦

2019-01-31 11:01:57

2021-12-28 15:33:36

安全工具Stacs憑證掃描

2021-10-25 05:39:12

被動(dòng)網(wǎng)絡(luò)偵察工具Sigurlfind3安全工具

2021-07-09 10:14:05

IP工具命令

2022-02-20 18:59:23

漏洞安全掃描工具

2021-09-14 15:01:31

Pstf安全工具指紋框架

2021-10-19 06:37:21

安全工具Qlog安全日志工具

2023-09-14 08:39:45

2020-12-15 07:54:40

工具Hutoolgithub

2020-12-15 15:08:17

工具Java線程

2021-10-10 12:17:06

Weakpass在線字典生成器安全工具

2021-11-01 05:53:08

Doldrums逆向工程分析工具安全工具

2022-01-13 09:27:26

SMBeagle安全審計(jì)工具安全工具

2021-10-24 08:15:44

Web身份認(rèn)證測(cè)試框架

2023-10-08 07:51:07

HInvoke項(xiàng)目函數(shù)

2022-02-10 08:18:11

WiFi安全測(cè)試工具Wi-Fi Fram

2019-08-02 09:46:00

工具性能數(shù)據(jù)

2021-11-17 10:16:39

Kodex隱私安全工程工具包

2021-12-02 18:14:37

PortBender定向工具安全工具

2023-09-08 10:28:23

客戶端腳本數(shù)據(jù)
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)