Astsu 网络扫描仪

华盟原创文章投稿奖励计划

Astsu 网络扫描仪 

工具概述

扫描通用端口

将TCP Syn数据包发送到已定义端口上的目标,如果端口已打开,请使用nmap扫描检查端口上运行的服务并打印找到的所有端口。

发现网络中的主机

以路由器的IP为基础来映射所有可能的IP。然后,它向每个IP发送一个ICMP数据包,并等待响应,如果它收到在线主机IP阵列中保存的任何响应,则在完成检查所有主机后,将在线打印所有主机。

操作系统扫描

将ICMP数据包发送到目的地并等待响应。然后,从目标响应中提取TTL,并在列表中检查可能的OS(如果已创建)进行打印。

工具安装

Clone this repository git clone 

https://github.com/ReddyyZ/astsu.git

  • Install python 3.

    • Python 3, download and install

    • python3 -m pip install -r requirements.txt

    • python3 install.py

    • Done!

    • apt-get install python3

    • chmod x *

    • python3 -m pip install -r requirements.txt

    • python3 install.py

    • Done!

    • Linux

    • Windows


支持系统
windows
linux
文章来源:

https://github.com/ReddyyZ/astsu

本文原创,作者:张,其版权均为华盟网所有。如需转载,请注明出处:https://www.77169.net/download/262750.html

发表评论