錦州市廣廈電腦維修|上門維修電腦|上門做系統|0416-3905144熱誠服務,錦州廣廈維修電腦,公司IT外包服務
topFlag1 設為首頁
topFlag3 收藏本站
 
maojin003 首 頁 公司介紹 服務項目 服務報價 維修流程 IT外包服務 服務器維護 技術文章 常見故障
錦州市廣廈電腦維修|上門維修電腦|上門做系統|0416-3905144熱誠服務技術文章
Scanners-Box:開源掃描器大全 2017-05-2

作者: 佚名  日期:2017-05-01 07:11:49   來源: 本站整理

 Scanners-Box:開源掃描器大全 2017-05-2。

\

Scanners-Box是一個集合github平臺上的安全行業從業人員自研開源掃描器的倉庫,包括子域名枚舉、數據庫漏洞掃描、弱口令或信息泄漏掃描、端口掃描、指紋識別以及其他大型掃描器或模塊化掃描器; 該倉庫只收錄各位網友自己編寫的一般性開源掃描器,類似nmap、w3af、brakeman等知名掃描工具不收錄 。

子域名枚舉

https://github.com/lijiejie/subDomainsBrute (經典的子域名爆破枚舉腳本) https://github.com/ring04h/wydomain (子域名字典窮舉) https://github.com/le4f/dnsmaper (子域名枚舉與地圖標記) https://github.com/0xbug/orangescan (在線子域名信息收集工具) https://github.com/TheRook/subbrute (根據DNS記錄查詢子域名) https://github.com/We5ter/GSDF (基于谷歌SSL透明證書的子域名查詢腳本) https://github.com/mandatoryprogrammer/cloudflare_enum (使用CloudFlare進行子域名枚舉的腳本) https://github.com/18F/domain-scan (A domain scanner) https://github.com/guelfoweb/knock (Knock Subdomain Scan) https://github.com/Evi1CLAY/CoolPool/tree/master/Python/DomainSeeker (多方式收集目標子域名信息) https://github.com/code-scan/BroDomain (兄弟域名查詢) https://github.com/chuhades/dnsbrute (基于dns查詢的子域名枚舉)

數據庫掃描

https://github.com/0xbug/SQLiScanner (一款基于SQLMAP和Charles的被動SQL注入漏洞掃描工具) https://github.com/stamparm/DSSS (99行代碼實現的sql注入漏洞掃描器) https://github.com/LoRexxar/Feigong (針對各種情況自由變化的MySQL注入腳本) https://github.com/youngyangyang04/NoSQLAttack (一款針對mongoDB的攻擊工具) https://github.com/Neohapsis/bbqsql (SQL盲注利用框架) https://github.com/NetSPI/PowerUpSQL (攻擊SQLSERVER的Powershell腳本框架) https://github.com/WhitewidowScanner/whitewidow (又一款數據庫掃描器) https://github.com/stampery/mongoaudit (MongoDB審計及滲透工具) https://github.com/torque59/Nosql-Exploitation-Framework (NoSQL掃描/爆破工具)

弱口令或信息泄漏掃描

https://github.com/lijiejie/htpwdScan (一個簡單的HTTP暴力破解、撞庫攻擊腳本) https://github.com/lijiejie/BBScan (一個迷你的信息泄漏批量掃描腳本) https://github.com/lijiejie/GitHack (.git文件夾泄漏利用工具) https://github.com/wilson9x1/fenghuangscanner_v3 (端口及弱口令檢測) https://github.com/ysrc/F-Scrack (對各類服務進行弱口令檢測的腳本) https://github.com/Mebus/cupp (根據用戶習慣生成弱口令探測字典腳本) https://github.com/RicterZ/genpAss (中國特色的弱口令生成器) https://github.com/netxfly/crack_ssh (go寫的協程版的ssh\redis\mongodb弱口令破解工具) https://github.com/n0tr00t/Sreg (通過輸入email、phone、username的返回用戶注冊的所有互聯網護照信息) https://github.com/repoog/GitPrey (GitHub敏感信息掃描工具) https://github.com/dxa4481/truffleHog (GitHub敏感信息掃描工具,包括檢測commit等) https://github.com/LandGrey/pydictor (暴力破解字典建立工具)

