- Web Penetration Testing with Kali Linux(Third Edition)
- Gilberto Najera Gutierrez Juned Ahmed Ansari
- 108字
- 2021-06-24 18:45:02
Web application fuzzers
A fuzzer is a tool designed to inject random data into a web application. A web application fuzzer can be used to test for buffer overflow conditions, error handling issues, boundary checks, and parameter format checks. The result of a fuzzing test is to reveal vulnerabilities that cannot be identified by web application vulnerability scanners. Fuzzers follow a trial and error method and require patience while identifying flaws.
Burp Suite and WebScarab have a built-in fuzzer. Wfuzz is a one-click fuzzer available in Kali Linux. We will use all of these to test web applications in Chapter 10, Other Common Security Flaws in Web Applications.
推薦閱讀
- Mobile-first Bootstrap
- Linux從零開始學(xué)(視頻教學(xué)版)
- Google系統(tǒng)架構(gòu)解密:構(gòu)建安全可靠的系統(tǒng)
- 白話區(qū)塊鏈
- Mastering KVM Virtualization
- 開源安全運(yùn)維平臺(tái)OSSIM疑難解析:入門篇
- 嵌入式Linux驅(qū)動(dòng)程序和系統(tǒng)開發(fā)實(shí)例精講
- OpenSolaris設(shè)備驅(qū)動(dòng)原理與開發(fā)
- 寫給架構(gòu)師的Linux實(shí)踐:設(shè)計(jì)并實(shí)現(xiàn)基于Linux的IT解決方案
- UI設(shè)計(jì)手繪表現(xiàn)從入門到精通
- 完美應(yīng)用Ubuntu(第2版)
- Learning IBM Watson Analytics
- Mastering Azure Serverless Computing
- Getting Started with Raspberry Pi Zero
- Azure Serverless Computing Cookbook