Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 472 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 472 Bytes

PwnScan 0.1

Pwnscan is a simple tool that helps you with:

  • Extract URLs.
    • From website and Wayback Machine
  • Find subdomains.
  • Find some headers misconfiguration.
  • All results will be save in HTML file

Installation

git clone https://github.com/pwn0sec/pwnscan.git
cd PwnScan 
pip3 install requirements.txt

Usage

python3 pwnscan.py -u https://example.com

ToDo

XSS scanner
SSRF scanner
CRLF scanner