Skip to content

Commit 6f2aa9b

Browse files
committed
Update README.md
1 parent 0779e3e commit 6f2aa9b

1 file changed

Lines changed: 89 additions & 0 deletions

File tree

README.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,95 @@ sudo wifite -h -v | grep -A 20 "DUAL INTERFACE"
557557
```
558558

559559

560+
Credits & Acknowledgments
561+
-------------------------
562+
563+
Wifite2 stands on the shoulders of giants. We are deeply grateful to the following projects and contributors whose tools and libraries make this project possible:
564+
565+
### Core Dependencies
566+
567+
* **[aircrack-ng](https://aircrack-ng.org/)** - The aircrack-ng team for the comprehensive suite of wireless auditing tools
568+
* Essential for monitor mode, packet capture, and WEP/WPA cracking
569+
* Maintained by the aircrack-ng development team
570+
571+
* **[ZerBea](https://github.com/ZerBea)** - For the excellent hcxtools suite
572+
* [hcxdumptool](https://github.com/ZerBea/hcxdumptool) - PMKID and WPA3-SAE capture
573+
* [hcxtools](https://github.com/ZerBea/hcxtools) - Packet conversion and analysis tools
574+
* Critical for modern WPA/WPA2/WPA3 attacks
575+
576+
* **[hashcat](https://hashcat.net/)** - The hashcat team for the world's fastest password recovery tool
577+
* GPU-accelerated cracking for WPA/WPA2/WPA3
578+
* Essential for PMKID and SAE hash cracking
579+
580+
### WPS Attack Tools
581+
582+
* **[rofl0r](https://github.com/rofl0r)** - For pixiewps
583+
* [pixiewps](https://github.com/rofl0r/pixiewps) - Offline WPS brute-force tool
584+
* Enables Pixie-Dust attacks on vulnerable WPS implementations
585+
586+
* **[wiire-a](https://github.com/wiire-a)** - For the alternative pixiewps implementation
587+
* [pixiewps](https://github.com/wiire-a/pixiewps) - Enhanced Pixie-Dust attack tool
588+
* Improved WPS PIN recovery methods
589+
590+
* **[t6x](https://github.com/t6x)** - For reaver-wps-fork-t6x
591+
* [reaver](https://github.com/t6x/reaver-wps-fork-t6x) - WPS brute-force and Pixie-Dust attacks
592+
* Actively maintained fork with improvements
593+
594+
* **[aanarchyy](https://github.com/aanarchyy)** - For bully
595+
* [bully](https://github.com/aanarchyy/bully) - Alternative WPS attack implementation
596+
* Provides additional WPS attack capabilities
597+
598+
### Network Tools
599+
600+
* **[hostapd](https://w1.fi/hostapd/)** - Jouni Malinen and contributors
601+
* Essential for Evil Twin attacks and rogue AP creation
602+
* Industry-standard access point software
603+
604+
* **[dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html)** - Simon Kelley
605+
* Lightweight DHCP and DNS server
606+
* Critical for Evil Twin captive portal functionality
607+
608+
* **[wpa_supplicant](https://w1.fi/wpa_supplicant/)** - Jouni Malinen and contributors
609+
* Credential validation and WPA/WPA2/WPA3 client implementation
610+
* Used for testing captured credentials
611+
612+
### Additional Tools
613+
614+
* **[tshark/Wireshark](https://www.wireshark.org/)** - The Wireshark Foundation
615+
* Packet analysis and handshake verification
616+
* Essential for validating captured data
617+
618+
* **[macchanger](https://github.com/alobbs/macchanger)** - Álvaro López Ortega
619+
* MAC address randomization for anonymity
620+
* Helps avoid detection during testing
621+
622+
* **[coWPAtty](https://tools.kali.org/wireless-attacks/cowpatty)** - Joshua Wright
623+
* WPA-PSK dictionary attack tool
624+
* Additional handshake validation
625+
626+
* **[John the Ripper](https://www.openwall.com/john/)** - Solar Designer and contributors
627+
* Password cracking with CPU/GPU support
628+
* Alternative cracking engine
629+
630+
### Python Libraries
631+
632+
* **[Rich](https://github.com/Textualize/rich)** - Will McGugan and contributors
633+
* Beautiful terminal formatting and TUI components
634+
* Powers the modern wifite interface
635+
636+
### Original Project
637+
638+
* **[derv82](https://github.com/derv82)** - Original wifite author
639+
* Created the original wifite tool that inspired this project
640+
* Pioneered the concept of automated wireless auditing
641+
642+
### Community Contributors
643+
644+
Special thanks to all the contributors who have submitted pull requests, reported issues, tested features, and helped improve wifite2. Your contributions make this project better for everyone.
645+
646+
**Note:** If you maintain one of these tools and would like to update this attribution or add additional information, please open an issue or pull request.
647+
648+
560649
Contributing
561650
------------
562651

0 commit comments

Comments
 (0)