THIS REPO/PROJECT IS MADE FOR DEVELOPMENT PURPOSE, YET TO BE DEPLOYED !
Web Application Vulnerability Scanning
using Python
and browser automation libraries allowing efficient scanning of web application
.
- Python
- Beautiful Soup
- Automate the submission of form's payload
- log and analyze the response
Mainting session
- Extract other same domain/page url to be scanned.
- log response in a structural manner
- give a referrence for the value --
- Planning
- Design
- Moduling
- Coding
- Packaging
- Testing
- Writing documentary
- Advertising
**Suite**
|
|
v
**main file** <-------> [needed testing module (like:headermodule)]
{collects logs} /\|
||
|v
[needed submodule(s) , like x-frame...]
/\|
returns response from the server|| sends/post request to server/page
||
|v
**[server]**
- Main modules
- Scanner modules
- Utility modules
- Config modules
- Report modules
- External modules