astsu: Simple and fast Network Scanner

astsu is one network, which detects open ports and the services running behind them.

How does it work

Scan common ports

Send a TCP Syn packet to the specified destination s, if the port is open, it uses a scan with nmap to check the service running on the port and displays all ports found.

Discover hosts in network

Uses the ip of the router as a base to map all possible ips. It then sends an ICMP packet to each IP and waits for a response; if it receives any response stored in an array, the IP of the web host, when it has finished checking all the servers, displays all the servers of 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 system in a list, if it has found it, it displays it.

Installation

We clone the git clone https://github.com/ReddyyZ/astsu.git

We install it 3.

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

OS Support

  • Windows
  • Linux
  • Mac (Experimental)

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.

2 Comments

Leave a Reply

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.).