astsu | Easily scan networks

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

It uses the router IP as a base to map all possible ips. It then sends an ICMP packet to each IP and waits for a response. If the web host IP receives any response stored in an array, when it has finished checking all hosts , shows all hosts in the .

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 for the possible operand . Then it shows us the results.

Installation

Installation python-3

Linux
apt-get python3
chmod + x *
python3 -m pip install -r requirements.txt
python3 install.py
Done!

Windows
python 3, and install
python3 -m pip install -r requirements.txt
python3 install.py
Done!

Operating support

  • Windows heavy_check_mark
  • Linux heavy_check_mark
  • Mac question

You can download the program from here.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.082 registrants.

Written by Anastasis Vasileiadis

Translations are like women. When they are beautiful they are not faithful and when they are faithful they are not beautiful.

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).