[+] Disable debug print

GSoC/Meterpreter_Web_Console
Wang Yihang 2018-08-12 14:09:29 +08:00
parent 67f6e83cbe
commit 8b4a669c5b
1 changed files with 0 additions and 1 deletions

View File

@ -277,7 +277,6 @@ class CommandShell
def binary_exists(binary)
print_status("Trying to find binary(#{binary}) on target machine")
binary_path = shell_command_token("which #{binary}").strip
p binary_path
if binary_path.eql?("#{binary} not found")
print_error(binary_path)
return nil