Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bl4ck44/host-scan
- Owner: bl4ck44
- License: gpl-3.0
- Created: 2023-05-21T21:53:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-05T21:00:22.000Z (about 1 year ago)
- Last Synced: 2023-11-05T22:19:45.958Z (about 1 year ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 319 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.gitcd host-scan
sudo chmod +x setup.sh
sudo bash setup.sh
python scan.py
```## Termux
```
git clone https://github.com/bl4ck44/host-scan.gitcd host-scan
chmod +x setup.sh
bash setup.sh
python scan.py
```