物聯網設備掃描

https://github.com/rapid7/IoTSeeker (物聯網設備默認密碼掃描檢測工具) https://github.com/shodan-labs/iotdb (使用nmap掃描IoT設備) https://github.com/jh00nbr/Routerhunter-2.0 (路由器設備漏洞掃描利用) https://github.com/scu-igroup/telnet-scanner (telnet服務密碼撞庫)

XSS掃描

https://github.com/shawarkhanethicalhacker/BruteXSS (Cross-Site Scripting Bruteforcer) https://github.com/1N3/XSSTracer (A small python script to check for Cross-Site Tracing) https://github.com/0x584A/fuzzXssPHP (PHP版本的反射型xss掃描) https://github.com/chuhades/xss_scan (批量掃描xss的python腳本) https://github.com/BlackHole1/autoFindXssAndCsrf (自動化檢測頁面是否存在XSS和CSRF漏洞的瀏覽器插件) https://github.com/UltimateHackers/XSSight (自動化XSS掃描)

企業網絡自檢

https://github.com/sowish/LNScan (詳細的內部網絡信息掃描器) https://github.com/SkyLined/LocalNetworkScanner (javascript實現的本地網絡掃描器) https://github.com/ysrc/xunfeng (網絡資產識別引擎,漏洞檢測引擎) https://github.com/laramies/theHarvester (企業被搜索引擎收錄敏感資產信息監控腳本:員工郵箱、子域名、Hosts) https://github.com/x0day/Multisearch-v2 (bing、google、360、zoomeye等搜索引擎聚合搜索,可用于發現企業被搜索引擎收錄的敏感資產信息)

webshell檢測以及病毒分析工具

https://github.com/We5ter/Scanners-Box/tree/master/webshell/ (簡單的php后門檢測工具以及webshell樣本庫) https://github.com/ym2011/ScanBackdoor (Webshell掃描工具) https://github.com/yassineaddi/BackdoorMan (A toolkit find malicious, hidden and suspicious PHP scripts and shells in a chosen destination) https://github.com/he1m4n6a/findWebshell (又一款webshell檢測工具) https://github.com/Tencent/HaboMalHunter (哈勃分析系統,linux系統病毒分析及安全檢測) https://github.com/PlagueScanner/PlagueScanner (使用python實現的集成ClamAV、ESET、Bitdefender的反病毒引擎) https://github.com/nbs-system/php-malware-finder (一款高效率PHP-webshell掃描工具) https://github.com/emposha/PHP-Shell-Detector/ (測試效率高達99%的webshell檢測工具)

內網滲透

https://github.com/0xwindows/VulScritp (企業內網滲透腳本,包括banner掃描、端口掃描;phpmyadmin、jenkins等通用漏洞利用等) https://github.com/lcatro/network_backdoor_scanner (基于網絡流量的內網探測框架) https://github.com/fdiskyou/hunter (調用 Windows API 枚舉用戶登錄信息) https://github.com/BlackHole1/WebRtcXSS (自動化利用XSS入侵內網)

端口掃描、指紋識別以及中間件掃描

