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 specified destination s, 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 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 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.100 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.).