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

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.

Awesome Lists containing this project

README

          

# πŸ• ScriptHound β€” Sniffing out Nmap scripts fast

[![Stars](https://img.shields.io/github/stars/Harsh-katiyar/ScriptHound?style=social)](https://github.com/Harsh-katiyar/ScriptHound/stargazers)
[![Forks](https://img.shields.io/github/forks/Harsh-katiyar/ScriptHound?style=social)](https://github.com/Harsh-katiyar/ScriptHound/fork)
[![Issues](https://img.shields.io/github/issues/Harsh-katiyar/ScriptHound)](https://github.com/Harsh-katiyar/ScriptHound/issues)
[![License](https://img.shields.io/github/license/Harsh-katiyar/ScriptHound)](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:

![ScriptHound Demo](Demo/demo.gif)

---

## πŸš€ 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