Update bettercap-cheatsheet.md

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

@ -1,3 +1,5 @@
Here is the Bettercap cheatsheet in Markdown format with emojis:
# 🕵️‍♀️ **Bettercap Cheatsheet** 🕵️
Bettercap is an indispensable tool for network reconnaissance, sniffing, and executing Man-In-The-Middle (MITM) attacks on local networks.
@ -5,6 +7,7 @@ Bettercap is an indispensable tool for network reconnaissance, sniffing, and exe
---
## Table of Contents
1. [🔍 Network Reconnaissance](#-network-reconnaissance)
2. [🥷 ARP Spoofing](#-arp-spoofing)
3. [📡 Network Sniffing](#-network-sniffing)
@ -19,10 +22,15 @@ Bettercap is an indispensable tool for network reconnaissance, sniffing, and exe
## 🔍 **Network Reconnaissance**
- `net.probe on` 👀
- Initiate an ARP scan to discover live hosts on the network.
- `net.show` 📡
- Display detected devices on the network, complete with IPs, MAC addresses, and other details.
- `net.recon on/off` 🕵️‍♂️
- Enable/disable passive network traffic analysis to discover hosts.
---
@ -30,10 +38,15 @@ Bettercap is an indispensable tool for network reconnaissance, sniffing, and exe
## 🥷 **ARP Spoofing**
- `set arp.spoof.targets [IP]`
- Designate a target IP for ARP cache poisoning to reroute its traffic.
- `arp.spoof on/off` 💥
- Engage/disengage ARP spoofing against the chosen target.
- `set arp.spoof.internal true` 🔁
- Poison ARP caches for all connections between internal hosts on the LAN.
---
@ -41,6 +54,7 @@ Bettercap is an indispensable tool for network reconnaissance, sniffing, and exe
## 📡 **Network Sniffing**
- `net.sniff on/off` ▶️⏸️
- Begin/halt packet capture to log network traffic.
---
@ -48,8 +62,11 @@ Bettercap is an indispensable tool for network reconnaissance, sniffing, and exe
## 🕸 **Web Proxy**
- `set proxy.port [PORT]` 🤖
- Assign the listening port for the proxy server.
- `proxy on/off` 🎚️🛑
- Activate/deactivate the proxy server to intercept and manipulate HTTP requests.
---
@ -57,6 +74,7 @@ Bettercap is an indispensable tool for network reconnaissance, sniffing, and exe
## 🚦 **TLS Proxy**
- `tls.proxy on/off` 🔓🔒
- Enable/disable the TLS proxy. This intercepts and decrypts HTTPS traffic by mimicking certificate validation.
---
@ -64,8 +82,11 @@ Bettercap is an indispensable tool for network reconnaissance, sniffing, and exe
## 🌀 **DNS Spoofing**
- `set dns.spoof.domains [DOMAIN]` 🌐
- Select a domain for DNS hijacking.
- `dns.spoof on` 🥷
- Activate DNS response spoofing for the specified domain.
---
@ -73,6 +94,7 @@ Bettercap is an indispensable tool for network reconnaissance, sniffing, and exe
## 💻 **HTTPS & HSTS Bypass**
- `hstshijack.load` 🛡️
- Load the module to overcome HSTS, a web security protocol, useful for exploiting HTTPS sites.
---
@ -80,11 +102,17 @@ Bettercap is an indispensable tool for network reconnaissance, sniffing, and exe
## 📌 **Miscellaneous Commands**
- `events.clear` 🧹
- Wipe out all recorded network events.
- `set [OPTION] [VALUE]` ⚙️
- Adjust configuration options to suit your needs.
- `help`
- Display the help menu with an overview of commands.
---
Let me know if you need any changes to the formatting!

Loading…
Cancel
Save