Spider-Cut is a Network Mapper Framework (NMAP Framework)
Installation | Usage | Creators | Donate
Installation
# Kali Linux | WSL
# clone the repo
$ git clone https://github.com/XFORWORKS/SpiderCut
# change the working directory to SpiderCut
$ cd SpiderCut
# install the requirements
$ python -m pip install -r requirements.txt
# run the bigger installation process
$ python setup.py
Usage
# Kali Linux | WSL
$ python spidercut.py --help
usage: spidercut.py [-h] [-v] [-s] [-m] [-rH] [-sn] [-rh] [-eX]
[-ex] [-a]
Spider-Cut is a Network Mapper Framework (NMAP Framework)
optional arguments:
-h, --help show this help message and exit
-v, --version shows the current Version of Spider-Cut
-s, --single scan a single Target
-m, --multiple scan multiple Targets
-rH, --rhost scan a range of Hosts
-sn, --subnet scan an entire Subnet
-rh, --ranhost scan random Hosts
-eX, --exclude Excluding Targets from a scan
-ex, --excllist Excluding Targets using a list
-a, --agscan perform an Aggressive scan
Created By XFORWORKS (Retr0 & Ctript0)
To run the script:
# Kali Linux | WSL
$ python spidercut.py
Creators
The Script is designed by Cript0 (like the banners, the colors, etc...)
Everything other is from Retr0 (like the commands, the framework idea, etc...)