https://github.com/ring04h/wyportmap (目標端口掃描+系統服務指紋識別) https://github.com/ring04h/weakfilescan (動態多線程敏感信息泄露檢測工具) https://github.com/EnableSecurity/wafw00f (WAF產品指紋識別) https://github.com/rbsec/sslscan (ssl類型識別) https://github.com/urbanadventurer/whatweb (web指紋識別) https://github.com/tanjiti/FingerPrint (web應用指紋識別) https://github.com/nanshihui/Scan-T (網絡爬蟲式指紋識別) https://github.com/OffensivePython/Nscan (a fast Network scanner inspired by Masscan and Zmap) https://github.com/ywolf/F-NAScan (網絡資產信息掃描, ICMP存活探測,端口掃描,端口指紋服務識別) https://github.com/ywolf/F-MiddlewareScan (中間件掃描) https://github.com/maurosoria/dirsearch (Web path scanner) https://github.com/x0day/bannerscan (C段Banner與路徑掃描) https://github.com/RASSec/RASscan (端口服務掃描) https://github.com/3xp10it/bypass_waf (waf自動暴破) https://github.com/3xp10it/xcdn (嘗試找出cdn背后的真實ip) https://github.com/Xyntax/BingC (基于Bing搜索引擎的C段/旁站查詢,多線程,支持API) https://github.com/Xyntax/DirBrute (多線程WEB目錄爆破工具) https://github.com/zer0h/httpscan (一個爬蟲式的網段Web主機發現小工具) https://github.com/lietdai/doom (thorn上實現的分布式任務分發的ip端口漏洞掃描器) https://github.com/chichou/grab.js (類似 zgrab 的快速 TCP 指紋抓取解析工具,支持更多協議) https://github.com/Nitr4x/whichCDN (CDN識別、檢測) https://github.com/secfree/bcrpscan (基于爬蟲的web路徑掃描器) https://github.com/mozilla/ssh_scan (服務器ssh配置信息掃描)

專用掃描器

https://github.com/blackye/Jenkins (Jenkins漏洞探測、用戶抓取爆破) https://github.com/code-scan/dzscan (discuz掃描) https://github.com/chuhades/CMS-Exploit-Framework (CMS攻擊框架) https://github.com/lijiejie/IIS_shortname_Scanner (an IIS shortname Scanner) https://github.com/riusksk/FlashScanner (flashxss掃描) https://github.com/coffeehb/SSTIF (一個Fuzzing服務器端模板注入漏洞的半自動化工具) https://github.com/epinna/tplmap (服務器端模板注入漏洞檢測與利用工具) https://github.com/cr0hn/dockerscan (docker掃描工具)

無線網絡滲透、掃描

https://github.com/savio-code/fern-wifi-cracker/ (無線安全審計工具) https://github.com/m4n3dw0lf/PytheM (Python網絡/滲透測試工具) https://github.com/P0cL4bs/WiFi-Pumpkin (無線安全滲透測試套件)

代碼靜態掃描、代碼運行棧跟蹤

https://github.com/wufeifei/cobra (白盒代碼安全審計系統) https://github.com/OneSourceCat/phpvulhunter (靜態php代碼審計) https://github.com/Qihoo360/phptrace (跟蹤、分析PHP運行情況的工具) https://github.com/ajinabraham/NodeJsScan (NodeJS應用代碼審計)

模塊化掃描、綜合掃描器

https://github.com/az0ne/AZScanner (自動漏洞掃描器,子域名爆破,端口掃描,目錄爆破,常用框架漏洞檢測) https://github.com/blackye/lalascan (自主開發的分布式web漏洞掃描框架,集合owasp top10漏洞掃描和邊界資產發現能力) https://github.com/blackye/BkScanner (BkScanner 分布式、插件化web漏洞掃描器) https://github.com/ysrc/GourdScanV2 (被動式漏洞掃描) https://github.com/alpha1e0/pentestdb (WEB滲透測試數據庫) https://github.com/netxfly/passive_scan (基于http代理的web漏洞掃描器) https://github.com/1N3/Sn1per (自動化掃描器,包括中間件掃描以及設備指紋識別) https://github.com/RASSec/pentestEr_Fully-automatic-scanner (定向全自動化滲透測試工具) https://github.com/3xp10it/3xp10it (自動化滲透測試框架) https://github.com/Lcys/lcyscan (掃描效果未驗證) https://github.com/Xyntax/POC-T (滲透測試插件化并發框架) https://github.com/v3n0m-Scanner/V3n0M-Scanner (Scanner in Python3.5 for SQLi/XSS/LFI/RFI and other Vulns) https://github.com/Skycrab/leakScan (web端的在線漏洞掃描) https://github.com/zhangzhenfeng/AnyScan (開發中…)

