Guidelines - Cyber (4)

A collection of guidelines for cyber attacks and stuff

Sklepmistr

mdk4

sudo mdk4 wlan1 e -t O2-Internet-861 MDK4 USAGE: mdk4 <interface> <attack_mode> [attack_options] mdk4 <interface in> <interface out> <attack_mode> [attack_options] Try mdk4 --fullhelp for all attack options Try mdk4 --help <attack_mode> for info about one attack only ###### This version supports IDS Evasion (Ghosting) ###### #…

Continue reading...
Sklepmistr

Hashcat

Usage: hashcat [options]... hash|hashfile|hccapxfile [dictionary|mask|directory]... - [ Options ] - Options Short / Long | Type | Description | Example ================================+======+======================================================+======================= -m, --hash-type | Num | Hash-type, references below (otherwise autodetect) | -m 1000 -a, --attack-mode | Num | Attack-mode, see references below | -a…

Continue reading...
Sklepmistr

Reverse-engineering firmware

************************************************** Reverse-engineering firmware ************************************************** https://kavigihan.medium.com/iot-hacking-reversing-a-router-firmware-df6e06cc0dc9 1) Check the device and download firmware 2) Analyze file # file <file.bin> // uses headers (if present) to identify what type of file it is 3) Check inside As you can see, right off the bat it tells us…

Continue reading...
Sklepmistr

Wi-fi attacks

sudo airmon-ng //open sudo airmon-ng check kill // ends processes blocking capture mode sudo airmon-ng start [interface] //enable monitoring - sudo airmon-ng start rtw_8822bu sudo airmon-ng stop sudo airodump-ng [interface] //start monitoring nearby wifi on interfaces sudo airodump-ng wlan1 --band a //5g newtorks only //…

Continue reading...