Skip to content

Commit d2186bc

Browse files
committed
Fix comment
1 parent 4449374 commit d2186bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payload/dropper/unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (unix *UnixPayload) WgetHTTP(lhost string, lport int, ssl bool, downloadFil
5858
// Mount a remote NFS directory using NFS v3. This will mount the attacker controlled share at
5959
// <lhost>:<lshareDir> and make it available to the attacker at <rshareDir>. Usage example:
6060
//
61-
// mountv3AndExecute("10.9.49.2","/tmp/nfsshare", "./b")
61+
// Mountv3Only("10.9.49.2","/tmp/nfsshare", "./b")
6262
//
6363
// This function does not attempt to actually execute any files on the share
6464
func (unix *UnixPayload) Mountv3Only(lhost string, lshareDir string, rshareDir string) string {

0 commit comments

Comments
 (0)