Commit 7a077535 by Marcin Bury

Fixing new line issue with print_success.

parent 3a7b8941
......@@ -57,7 +57,8 @@ class Exploit(exploits.Exploit):
print_status("{} could not be verified".format(f))
if vulnerabilities:
print_success("\nDevice is vulnerable!")
print
print_success("Device is vulnerable!")
for v in vulnerabilities:
print_info(" - {}".format(v))
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment