Web Application Attack and Audit Framework: by Prachu Sharma
Web Application Attack and Audit Framework: by Prachu Sharma
By Prachu Sharma
W3af is a well known web attack and auditing framework. Very similar to Metasploit framework W3af combines all necessary actions for a complete web attack. Mapping Discovery Exploitation
This puts the framework into three major plug-ins.
Discovery Plugin
URLS Injection Points
Audit Plugin
Uses the above injection points Sends crafted data to find vulnerabilities
Exploit Plugin
Exploits vulnerabilities found Provides SQL dumps / remote shell is returned
Find all the URLs Create Fuzzable request Plugins: WebSpider URL fuzzer Pykto GoogleFuzzer
They use the discovery plug-in outputs and find their respective vulnerabilities SQL Injection (blind)
XSS
Buffer Overflow
Response Splitting
Grep every HTTP request and response findComments passwordProfiling privateIP DirectoryIndexing Getmails lang
BruteForce
Bruteforce logins
Evasion
Modify the request to evade IDS detection
Mangle
Modify requests/responses based on regular expressions.
Output
Write logs .
Any
Question
THANKS TO
ALL