Commit 22259976 by Mariusz Kupidura

Merge pull request #36 from allonhadaya/master

Store authorship information under the right key, "authors".
parents 354c0a8a d63633e4
...@@ -17,9 +17,9 @@ class Exploit(exploits.Exploit): ...@@ -17,9 +17,9 @@ class Exploit(exploits.Exploit):
__info__ = { __info__ = {
'name': 'AutoPwn', 'name': 'AutoPwn',
'description': 'Scanner module for all vulnerabilities.', 'description': 'Scanner module for all vulnerabilities.',
'author': [ 'authors': [
'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit module 'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit module
], ],
} }
target = exploits.Option('', 'Target IP address e.g. 192.168.1.1') # target address target = exploits.Option('', 'Target IP address e.g. 192.168.1.1') # target address
......
...@@ -17,7 +17,7 @@ class Exploit(exploits.Exploit): ...@@ -17,7 +17,7 @@ class Exploit(exploits.Exploit):
__info__ = { __info__ = {
'name': 'D-Link Scanner', 'name': 'D-Link Scanner',
'description': 'Scanner module for D-Link devices', 'description': 'Scanner module for D-Link devices',
'author': [ 'authors': [
'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit module 'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit module
], ],
} }
......
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