Hound is an advanced information gathering tool that captures GPS coordinates, device fingerprints, camera photos/videos, and network information from target devices.
Hound is a tool that can remotely gather comprehensive information from a target device using a PHP server and social engineering. You can get the following information:
- Exact GPS Coordinates (Latitude, Longitude, Altitude)
- Accuracy, Speed, Heading
- Google Maps & Google Earth links
- User Agent, Platform, Language, Browser
- RAM, CPU Cores, Screen Resolution
- Battery Level & Charging Status
- Connection Type & Speed (4G/WiFi/etc)
- Canvas Fingerprint & Audio Fingerprint
- WebGL GPU Renderer & Vendor
- WebRTC Local IP Detection
- Touch Support, Pixel Ratio, Color Depth
- Storage Quota, Dark Mode, Timezone
- Media Devices list
- Do Not Track, Online status
- Front camera photo
- Front camera 10-second video
- Back camera photo
- Back camera 10-second video
- Public IP Address
- ISP, ASN, Organization
- Country, Region, City
- Proxy detection
- 🔒 Multi-Tunnel Support — Cloudflared, Serveo, LocalTunnel, or Localhost
- 🔗 Auto URL Shortener — Automatically shortens tunnel link via is.gd
- 📷 Camera Capture — Photos and 10s video from front & back cameras
- 🔍 Super Fingerprinting — 40+ data points including canvas, audio, WebGL
- 🛡️ Anti-Inspect — Blocks right-click, DevTools, View Source
- 🔐 Payload Obfuscation — Multi-layer hex encoding with random variable names
- 📊 Capture Storage — Photos & videos saved to
captures/folder
- Kali Linux
- Windows (WSL)
- Termux
- MacOS
- Ubuntu
- Parrot Sec OS
apt-get -y install php unzip git wget curl
For LocalTunnel option, you also need Node.js/npm:
apt-get -y install nodejs npm
git clone https://github.com/techchipnet/hound
cd hound
bash hound.sh
- Run
bash hound.sh - Select tunnel method (1-4)
- Share the generated link with target
- Wait for data in terminal
- Check
captures/folder for photos/videos - Check
data.txtfor full fingerprint report
| # | Method | Requires | HTTPS | Camera Support |
|---|---|---|---|---|
| 1 | Cloudflared | wget | ✅ | ✅ |
| 2 | Serveo | ssh | ✅ | ✅ |
| 3 | LocalTunnel | npm/npx | ✅ | ✅ |
| 4 | Localhost | - | ❌ | ❌ |
Note: Camera capture requires HTTPS. Use a tunnel (option 1-3) for full features.
- v1.0: Camera capture, super fingerprinting, multi-tunnel, URL shortener, payload obfuscation
- v0.2: Remove Ngrok and update cloudflared tunnel
Hound is created to help in penetration testing and it's not responsible for any misuse or illegal purposes.
Credit - Chatbot template: Masud Rana
