Skip to content

Commit

Permalink
Target address description.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyoa committed Apr 25, 2016
1 parent 5f8b009 commit 56924cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion routersploit/modules/scanners/autopwn.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Exploit(exploits.Exploit):
],
}

target = exploits.Option('', 'Target address e.g. http://192.168.1.1') # target address
target = exploits.Option('', 'Target IP address e.g. 192.168.1.1') # target address
port = exploits.Option(80, 'Target port') # default port

def run(self):
Expand Down
2 changes: 1 addition & 1 deletion routersploit/modules/scanners/dlink_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Exploit(exploits.Exploit):
],
}

target = exploits.Option('', 'Target address e.g. http://192.168.1.1') # target address
target = exploits.Option('', 'Target IP address e.g. 192.168.1.1') # target address
port = exploits.Option(80, 'Target port') # default port

def run(self):
Expand Down

0 comments on commit 56924cf

Please sign in to comment.