Remove redundant debugging stuff
parent
42a10d6d50
commit
43221d4cb0
|
@ -128,7 +128,6 @@ class Metasploit4 < Msf::Exploit::Remote
|
|||
# .git/hooks/post-checkout and will subsequently execute commands of our
|
||||
# choosing upon cloning
|
||||
# build the hook file blob
|
||||
puts target.inspect
|
||||
case target.name
|
||||
when 'Automatic'
|
||||
full_cmd = "#!/bin/sh\n#{payload.encoded}\n"
|
||||
|
|
Loading…
Reference in New Issue