Skip to content

Commit

Permalink
Merge pull request threat9#36 from allonhadaya/master
Browse files Browse the repository at this point in the history
Store authorship information under the right key, "authors".
  • Loading branch information
fwkz committed Apr 26, 2016
2 parents 354c0a8 + d63633e commit 2225997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions routersploit/modules/scanners/autopwn.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class Exploit(exploits.Exploit):
__info__ = {
'name': 'AutoPwn',
'description': 'Scanner module for all vulnerabilities.',
'author': [
'authors': [
'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit module
],
],
}

target = exploits.Option('', 'Target IP address e.g. 192.168.1.1') # target address
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 @@ -17,7 +17,7 @@ class Exploit(exploits.Exploit):
__info__ = {
'name': 'D-Link Scanner',
'description': 'Scanner module for D-Link devices',
'author': [
'authors': [
'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit module
],
}
Expand Down

0 comments on commit 2225997

Please sign in to comment.