Skip to content

Commit ac2a52b

Browse files
committed
fix android/java reverse_tcp
1 parent c721cb6 commit ac2a52b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

modules/payloads/stagers/android/reverse_tcp.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ def initialize(info = {})
2828
))
2929
end
3030

31+
def include_send_uuid
32+
false
33+
end
34+
3135
def generate_jar(opts={})
3236
jar = Rex::Zip::Jar.new
3337

modules/payloads/stagers/java/reverse_tcp.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ def initialize(info = {})
4141
@class_files = [ ]
4242
end
4343

44+
def include_send_uuid
45+
false
46+
end
47+
4448
def config
4549
spawn = datastore["Spawn"] || 2
4650
c = ""

0 commit comments

Comments
 (0)