Astsu is an open source program written in python 3, which will help you gather information about your network.
Scan common ports
Send a TCP Syn packet to the destination of the specified port, if the port is open, use an nmap scan to check the service running on the port and display all ports found.
Discover hosts in network
Uses the router's IP as the basis for mapping all possible ips. It then sends an ICMP packet to each IP and waits for a response. If it receives any response stored on an array, the IP of the web host, when it has finished checking all the servers, displays all the servers on the internet.
OS Scan
It sends an ICMP packet to the destination and waits for a response. It then extracts the TTL from the destination response and checks the potential operating system. Then he shows us the results.
Installation
Installation python 3
Linux
apt-get install python3
chmod + x *
python3 -m pip install -r requirements.txt
python3 install.py
Done!
Windows
Python 3, download and install
python3 -m pip install -r requirements.txt
python3 install.py
Done!
Operating support
- Windows
- Linux
- Poppy
You can download the program from here.
Read them Technology News from all over the world, with the validity of iGuRu.gr
Follow us on Google News
Comment Policy:
IGuRu.gr does not publish the comments immediately. Malicious comments, comments that include ads, or comments that are offensive are deleted without notice. We do not adopt the opinions expressed by our readers.
Your comments will be displayed after approval by the administrators