|
In-Game:
net.probe on
net.show
wifi.recon [Interface]
wifi.show
set.wifi.ap [BSSD]
wifi.deauth
In-Game:
hashcat [file.pcap]
In-Game:
nslookup [domain.name]
Real:
Funtkioniert
In-Game:
"decrypt it: Txkg..."
openssl -dec TXkgYmFuayBwYXNzd29yZDogMTJ0YWdiZzBiVFpSR1di
Real:
Die Zeichenfolge ist nur mit base-64 kodiert und nicht mit einem Password o.ä. verschlüsselt und kann daher einfach mit base-64 dekodiert werden.
echo "TXkgYmFuayBwYXNzd29yZDogMTJ0YWdiZzBiVFpSR1di" | openssl base64 -d
In-game:
nmap [ip-adress][Optionen z.B. -Sv]
In-game:
hydra -T 242.166.4.221:3306 -P ./downloads/wordlist.lst
In-game:
lynx [Suchbegriff]
Real:
osint-toos wie sherlock, oder social engeneering oder ähnliches.
python3 netTree [IP-Adresse]
msfconsole
Kommandos in der Konsole:
search
Innerhalb eines Modules dann:
show options
set rhost [IP Adresse]
set rport [port]
Werbung:
|