Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Herramienta para escanear los puertos que están abiertos en un host evadiendo el firewall.
https://github.com/bl4ck44/host-scan

bash bash-script bash-scripting cracking evasion firewall hacking hacking-tool host host-scanner ip ip-address nmap osint osint-python osint-tool python python-script python3

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```