Contributing¶
See CONTRIBUTING.md for full guidelines.
Quick start¶
git clone https://github.com/StrongWind1/WiFi_Cracking.git
cd WiFi_Cracking
pip install mkdocs-material
mkdocs serve # preview at http://127.0.0.1:8000
Making changes¶
- Fork the repo and create a branch from
main - Edit or add pages under
docs/ - Run
mkdocs build --strictto verify no broken links or warnings - Open a PR against
main
Content guidelines¶
- Cite primary sources (IEEE specs, tool source code) for all technical claims
- Use the N#E# naming convention for message pairs
- Use
message_pairwith hex values (0x00-0x05) when referencing the hashcat field - Do not add content about post-capture network access or unauthorized activity