Updated some formatting as requested along with some rubocob requested

master
Aaron Ringo 2019-04-25 16:15:00 -05:00
parent bd1113d53c
commit 261a4271fa
1 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ class MetasploitModule < Msf::Exploit::Local
print_status('Backdoor will run on next Apt update')
# permissions chosen to reflect common perms in /usr/local/bin/
chmod(backdoor_path, 0755)
chmod(backdoor_path, 0755)
end
end
end