DEV Community

Trix Cyrus
Trix Cyrus

Posted on

Waymap v1.0.7 - Web Vulnerability Scanner

Author: Trix Cyrus

Waymap - Web Vulnerability Scanner

Current Version: 1.0.7 Author: Trix Cyrus Copyright: © 2024 Trixsec Org

What is Waymap?

Waymap v1.0.7 is a fast and optimized web vulnerability scanner built for penetration testers. It helps in identifying vulnerabilities such as SQL Injection and Command Injection by testing against various payloads.

v1.0.3 features

sql injection
command injection
web crawling

v1.0.4 update

updated crawler to crawl url in target domain boundary and handle target url redirection
added auto update for scanner (for that reclone the repo if you are using v1.0.4)

v1.0.5

Fixed minor bugs(reclone the repo if you're using v1.0.4).

Version: 1.0.6

(Updated the autoupdate feature after this update no need to reclone repo)
but reclone now if you are using v1.0.5

v1.0.7

Fixed minor bugs and add support for scanning multiple url using --multi-target {targetfilename}.txt make sure file have one url per line
no need to reclone it i'll autoupdate whenever you use waymap
reclone if you are using version v1.0.5 or olde

Next Update Very Soon: 1.1.3

LFI Module
RCE Module
Maybe Dork Scraper

Installation and Usage

Clone the repository:

git clone https://github.com/TrixSec/waymap.git
Enter fullscreen mode Exit fullscreen mode

Install the required dependencies:

pip install .  
Enter fullscreen mode Exit fullscreen mode

Run Waymap:

python waymap.py --crawl 1 --scan sql/cmdi --target https://example.com
Enter fullscreen mode Exit fullscreen mode

CHECK HELP

python waymap.py -h
Enter fullscreen mode Exit fullscreen mode

Follow Us on Telegram
Stay updated with the latest tools and hacking resources. Join our Telegram Channel

~TrixSec

Top comments (0)