MiTM attacks / Tools and pre-requisites

Tools
User avatar
Cyber Arch
Posts: 58
Joined: Mon Mar 18, 2024 5:57 am

MiTM attacks / Tools and pre-requisites

Postby Cyber Arch » Mon Mar 18, 2024 5:13 pm

First things first, in Virtualbox, pick yer Kali VM, and gie it a click on Settings. Tap on "Network" and mak sure yer network adaptor is set tae "Bridged Adapter" and matches up wi' yer wireless card. Once ye've got the network sorted oot, fire up yer Kali VM and when it's aw ready, open Terminal and type in the following commands:

Code: Select all

sudo apt update && sudo apt dist-upgrade && sudo apt install imagemagick ghostscript gedit bettercap dsniff driftnet python3-pip hostapd hostapd-wpe python-dev-is-python3 python3-setuptools libnl-3-dev libnl-genl-3-dev libssl-dev wifiphisher -y && pip install colorama pysnmp && pip3 install pyftpdlib && sudo apt autoremove -y


Code: Select all

sudo rm /var/lib/dpkg/lock-frontend
sudo rm /var/lib/dpkg/lock
sudo rm /var/cache/apt/archives/lock


Code: Select all

git clone https://github.com/bitbrute/evillimiter.git
cd evillimiter
sudo python3 setup.py install
cd
sudo rm -r evillimiter
git clone https://github.com/threat9/routersploit
cd routersploit
python3 -m pip install -r requirements.txt
cd
git clone https://github.com/P0cL4bs/wifipumpkin3.git
cd wifipumpkin3
sudo python3 setup.py install
cd
git clone https://github.com/RUB-NDS/PRET.git
cd PRET
sudo chmod +x pret.py
cd
git clone --depth 1 https://github.com/v1s1t0r1sh3r3/airgeddon.git
exit


Tae get some practice and boost yer skills in MiTM attacks on the network:

  • Ye'll need a dodgy computer running Kali in a VM or bootin' straight fae a USB.
  • Snap a pic o' yer Kali machine once ye've got aw the basics installed.
  • Start up a fresh Kali VM for each tool test or when ye're playin' in the wild.
  • Make sure tae use a separate computer as yer target, maybe on yer ain home network.
  • Keep yer Kali and target computer on the same network wi' internet access.

Return to “Tools”