
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
w13scan
Advanced tools
W13scan is a proxy-based web scanner that runs on Linux/Windows/Mac systems.
简体中文 | English
仅用于教育行为使用,其他用途后果自负
Demo https://youtu.be/WwIc2kDlKbc
Pure Python and Python version >= 3
Can you use star to encourage the author ?
$ sudo pip3 install w13scan
## update
$ sudo pip3 install -U w13scan
or
$ wget https://github.com/boy-hack/w13scan/archive/master.zip
$ unzip master.zip
$ cd master/W13SCAN
$ pip3 install -r ../requirement.txt
$ python3 cli.py -h
## help
$ w13scan -h
## running
$ w13scan -s 127.0.0.1:7778
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.
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.
FAQs
Passive Web Security Scanner
We found that w13scan demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.