astsu | Easily scan networks

astsu is an open program written in python 3, which will help you collect 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

Χρησιμοποιεί ως βάση την IP του δρομολογητή για τη χαρτογράφηση όλων των πιθανών ips. Στη συνέχεια στέλνει ένα πακέτο ICMP σε κάθε IP και περιμένει απάντηση. Εάν λάβει οποιαδήποτε απόκριση που έχει αποθηκευτεί σε μια συστοιχία η IP του διαδικτυακού κεντρικού υπολογιστή, όταν τελειώσει τον έλεγχο όλων των κεντρικών υπολογιστών, εμφανίζει όλους τους κεντρικούς υπολογιστές στο δια.

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