{"id":13908271,"url":"https://github.com/amitniz/spyfi","last_synced_at":"2025-07-18T07:30:47.475Z","repository":{"id":153856692,"uuid":"618741741","full_name":"amitniz/spyfi","owner":"amitniz","description":"SpyFi is an opensource wifi exploitation tool written in rust","archived":false,"fork":false,"pushed_at":"2024-01-10T08:46:40.000Z","size":57081,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-25T17:46:04.458Z","etag":null,"topics":["rust","rust-hack","tui-rs","wifi","wifi-hacking","wifi-security"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amitniz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-03-25T08:00:48.000Z","updated_at":"2024-11-22T09:07:31.000Z","dependencies_parsed_at":"2024-07-22T10:43:40.279Z","dependency_job_id":null,"html_url":"https://github.com/amitniz/spyfi","commit_stats":null,"previous_names":["amitniz/spyfi"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/amitniz/spyfi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitniz%2Fspyfi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitniz%2Fspyfi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitniz%2Fspyfi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitniz%2Fspyfi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amitniz","download_url":"https://codeload.github.com/amitniz/spyfi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitniz%2Fspyfi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265720421,"owners_count":23817233,"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":["rust","rust-hack","tui-rs","wifi","wifi-hacking","wifi-security"],"created_at":"2024-08-06T23:02:35.927Z","updated_at":"2025-07-18T07:30:47.065Z","avatar_url":"https://github.com/amitniz.png","language":"Rust","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"\u003ch1 align=\"center\"\u003e\n  SpyFi :satellite:\n  \u003cbr\u003e\n\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003eAn Opensource Wifi Exploitation Tool written in rust :crab: \u003c/h4\u003e\n\n![tui demonstration](.github/media/tui_demonstration.gif)\n\n## Key Features \n- portable and light weight all-in-one tool.\n- easy to use terminal UI mode.\n- fast and powerful.\n\n## How to use\nSpyfi has two modes of operation:\n- TUI mode.\n- CLI mode.\n\n***TUI mode launches when no arguments are given.*** \n\n### **TUI:**\n\nThe TUI mode provides an intuitive, informative UI\nfrom which you can monitor and attack nearby networks.\n\n#### **TUI Keymaps**\n| Action                 | Key(s)                                       |\n|------------------------|----------------------------------------------|\n| Configuration Panel    | `c`                                          |\n| Switching Pane         | `TAB`                                        |\n| Send Deauth            | `ENTER` or `d`                               |\n| Move Up                | `Up Arrow Key` or `k`                        |\n| Move Down              | `Down Arrow Key` or `j`                      |\n| Quit/Stop Attack       | `q` or `ESC`                                 |\n| Change Channel         | `1` to `9` (when Configuration Panel enabled)|\n| Sweep Mode             | `s` (when Configuration Panel enabled)       |\n| random theme           | `p`                                          |\n\n\n\n### **CLI:**\n\n```\nUsage: spyfi \u003cCOMMAND\u003e\n\nCommands:\n  utility\n  enum\n  attack\n  help     Print this message or the help of the given subcommand(s)\n\nOptions:\n  -h, --help     Print help\n  -V, --version  Print version\n```\n\n#### utility mode\n\ncommands: \n- switch between managed/monitor mode.\n- change the iface channel.\n- generate psk.\n\n```\nUsage: spyfi utility [OPTIONS] [MODE]\n\nArguments:\n  [MODE]  set the interface mode [possible values: managed, monitor]\n\nOptions:\n  -i, --iface \u003cIFACE\u003e      name of the wlan interface\n      --psk \u003cPASSPHRASE\u003e   generate psk\n  -s, --ssid \u003cSSID\u003e        ssid\n  -l, --list               list available interfaces\n  -c, --channel \u003cCHANNEL\u003e  set capturing channel\n      --ch\n  -h, --help               Print help (see more with '--help')\n```\n\n#### enum mode\n\ncaptures information about nearby networks\n\n```\nUsage: spyfi enum [OPTIONS] --iface \u003cIFACE\u003e\n\nOptions:\n  -i, --iface \u003cIFACE\u003e            name of the wlan interface\n  -t, --timeout \u003cTIMEOUT\u003e        timeout in seconds [default: 60]\n  -o, --outputfile \u003cOUTPUTFILE\u003e  dump results into an outputfile\n  -s, --sweep                    use channel sweeping\n  -h, --help                     Print help\n```\n\n#### attack mode\n\nperforms dictionary attack on a network from a given pcap\nfile\n\n```\nUsage: spyfi attack [OPTIONS] --type \u003cATTACKTYPE\u003e --bssid \u003cBSSID\u003e \u003c--iface \u003cIFACE\u003e|--capture \u003cCAPTURE\u003e\u003e\n\nOptions:\n  -a, --type \u003cATTACKTYPE\u003e    attack type [possible values: dict, dos]\n  -i, --iface \u003cIFACE\u003e        interface\n  -c, --capture \u003cCAPTURE\u003e    capture file\n  -t, --threads \u003cTHREADS\u003e    number of threads to use for dictionary/bruteforce attack [default: 1]\n      --target \u003cTARGET\u003e      target MAC for DoS attack [default: broadcast]\n  -s, --ssid \u003cSSID\u003e          network's SSID. Might be used instead of BSSID and we will try to get it (Unrecommended)\n  -b, --bssid \u003cBSSID\u003e        network's BSSID\n      --sweep                use channel sweeping\n      --wordlist \u003cWORDLIST\u003e  wordlist\n  -h, --help                 Print help (see more with '--help')\n```\n\n### Dependencies\n- libpcap-dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitniz%2Fspyfi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famitniz%2Fspyfi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitniz%2Fspyfi/lists"}