W13scan is a proxy-based web scanner that runs on Linux/Windows/Mac systems. If you want w13scan to support https, similar to BurpSuite, first need to set up a proxy server (default 127.0.0.1:7778), then go to http://w13scan.ca to download the root certificate and trust it.
Install
pip3 install w13scan
Usage
#help
w13scan -h
#running
w13scan -s 127.0.0.1:7778
Development
from W13SCAN.api import Scanner
scanner = Scanner(threads=20)
scanner.put(“http://example.com/?post=1”)
scanner.run()
By introducing the w13scan package, you can quickly create a scanner.
Demo
garak checks if an LLM can be made to fail in a way we don't…
Vermilion is a simple and lightweight CLI tool designed for rapid collection, and optional exfiltration…
ADCFFS is a PowerShell script that can be used to exploit the AD CS container…
Tartufo will, by default, scan the entire history of a git repository for any text…
Loco is strongly inspired by Rails. If you know Rails and Rust, you'll feel at…
A data hoarder’s dream come true: bundle any web page into a single HTML file.…