Skip to content

Commit 7a09dcb

Browse files
committed
Fix rapid7#9109, HttpServer (TcpServer) backgrounding
1 parent e3ac6b8 commit 7a09dcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/unix/webapp/wp_mobile_detector_upload_execute.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ def initialize(info = {})
4141
'Platform' => 'php',
4242
'Arch' => ARCH_PHP,
4343
'Targets' => [['wp-mobile-detectory < 3.6', {}]],
44-
'DefaultTarget' => 0
44+
'DefaultTarget' => 0,
45+
'Stance' => Msf::Exploit::Stance::Aggressive
4546
))
4647
end
4748

0 commit comments

Comments
 (0)