https://github.com/harsh-katiyar/scripthound
A simple Python utility to search for Nmap script files (or any files) in a given directory. Displays results in a clean tabular format.
https://github.com/harsh-katiyar/scripthound
bugbounty cybersecurity infosec nmap osint pentesting recon redteam
Last synced: 10 months ago
JSON representation
A simple Python utility to search for Nmap script files (or any files) in a given directory. Displays results in a clean tabular format.
- Host: GitHub
- URL: https://github.com/harsh-katiyar/scripthound
- Owner: Harsh-Katiyar
- License: mit
- Created: 2025-08-27T05:26:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-27T05:59:25.000Z (10 months ago)
- Last Synced: 2025-08-27T14:29:04.413Z (10 months ago)
- Topics: bugbounty, cybersecurity, infosec, nmap, osint, pentesting, recon, redteam
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π ScriptHound β Sniffing out Nmap scripts fast
[](https://github.com/Harsh-katiyar/ScriptHound/stargazers)
[](https://github.com/Harsh-katiyar/ScriptHound/fork)
[](https://github.com/Harsh-katiyar/ScriptHound/issues)
[](LICENSE)
---
## π What is ScriptHound?
**ScriptHound** is a fast and interactive **Nmap script & file search tool** for pentesters, bug bounty hunters, and sysadmins.
It helps you quickly **sniff out NSE scripts** (and any files) inside directories like `/usr/share/nmap`.
---
## β¨ Features
- πΎ Search Nmap scripts by keyword (e.g., `ftp`, `ssl`, `vuln`)
- π Works on **any directory**, not just Nmap
- π¨ Fancy banners with color accents
- π Tabulated results for easy reading
- π» Cross-platform (**Linux**, **Windows**, **macOS**)
---
## πΈ Demo
Hereβs ScriptHound in action:

---
## π Installation
Clone this repo and install the required dependencies:
```bash
git clone https://github.com/Harsh-katiyar/ScriptHound.git
cd ScriptHound
pip install -r requirements.txt
```
βΆοΈ Usage
Run ScriptHound with:
python3 ScriptHound.py
πExample search:
Enter the file name to search: ftp