安裝開發(fā)語言python3運行環(huán)境LinuxWindo" />

国产成人精品无码青草_亚洲国产美女精品久久久久∴_欧美人与鲁交大毛片免费_国产果冻豆传媒麻婆精东

15158846557 在線咨詢 在線咨詢
15158846557 在線咨詢
所在位置: 首頁 > 營銷資訊 > 網(wǎng)站運營 > 滲透測試必備|一款優(yōu)秀的web指紋識別工具

滲透測試必備|一款優(yōu)秀的web指紋識別工具

時間:2023-07-07 11:51:01 | 來源:網(wǎng)站運營

時間:2023-07-07 11:51:01 來源:網(wǎng)站運營

滲透測試必備|一款優(yōu)秀的web指紋識別工具:

前言

一直苦于沒有用的順手的web指紋識別工具,學(xué)習(xí)前輩s7ckTeam的Glass和broken5的WebAliveScan優(yōu)秀開源程序開發(fā)的輕量型web指紋工具。

安裝

開發(fā)語言

運行環(huán)境

安裝

git clone https://github.com/EASY233/Fingercd Fingerpip3 install -r requirements.txt

跟新說明

V3.0跟新

V2.0跟新

使用方法

參數(shù)說明

optional arguments: -h, --help show this help message and exitTarget: -u URL Input your url target -f FILE Input your target's fileOutput: -o OUTPUT Select the output format.eg(html,json,xml,default:html)DB: -type TYPE Select how you want to query -key KEY search for the keyword Usage:單一URL識別: python3 Finger.py -u http://www.baidu.com or www.baidu.com 批量URL識別: python3 Finger.py -f xx.txt輸出方式:支持html,json,xml三種格式默認html格式用法:python3 Finger.py -f xx.txt -o json從數(shù)據(jù)庫中查詢信息:-type 查詢方式可通過url,title,application,status等等方式支持模糊查詢-key 查詢關(guān)鍵字

配置說明

默認線程數(shù)為20實際需要修改可以在config/config.py中進行修改

threads = 20指紋識別庫在library/end.json中可執(zhí)行添加修改,添加修改規(guī)則:

支持的規(guī)則如下:

下面是一些例子:

{ "name": "WordPress", "cats": "Application", "html": ["<link rel=[/"']stylesheet[/"'] [^>]+wp-(?:content|includes)", "<link[^>]+s//d+//.wp//.com"], "meta": { "generator": "WordPress( [//d.]+)?//;version://1" } , { "name": "phpSQLiteCMS", "cats": "Application", "meta": { "generator": "^phpSQLiteCMS(?: (.+))?$//;version://1" }},{ "name": "非凡建站", "cats": "Application", "matches": { "url": "/images/Jobs_resume_up.gif", "md5": "041718edc41fb801317c3a0b1f4b7ca9" }}, { "name": "非凡建站", "cats": "Application", "matches": { "url": "/qq/images/mid4.gif", "md5": "a2d236f6cf10df3342e017a8aea7de31" }}一些注意事項:

數(shù)據(jù)庫操作

每一次指紋識別數(shù)據(jù)都會自動添加到數(shù)據(jù)庫中如果發(fā)現(xiàn)之前的數(shù)據(jù)已經(jīng)存在會覆蓋曾經(jīng)的數(shù)據(jù)。







并且支持直接從數(shù)據(jù)庫中提取我們需要的數(shù)據(jù):

從數(shù)據(jù)庫中的查詢title中含有wordpress的數(shù)據(jù)。

python3 ./Finger.py -type title -key wordpress







運行效果







掃描報告樣式取自Glass樣式報告:




推薦閱讀:牛掰了!阿里大佬居然把Nmap使用技巧總結(jié)的這么好 馬云看了都說叼

關(guān)鍵詞:指紋,識別,工具,優(yōu)秀,測試,滲透

74
73
25
news

版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。

為了最佳展示效果,本站不支持IE9及以下版本的瀏覽器,建議您使用谷歌Chrome瀏覽器。 點擊下載Chrome瀏覽器
關(guān)閉