We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a64b9 commit 1ee9d61Copy full SHA for 1ee9d61
modules/payloads/singles/linux/x64/set_hostname.rb
@@ -49,7 +49,7 @@ def generate(_opts = {})
49
pop rdi ; rdi points to the hostname string.
50
xor byte [rdi+rsi], 0x41
51
syscall
52
-
+
53
push 60 ; exit() syscall number.
54
pop rax
55
xor rdi,rdi
0 commit comments