{"id":22822507,"url":"https://github.com/infosecredd/redds-pcap-uploader","last_synced_at":"2025-04-23T03:42:02.871Z","repository":{"id":174543311,"uuid":"652068938","full_name":"InfoSecREDD/REDDs-PCAP-Uploader","owner":"InfoSecREDD","description":"Easy Uploads to OHC for PCAP Files!","archived":false,"fork":false,"pushed_at":"2025-04-22T07:51:11.000Z","size":23,"stargazers_count":216,"open_issues_count":0,"forks_count":16,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-04-22T08:44:05.024Z","etag":null,"topics":["flipper-zero","marauders-esp","ohc","onlinehashcrack","pcap-files","wifi-pineapple"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InfoSecREDD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-11T01:38:00.000Z","updated_at":"2025-04-22T07:51:15.000Z","dependencies_parsed_at":"2024-12-12T16:12:13.777Z","dependency_job_id":"e2cb13b4-785b-45b4-ada1-1476de4880ef","html_url":"https://github.com/InfoSecREDD/REDDs-PCAP-Uploader","commit_stats":null,"previous_names":["infosecredd/f0-pcap-ohc"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfoSecREDD%2FREDDs-PCAP-Uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfoSecREDD%2FREDDs-PCAP-Uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfoSecREDD%2FREDDs-PCAP-Uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfoSecREDD%2FREDDs-PCAP-Uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InfoSecREDD","download_url":"https://codeload.github.com/InfoSecREDD/REDDs-PCAP-Uploader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366662,"owners_count":21418767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flipper-zero","marauders-esp","ohc","onlinehashcrack","pcap-files","wifi-pineapple"],"created_at":"2024-12-12T16:12:09.823Z","updated_at":"2025-04-23T03:42:02.864Z","avatar_url":"https://github.com/InfoSecREDD.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REDD's PCAP UPLOADER (RPU)\n\nA cross-platform utility for uploading PCAP files to Online Hash Crack (OHC).\n\n## About the Project\n\nRPU was created to give the Flipper Zero WiFi Dev Board and Marauder Community an easy way to upload all those wonderful \nPCAP files to OHC - ([OnlineHashCrack.com](https://OnlineHashCrack.com)) and get results in Email on-the-go. RPU was written in BATCH (Windows \nSystems) and BASH (Most Unix Based Systems) to provide as wide of compatibility as possible.\n\n## Version 2.1 - New Features \u0026 Improvements\n\nThis version includes three platform-specific scripts that maintain consistent behavior and output across different operating systems:\n\n- `upload-unix.sh` - For Linux and other Unix-based systems\n- `upload-macos.sh` - Specifically optimized for macOS\n- `upload-win.cmd` - For Windows 10 and newer\n\n### New Features\n\n- Email validation across all platforms\n- Automatic creation of a \"sent\" directory for processed files\n- Persistent email storage (saves your email in email.txt)\n- Compatible path handling for each operating system\n- Consistent output messages across all platforms\n- Upload history logging (in upload_history.log)\n- Recursive directory scanning\n- Optional PCAP file verification\n- Progress indicators for uploads\n- Command-line options for scripting\n\n## Little About PCAP Files\n\n### What is a PCAP?\nPacket capture (PCAP) is a networking practice involving the interception of data packets travelling over a network. \nOnce the packets are captured, they can be stored by IT teams for further analysis.\n\n### What is packet capture used for?\nPacket capturing helps to analyze networks, identify network performance issues and manage network traffic. It allows \nIT teams to detect intrusion attempts, security issues, network misuse, packet loss, and network congestion. It enables\nnetwork managers to capture data packets directly from the computer network. The process is known as packet sniffing.\n\nIT teams prefer using packet monitoring software to perform crucial tasks, such as:\n* Monitoring WAN Traffic\n* Tracking Network Usage\n* Isolating Compromised Systems\n* Testing Security of WAN's\n* Detecting Suspicious Traffic\n* Identify Rogue Attacks\n\n## Command-Line Options\n\nAll scripts now support the following command-line options:\n\n```\n  -h, --help         Show this help message\n  -r, --recursive    Search for PCAP files in subdirectories\n  -v, --verify       Verify files are valid PCAP files before upload\n  -n, --no-verify    Skip PCAP file verification (default behavior)\n  -s, --silent       Hide progress indicators\n  -e EMAIL           Specify email address for results\n```\n\nExample: `./upload-unix.sh -r -e your@email.com`\n\n## How to Use\n\n### Windows\n\n1. Place your .pcap files in the same directory as the script\n2. Double-click `upload-win.cmd` to run or use command-line options\n3. Enter your email when prompted (or pre-configure in the script)\n4. All PCAP files will be uploaded to OHC and moved to the \"sent\" folder\n\n### macOS\n\n1. Place your .pcap files in the same directory as the script\n2. Open Terminal and navigate to the script directory\n3. Make the script executable with: `chmod +x upload-macos.sh`\n4. Run with: `./upload-macos.sh` or use command-line options\n5. Enter your email when prompted (or pre-configure in the script)\n6. All PCAP files will be uploaded to OHC and moved to the \"sent\" folder\n\n### Linux/Unix\n\n1. Place your .pcap files in the same directory as the script\n2. Open Terminal and navigate to the script directory\n3. Make the script executable with: `chmod +x upload-unix.sh`\n4. Run with: `./upload-unix.sh` or use command-line options\n5. Enter your email when prompted (or pre-configure in the script)\n6. All PCAP files will be uploaded to OHC and moved to the \"sent\" folder\n\n## Pre-configuring Your Email\n\nTo avoid entering your email each time, you can either:\n\n1. Edit the script directly and set the EMAIL variable at the top\n2. Create a file named `email.txt` in the same directory with your email address\n3. Use the `-e` command-line option when running the script\n\n### Reset Email Address\nTo reset the EMAIL used to receive results, just delete \"email.txt\" in the directory where you have the script running. The script will prompt you for your EMAIL next time you run it.\n\n## Configuration Options\n\nYou can customize the behavior by setting these options in the script:\n\n- RECURSIVE_MODE - Set to true to scan subdirectories (default: false)\n- VERIFY_PCAP - Set to true to verify PCAP files before upload (default: false)\n- SHOW_PROGRESS - Set to true to show curl progress meter (default: true)\n\n## Requirements\n\n- Windows: curl.exe (included in Windows 10 1803 and later)\n- macOS/Linux: curl (usually pre-installed)\n\n## Known Issues\n\n- Some AV's (Anti-Viruses/Firewalls) may block scripts from using CURL correctly on Windows\n- In Version 2.1, the issue with spaces in usernames and paths has been fixed\n\n## Credits\n\nCreated by REDD (InfoSecREDD) - Creator/Developer \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfosecredd%2Fredds-pcap-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfosecredd%2Fredds-pcap-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfosecredd%2Fredds-pcap-uploader/lists"}