Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 508 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 508 Bytes

WebMap

Tool to get information about web application.

Will help developers, pentesters make better safe web apps.

WebMap by fagci screenshot

Usage

python3 webapp.py https://site.com

If you want to check vulns by fuzzing (may be abusable, ask about permissions first), add --fuzz option:

python3 webapp.py https://site.com --fuzz

To hide your ass disable IP resolve, pass -n.

To allow redirects pass -r option.

To perform all checks pass --full option.