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
Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…
This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…
GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…
Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…
The free and open-source security platform SecHub, provides a central API to test software with…
Don't worry if there are any bugs in the tool, we will try to fix…