Skip to content

Latest commit

 

History

History
65 lines (33 loc) · 1 KB

File metadata and controls

65 lines (33 loc) · 1 KB

Linux

$ sudo apt update

$ sudo apt install python3

$ sudo apt install python3-pip

$ sudo pip install scapy

$ git clone https://github.com/Solarwarp/WarpScan.git

$ cd WarpScan

$ sudo python3 warpscan.py


Windows

$ winget install Python.Python

$ winget install Git

$ pip install scapy

$ git clone https://github.com/Solarwarp/WarpScan.git

$ cd WarpScan

$ sudo python3 warpscan.py


MacOS

$ brew install python3

$ sudo apt install python3-pip

$ sudo pip install scapy

$ git clone https://github.com/Solarwarp/WarpScan.git

$ cd WarpScan

$ sudo python3 warpscan.py


Freebsd

$ sudo pkg update

$ sudo pkg install python3

$ sudo pip install scapy

$ git clone https://github.com/Solarwarp/WarpScan.git

$ cd WarpScan

$ sudo python3 warpscan.py