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

PathProber:基于暴力破解方法探測和發(fā)現(xiàn)HTTP路徑名

安全 數(shù)據(jù)安全
PathProber是一款功能強大的HTTP路徑發(fā)現(xiàn)工具,該工具基于暴力破解的方法來探測和發(fā)現(xiàn)HTTP路徑名,并能夠過濾掉特殊單詞,或一次性處理兩個單詞。

關(guān)于PathProber

PathProber是一款功能強大的HTTP路徑發(fā)現(xiàn)工具,該工具基于暴力破解的方法來探測和發(fā)現(xiàn)HTTP路徑名,并能夠過濾掉特殊單詞,或一次性處理兩個單詞。

現(xiàn)在已經(jīng)不需要再使用HTTP響應(yīng)碼來執(zhí)行網(wǎng)站目錄爆破或HTTP路徑名爆破了,該工具可以幫助廣大研究人員執(zhí)行滲透測試,因為它可以使用特定單詞或一次性使用兩個單詞來驗證目錄/路徑的有效性,而且結(jié)果會更加精準(zhǔn)。

該工具可以幫助我們找出下列內(nèi)容:

  • Web管理員/登錄面板;
  • 某些路徑的憑證;
  • 第三方令牌;
  • 其他有價值的內(nèi)容;

工具安裝

廣大研究人員可以使用下列命令將該項目源碼克隆至本地:

  1. git clone https://github.com/xchopath/pathprober 
  2. cd pathprober/ 

依賴組件安裝:

  1. pip3 install -r requirements.txt 

功能支持

  • 支持多個URL目標(biāo)(寫入以換行符分隔的文件中)或單個URL目標(biāo);
  • 支持多個路徑(寫入以換行符分隔的文件中)或單個路徑;
  • 一次性1個單詞或2個單詞(過濾器);
  • 將有效結(jié)果保存到另一個文件;
  • 多線程支持;

工具幫助

  1. bash:~/pathprober$ python3 pathprober.py --help 
  2.  ___  ____ ___ _  _ ___  ____ ____ ___  ____ ____ 
  3.  |__] |__|  |  |__| |__] |__/ |  | |__] |___ |__/ 
  4.  |    |  |  |  |  | |    |  \ |__| |__] |___ |  \ 
  5.        Probe HTTP pathname filtered by words 
  6. usage: pathprober.py [-h] [-t https://example.com] [-p pathname] [-T target.txt] [-P path.txt] [-w Word] [-w2 Word] [-o output.txt] 
  7. PathProber - Probe and discover HTTP pathname using brute-force methodology and filtered by specific word or 2 words at once 
  8. optional arguments: 
  9.   -h, --help            show this help message and exit 
  10.   -t https://example.com 
  11.                       Single website target 
  12.   -p pathname           Single pathname 
  13.   -T target.txt         Multiple target separated by newline 
  14.   -P path.txt           Multiple pathname separated by newline 
  15.   -w Word               A word that you want to find in a path 
  16.   -w2 Word              A second word that you want to find in a path 
  17.   -o output.txt         Save the results to file 

工具使用

多個目標(biāo),多個路徑和多個單詞:

  1. python3 pathprober.py -T target.txt -P path.txt -w "APP_NAME" -w2 "DB_PASSWORD" 

單個目標(biāo),多個路徑和單個單詞

  1. python3 pathprober.py -t https://redacted.com/ -P path.txt -w "APP_NAME" 

多個目標(biāo),單個類路徑,多個單詞,并將結(jié)果存儲至文件

  1. python3 pathprober.py -T target.txt -p /.env -w "APP_NAME" -w2 "TWILIO" -o output.txt 

工具演示樣例

項目地址

PathProber:【GitHub傳送門

 

責(zé)任編輯:趙寧寧 來源: FreeBuf
相關(guān)推薦

2009-05-20 11:30:21

2019-02-25 18:03:15

2023-09-11 07:17:30

2013-08-19 15:14:02

2013-05-14 10:12:13

2011-09-08 14:25:31

2012-11-29 14:44:07

2011-11-29 10:03:24

2013-06-08 10:41:51

2022-08-06 13:04:27

LinuxSHH

2013-04-18 09:52:56

2012-01-01 22:08:10

2011-04-02 09:34:38

2015-10-19 11:44:00

2009-08-10 15:47:20

2010-08-18 10:17:12

2014-09-24 09:27:02

2013-07-24 15:14:11

2022-02-07 11:58:21

微軟網(wǎng)絡(luò)釣魚攻擊

2015-07-14 17:12:49

點贊
收藏

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