Update Wi-Fi_handshake_capture_cheatsheet.md

main
$./Netrunner_& 11 months ago committed by GitHub
parent 12a9eac6df
commit a2bef45db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,5 @@
Here is the HTML converted to Markdown for use on GitHub:
You're right, my mistake. Here is the Markdown with the titles unboxed and the commands in code blocks:
```markdown
# Wi-Fi Handshake Capture & Crack Cheatsheet 📡
## Table of Contents 📋
@ -11,7 +10,7 @@ Here is the HTML converted to Markdown for use on GitHub:
- [Cracking Phase](#cracking)
- [5GHz Network Capturing Cheat Sheet](#5ghz)
## Preliminary Commands & Information Retrieval 🛠
## Preliminary Commands & Information Retrieval
**Secure Copy from Remote Device**
@ -37,7 +36,7 @@ airmon-ng check kill
📖 Stops services that might interfere with wireless tools.
## Capture & Conversion Phase 🎯
## Capture & Conversion Phase
**Set Wireless Card to Monitor Mode**
@ -65,7 +64,7 @@ hcxpcapngtool -o hash.hc22000 -E essidlist dumpfile.pcapng
📖 Converts packets for password cracking.
## Additional Scans & Information 📡
## Additional Scans & Information
**Scan for Nearby Networks**
@ -75,7 +74,7 @@ hcxdumptool --do_rcascan -i wlan1
📖 Scans and displays nearby networks.
## Cracking Phase 🔐
## Cracking Phase
**Crack with Hashcat**
@ -85,7 +84,7 @@ hashcat -m 22000 hash.hc22000 wordlist.txt
📖 Uses hashcat to attempt password cracks.
## 5GHz Network Capturing Cheat Sheet 📶
## 5GHz Network Capturing Cheat Sheet
1. **Install Necessary Tools**
@ -154,6 +153,4 @@ hashcat -m 22000 hash.hc22000 wordlist.txt
iwlist wlan0 channel
```
```
Let me know if you need any clarification or have additional requirements for the Markdown format!
Let me know if this looks better or if you need any other changes!

Loading…
Cancel
Save