File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
documentation/modules/auxiliary/admin/smb Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This module is highly reliable and preferred over EternalBlue where a Named Pipe
9
9
10
10
## Vulnerable Server
11
11
12
- To be able to use auxiliary/admin/smb/ms17_010_psexec :
12
+ To be able to use auxiliary/admin/smb/ms17_010_command :
13
13
14
14
1 . You can OPTIONALLY use a valid username/password to bypass most of these requirements.
15
15
2 . The firewall must allow SMB traffic.
@@ -24,15 +24,15 @@ You can check all of these with the SMB MS17-010 and Pipe Auditor auxiliary scan
24
24
At the minimum, you should be able use psexec to get a session with a valid credential using the following:
25
25
26
26
```
27
- msf > use auxiliary/admin/smb/ms17_010_psexec
27
+ msf > use auxiliary/admin/smb/ms17_010_command
28
28
msf exploit(psexec) > set RHOST 192.168.1.80
29
29
RHOST => 192.168.1.80
30
30
msf exploit(psexec) > exploit
31
31
```
32
32
33
33
## Options
34
34
35
- By default, using auxiliary/admin/smb/ms17_010_psexec can be as simple as setting the RHOST option, and you're ready to go.
35
+ By default, using auxiliary/admin/smb/ms17_010_command can be as simple as setting the RHOST option, and you're ready to go.
36
36
37
37
** The NAMEDPIPE Option**
38
38
You can’t perform that action at this time.
0 commit comments