mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
Removed self.class from register
This commit is contained in:
parent
bac23757a4
commit
9c93aae412
@ -53,7 +53,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
OptString.new('DOCKERIMAGE', [ true, 'hub.docker.com image to use', 'python:3-slim' ]),
|
||||
OptString.new('CONTAINER_ID', [ false, 'container id you would like']),
|
||||
OptInt.new('WAIT_TIMEOUT', [ true, 'Time in seconds to wait for the docker container to deploy', 60 ])
|
||||
], self.class)
|
||||
])
|
||||
end
|
||||
|
||||
def get_apps
|
||||
|
Loading…
Reference in New Issue
Block a user