# Hackducky for Browser History A concept of a Rubber Ducky that extracts browser history from target machines and uploads it to a server for viewing. ## ⚠️ Disclaimer This tool is designed for educational purposes and authorized penetration testing only. Always ensure you have explicit permission before using this on any system you do not own. I also don't recommend hosting this because browser history files can be really big ## Setup 1. **Setup Script** ```bash ./setup.sh ``` 2. **Start the Server (In the server folder)** ```bash npm start ``` ## Web Interface - **Main Dashboard**: `http://localhost:port` - View collected browser history data - Browse by IP address - **Admin Panel**: `http://localhost:port/admin?password=YOUR_PASSWORD` - Reset the database ## Technical Stuff - **Server**: Node.js with Express and SQLite database - **Payload**: Bash script for Linux systems that use chrome but you can change the path - **Storage**: Browser history is stored as SQLite BLOBs, read on-demand on the server used AI to turn my bash script into 1 line because I have a life