How it works
- Scan common ports
 
- Discover hosts in network
 
- OS Scan
 
How to install
Clone this repository
git clone https://github.com/ReddyyZ/astsu.git- Install python 3. 
- Linux 
apt-get install python3chmod +x *python3 -m pip install -r requirements.txtpython3 install.py- Done!
 
 - Windows 
- Python 3, download and install
 python3 -m pip install -r requirements.txtpython3 install.py- Done!
 
 
 - Linux 
 
Arguments
- -sC | Scan common ports 
- -p | Protocol to use in the scan
 - -i | Interface to use
 - -t | Timeout to each request
 - -st | Use stealth scan method (TCP)
 
 - -sA | Scan all ports 
- -p | Protocol to use in the scan
 - -i | Interface to use
 - -t | Timeout to each request
 - -st | Use stealth scan method (TCP)
 
 - -sP | Scan a range ports 
- -p | Protocol to use in the scan
 - -i | Interface to use
 - -t | Timeout to each request
 - -st | Use stealth scan method (TCP)
 
 - -sO | Scan OS of a target
 - -d | Discover hosts in the network 
- -p | Protocol to use in the scan
 - -i | Interface to use
 
 
OS Support
- Windows
 - Linux
 - Mac
 
via KitPloit

No comments:
Post a Comment