Skip to content

Commit 1c28150

Browse files
Update modules/exploits/linux/http/empire_skywalker.rb
add prepend Msf::Exploit::Remote::AutoCheck at the beginning of the class Co-authored-by: Christophe De La Fuente <[email protected]>
1 parent 6f4ff80 commit 1c28150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/exploits/linux/http/empire_skywalker.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class MetasploitModule < Msf::Exploit::Remote
88

99
include Msf::Exploit::Remote::HttpClient
1010
include Msf::Exploit::FileDropper
11+
prepend Msf::Exploit::Remote::AutoCheck
1112

1213
GENERATOR = 2
1314
PRIME = '0xFFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E088A67CC74020BBEA63B139B22514A087'\

0 commit comments

Comments
 (0)