- Hands-On Application Penetration Testing with Burp Suite
- Carlos A. Lozano Dhruv Shah Riyaz Ahemed Walikar
- 238字
- 2021-07-02 12:16:37
Auditor/Scanner
Let's go ahead and understand the Burp Audit/Scanner rules and mechanism. Burp Auditor is mainly divided into the three following core categories:
- Passive phase
- Active phase
- JavaScript analysis phase
This allows Burp to actively spot and exploit functions that are stored and returned to the user in response to input. It also helps to avoid duplication by handling frequently occurring issues and insertion points in an optimal manner. Also, it effectively makes use of the system resources by executing work in parallel.
Burp Auditor reports tons of issues, widely ranging into the following categories:
- Passive: This is a non-intrusive audit that does analysis purely on the basis of the request and response received by a normal user traversal and form submissions.
- Light Active: This entails minor updates and changes done by Burp to find nominal flaws, such as cross-origin resource sharing.
- Medium Active: Here, Burp sends a few requests that an application might parse as malicious. The best example would be OS injection commands.
- Intrusive Active: Burp sends requests that might be more dangerous in nature and are likely to be detected if there are Web Application Firewalls (WAF) in place (for example, SQL injection).
- JavaScipt analysis: These are the ones that do a JavaScript-based analysis. The best example of this would be Document Object Model (DOM) based cross-site scripting.
In the following section, we will understand how Burp Scanner targets the various insertion points.
推薦閱讀
- 白話網(wǎng)絡(luò)安全2:網(wǎng)安戰(zhàn)略篇
- Securing Blockchain Networks like Ethereum and Hyperledger Fabric
- Mobile Forensics Cookbook
- 網(wǎng)絡(luò)安全應(yīng)急管理與技術(shù)實踐
- 計算機使用安全與防護
- Kali Linux Wireless Penetration Testing Cookbook
- 解密彩虹團隊非凡實戰(zhàn)能力:企業(yè)安全體系建設(shè)(共5冊)
- 云原生安全與DevOps保障
- 學電腦安全與病毒防范
- Kerberos域網(wǎng)絡(luò)安全從入門到精通
- 信息安全導論(第2版)
- 從實踐中學習密碼安全與防護
- 華為防火墻實戰(zhàn)指南
- 構(gòu)建新型網(wǎng)絡(luò)形態(tài)下的網(wǎng)絡(luò)空間安全體系
- 信息內(nèi)容安全管理及應(yīng)用