Skip to content

Commit

Permalink
Change print to built-in print_info (threat9#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabedude authored and fwkz committed May 6, 2017
1 parent b0576d8 commit 56e2738
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

from routersploit import (
exploits,
print_status,
print_info,
print_error,
print_status,
print_success,
print_table,
http_request,
Expand Down Expand Up @@ -59,7 +60,7 @@ def run(self):
print_success("Credentials found!")
headers = ("Login", "Password")
print_table(headers, *creds)
print("NOTE: Admin is commonly implemented as root")
print_info("NOTE: Admin is commonly implemented as root")
else:
print_error("Credentials could not be found")
else:
Expand Down

0 comments on commit 56e2738

Please sign in to comment.