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 852961f commit 2949bf0Copy full SHA for 2949bf0
lib/msf/core/payload/windows/reverse_tcp.rb
@@ -226,8 +226,6 @@ def asm_reverse_tcp(opts={})
226
add ebx, eax ; buffer += bytes_received
227
sub esi, eax ; length -= bytes_received, will set flags
228
jnz read_more ; continue if we have more to read
229
- ; esi at this point is zero, which is what we need to
230
- ; pass to the second stage in the case of Meterpreter.
231
ret ; return into the second stage
232
^
233
0 commit comments