Remove a whitespace
parent
4f9028f7f9
commit
d859059868
|
@ -24,11 +24,12 @@ def help_me
|
||||||
db_pass - Password for MSF database
|
db_pass - Password for MSF database
|
||||||
db_worksapce - Workspace for the database
|
db_worksapce - Workspace for the database
|
||||||
module_path - Path to the exploit (ie: windows/smb/ms08_067_netapi)
|
module_path - Path to the exploit (ie: windows/smb/ms08_067_netapi)
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
m-1-k-3 <m1k3[at]s3cur1ty.de>
|
m-1-k-3 <m1k3[at]s3cur1ty.de>
|
||||||
sinn3r <sinn3r[at]metasploit.com>
|
sinn3r <sinn3r[at]metasploit.com>
|
||||||
|
|
|
|
||||||
|
|
||||||
help = help.gsub(/^\t/, '')
|
help = help.gsub(/^\t/, '')
|
||||||
print_line(help)
|
print_line(help)
|
||||||
end
|
end
|
||||||
|
@ -180,4 +181,3 @@ rescue RuntimeError => e
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
</ruby>
|
</ruby>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue