惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
博客园 - 聂微东
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
量子位
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hackread – Cybersecurity News, Data Breaches, AI and More
云风的 BLOG
云风的 BLOG
D
DataBreaches.Net
B
Blog
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
aimingoo的专栏
aimingoo的专栏
B
Blog RSS Feed
H
Help Net Security
The Cloudflare Blog
U
Unit 42

ABB00717

SecList Knock Pivoting and Tunneling Broken Authentication File Inclusion Login Brute Forcing Reverse Shell HTB - SpeedNet PHP Filter to RCE Redis HTB - Pollution HTB - Pollution 工具 常見服務 HTB - BroScience HTB - BroScience 如何把爛爛的 shell 升級成好用的 TTY 滲透筆記 HTB - Imagery HTB - Imagery HTB - Reset HTB - Reset HTB - Trick HTB - Trick HTB - Editorial HTB - Editorial 150. Evaluate Reverse Polish Notation droopescan 安裝找不到 module imp 解決「桌面背景被當成一個視窗不斷重新彈出並覆蓋其他視窗」的問題 桌面不斷彈出覆蓋其他視窗
Web Fuzzing
2026-09-19 · via ABB00717

Fuzzer

我最常用的就是 ffuf 了,不過還有很多選擇。

  • wenum
  • gobuster
  • feroxbuster

心得

不要懷疑,真的會忘記,如果沒有掃到東西,或是掃到一堆 302,務必務必務必先檢查有沒有加上 Cookie …

副檔名

  • PHP: -e .php,.txt,.bak,.old,.zip
  • IIS: -e .aspx,.asp,.config
  • Java: -e .jsp,.do,.action

辭典

原本我掃目錄都是用 raft-medium-words-lowercase.txt,直到我在 Nineveh 碰壁,用 DirBuster-2007_directory-list-lowercase-2.3-medium.txt 才掃出來 secure_notes,決定來學一下使用辭典檔的精隨。

以下是一些常用的辭典:

  • Discovery/Web-Content/common.txt:拿來掃目錄、子網域、虛擬主機啥的都可以
  • Discovery/Web-Content/big.txt:比 common 更多更雜的辭典
  • Discovery/Web-Content/DirBuster-2007_directory-list-2.3-medium.txt & Discovery/Web-Content/raft-large-directories.txt:聚焦在目錄名稱的辭典

不過我發現 SecLists 的 Web-Content 辭典可以分成三類:

  • *-directories-*:真實世界看到的目錄
  • *-files-*:真實世界看到的檔名
  • *-words-*:會把 secure_notes 拆成 securenotes,用的話要注意

反正這東西就各取所需吧!