Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-09-30 | 1.7 kB | |
v1.2.1 source code.tar.gz | 2024-09-30 | 3.5 MB | |
v1.2.1 source code.zip | 2024-09-30 | 3.5 MB | |
Totals: 3 Items | 6.9 MB | 0 |
Waymap - Web Vulnerability Scanner
Version: 1.2.1 Author: Trix Cyrus Copyright: © 2024 Trixsec Org Maintained: Yes
What is Waymap? Waymap is a fast and optimized web vulnerability scanner built for penetration testers. It helps in identifying vulnerabilities by testing against various payloads. v1.0.3 (First Version) SQL Injection Command Injection Web Crawling v1.0.4 Updated crawler to operate within target domain boundaries and handle URL redirection. Added auto-update functionality for the scanner (please reclone the repo if using v1.0.4). v1.0.5 Fixed minor bugs (please reclone the repo if using v1.0.4). v1.0.6 Enhanced the auto-update feature; no need to reclone the repo after this update. Please reclone if using v1.0.5. v1.0.7 Fixed minor bugs and added support for scanning multiple URLs using --multi-target {targetfilename}.txt (ensure the file has one URL per line). Auto-update enabled; no need to reclone unless on version v1.0.5 or older. v1.0.8 Added concurrency to utilize more CPU threads, speeding up SQL injection scans. Improved stability. Added logging functionality. v1.0.9 minor bug fix v1.1.0 added a new scan type : Server Side Template Injection: --scan ssti now you can do all type scan in one command using : --scan all Added Threading In SSTI(Server Side Template Injection) v1.1.1 fixed ssti exiting error v1.2.1 added new scanning module: xss(cross site scripting) --scan xss added xss filters bypass payload testing added threading in xss testing added new scanning module: LFI(Local File Inclusion) --scan lfi added threading in lfi testing --NEW--UPDATES--SOON--