/host-scan

Herramienta para escanear los puertos que están abiertos en un host evadiendo el firewall.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Host Scan

Este script se basa en una implementación eficiente y versátil, que permite a los usuarios detectar qué puertos están abiertos evadiendo el firewall de un sistema remoto. Con este script, los usuarios pueden realizar rápidamente un escaneo exhaustivo de los puertos de una IP.


Kali Linux y Parrot OS

git clone https://github.com/bl4ck44/host-scan.git

cd host-scan

sudo chmod +x setup.sh

sudo bash setup.sh

python scan.py

Termux

git clone https://github.com/bl4ck44/host-scan.git

cd host-scan

chmod +x setup.sh

bash setup.sh

python scan.py