Skip to content

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

License

Notifications You must be signed in to change notification settings

bl4ck44/host-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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