APT

https://github.com/Neo23x0/Loki (一款APT入侵痕跡掃描器)

收集目的

本倉庫收集的初衷是為向各類企業安全從業人員提供在企業信息安全防護體系建設過程中可以參考的開源安全掃描工具,以期望企業能夠利用這些掃描器對自身業務進行自檢,從而提高自身業務安全性

項目維護

Wester(sina weibo@西風微雨_Wester) && Martin (sina weibo@Mart1n_ZHOU)



熱門文章
  • 機械革命S1 PRO-02 開機不顯示 黑...
  • 聯想ThinkPad NM-C641上電掉電點不...
  • 三星一體激光打印機SCX-4521F維修...
  • 通過串口命令查看EMMC擦寫次數和判...
  • IIS 8 開啟 GZIP壓縮來減少網絡請求...
  • 索尼kd-49x7500e背光一半暗且閃爍 ...
  • 樓宇對講門禁讀卡異常維修,讀卡芯...
  • 新款海信電視機始終停留在開機界面...
  • 常見打印機清零步驟
  • 安裝驅動時提示不包含數字簽名的解...
  • 共享打印機需要密碼的解決方法
  • 圖解Windows 7系統快速共享打印機的...
  • 錦州廣廈電腦上門維修

    報修電話:13840665804  QQ:174984393 (聯系人:毛先生)   
    E-Mail:174984393@qq.com
    維修中心地址:錦州廣廈電腦城
    ICP備案/許可證號:遼ICP備2023002984號-1
    上門服務區域: 遼寧錦州市區
    主要業務: 修電腦,電腦修理,電腦維護,上門維修電腦,黑屏藍屏死機故障排除,無線上網設置,IT服務外包,局域網組建,ADSL共享上網,路由器設置,數據恢復,密碼破解,光盤刻錄制作等服務

    技術支持:微軟等
    主站蜘蛛池模板: 久久水蜜桃亚洲av无码精品麻豆| 无码国产精成人午夜视频不卡| 18禁超污无遮挡无码免费网站国产| 亚洲av福利无码无一区二区| 亚洲AV综合色区无码一区| 久久精品无码一区二区无码 | 久久精品成人无码观看56| 久久久久亚洲AV片无码下载蜜桃| 无码高潮少妇毛多水多水免费| 国产激情无码一区二区app| 亚洲日韩一区二区一无码| 狠狠躁天天躁中文字幕无码| 无码人妻精品一区二区三区久久久 | 久久亚洲AV成人无码软件| 精品人妻无码专区中文字幕| 亚洲AV无码之国产精品| 午夜不卡无码中文字幕影院| 无码日韩人妻AV一区二区三区| 亚洲综合无码无在线观看| 国产乱子伦精品无码码专区 | 久久久无码中文字幕久...| 无码8090精品久久一区| 少妇爆乳无码专区| 18禁无遮拦无码国产在线播放| 潮喷失禁大喷水无码| 成年无码av片在线| 免费无码一区二区| 无码的免费不卡毛片视频| 国产成人亚洲精品无码AV大片 | 性色AV无码中文AV有码VR| 中文字幕无码免费久久99| 精品无码人妻夜人多侵犯18 | 亚洲AV无码国产丝袜在线观看| 亚洲精品无码av天堂| 亚洲人成无码网站久久99热国产| 精品国产性色无码AV网站| 日韩毛片免费无码无毒视频观看| 无码人妻一区二区三区兔费| 久久亚洲AV成人无码国产电影| 亚洲欧洲免费无码| 无码无套少妇毛多69XXX|