Skip to content

Commit eb58072

Browse files
committed
fix(payloads): update cachedsize
1 parent 9bfb674 commit eb58072

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/payloads/singles/windows/dns_txt_query_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module MetasploitModule
77

8-
CachedSize = 285
8+
CachedSize = 291
99

1010
include Msf::Payload::Windows
1111
include Msf::Payload::Single

modules/payloads/singles/windows/download_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module MetasploitModule
77

8-
CachedSize = 423
8+
CachedSize = 429
99

1010
include Msf::Payload::Windows
1111
include Msf::Payload::Single

0 commit comments

Comments
 (0)