USBFalcon is a tool designed to automatically copy files from plugged USB drives to a specified location. This tool facilitates quick data retrieval for analysis and testing.
- Automatic File Copying: Detects and copies files as soon as a USB drive is plugged in.
- User-Friendly: Simple setup and operation.
- Error Handling: Provides clear error messages for troubleshooting.
Platform | Developed | Tested | Version |
---|---|---|---|
Windows | ✅ | ✅ | Windows 11 24H2 |
Linux | ❌ | ❌ | ❌ |
macOS | ❌ | ❌ | ❌ |
-
Clone the Repository:
git clone https://github.com/yourusername/usb_falcon.git cd usb_falcon
-
Build the Project:
go build -o usb_falcon
-
Run the Tool:
./usb_falcon
USBFalcon includes error handling to report issues clearly, aiding in the debugging process during file copying.
Contributions are welcome! To contribute, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.