{"id":50736354,"url":"https://github.com/blwhit/wifireaper","last_synced_at":"2026-06-10T14:01:07.387Z","repository":{"id":311375989,"uuid":"1043524850","full_name":"blwhit/WifiReaper","owner":"blwhit","description":"Automate large-scale Wi-Fi deauthentication attacks. Discover vulnerable wireless networks, capture WPA/WPA2 handshakes, and collect password hashes for cracking.","archived":false,"fork":false,"pushed_at":"2025-08-24T04:47:56.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-24T12:15:33.633Z","etag":null,"topics":[],"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/blwhit.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,"zenodo":null}},"created_at":"2025-08-24T03:34:36.000Z","updated_at":"2025-08-24T04:47:59.000Z","dependencies_parsed_at":"2025-08-24T12:15:45.413Z","dependency_job_id":"ded8d790-20e3-4732-8f1b-46e4232ddf7d","html_url":"https://github.com/blwhit/WifiReaper","commit_stats":null,"previous_names":["blwhit/wifireaper"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/blwhit/WifiReaper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blwhit%2FWifiReaper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blwhit%2FWifiReaper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blwhit%2FWifiReaper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blwhit%2FWifiReaper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blwhit","download_url":"https://codeload.github.com/blwhit/WifiReaper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blwhit%2FWifiReaper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34155422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-06-10T14:01:06.204Z","updated_at":"2026-06-10T14:01:07.382Z","avatar_url":"https://github.com/blwhit.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WifiReaper\n## Overview\nAutomatically discover and attack WiFi networks at scale. Mass deauthentication attacks to target WPA/WPA2 networks, and capture victim WiFi handshakes to be cracked for the cleartext password to the network.\n\n## Features\n\n- **Network Discovery**: Automatically scan and discover networks in range\n- **Handshake Capture**: Execute deauth attacks to capture WPA/WPA2 handshakes\n- **Continuous Attacking**: Run in a loop to continue cracking networks in range around the clock on intervals\n- **Ready to Crack**: Uses hcxpcapngtool to validate captured handshakes and convert them to ready-to-crack Hashcat formats\n- **Database**: Maintains local database of known cracked networks\n\n## Example\n\u003cimg width=\"456\" height=\"775\" alt=\"image\" src=\"https://github.com/user-attachments/assets/b4ffa351-c40f-44ea-8aca-caf5c427030f\" /\u003e\n\n## Requirements\n\n- Kali Linux or compatible distribution\n- WiFi adapter capable of monitor mode\n- Required packages (auto-installed):\n  - aircrack-ng\n  - tshark\n  - hcxtools\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/blwhit/WifiReaper.git\ncd WifiReaper\n```\n\n2. Make the script executable:\n```bash\nchmod +x WifiReaper.sh\n```\n\n## Usage\n\n### Basic Scanning\n```bash\n# Scan only (no attacks)\nsudo ./WifiReaper.sh wlan0 --scan\n\n# Single attack run\nsudo ./WifiReaper.sh wlan0\n```\n##### Defaults to running a 60-second discovery scan, and three 10-second deauthentication attacks per network.\n\n### Advanced Options\n```bash\n# Continuously scan and attack all networks with 5-minute intervals\nsudo ./WifiReaper.sh wlan0 --loop --wait 5\n\n# Exclude specific networks\nsudo ./WifiReaper.sh wlan0 -e \"MyNetwork\" -e \"AA:BB:CC:DD:EE:FF\"\n\n# Custom scan and attack timeouts\nsudo ./WifiReaper.sh wlan0 -ST 45 -DT 8 -DA 1\n```\n\n## Command Line Options\n\n| Option | Description |\n|--------|-------------|\n| `-s, --scan` | Scan only mode (no attacks) |\n| `-l, --loop` | Run continuously |\n| `-w, --wait \u003cmin\u003e` | Wait time between loop cycles |\n| `-ST \u003cseconds\u003e` | Scan timeout (default: 60) |\n| `-DT \u003cseconds\u003e` | Deauth timeout (default: 10) |\n| `-DA \u003cattempts\u003e` | Deauth attempts per network (default: 3) |\n| `-e, --exclude \u003cnetwork\u003e` | Exclude network by ESSID or BSSID |\n| `-i, --ignore` | Ignore cracked database |\n| `-h, --help` | Show help message |\n\n## Output Files\n\n- **Captures**: Stored in `Data/WifiReaper_YYYY-MM-DD_HH-MM-SS/`\n- **Converted Hashes**: Stored in `/Reaped` (`.hc22000` format)\n- **Database**: `Data/wifireaper_cracked.db` (tracks successful captures)\n\n## Notice\n\n⚠️ **IMPORTANT**: This tool is for educational and authorized security testing purposes only. Only use on networks you own or have explicit permission to test. Unauthorized access to computer networks is illegal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblwhit%2Fwifireaper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblwhit%2Fwifireaper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblwhit%2Fwifireaper/lists"}