Commit 960f60e1 by fwkz

Fixing modules' metadata to pass static analysis tests

parent b6e70427
...@@ -20,8 +20,12 @@ class Exploit(exploits.Exploit): ...@@ -20,8 +20,12 @@ class Exploit(exploits.Exploit):
'authors': [ 'authors': [
'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit module 'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit module
], ],
'references': '', 'references': (
'devices': 'Multi', '',
),
'devices': (
'Multi',
),
} }
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
......
...@@ -20,8 +20,12 @@ class Exploit(exploits.Exploit): ...@@ -20,8 +20,12 @@ class Exploit(exploits.Exploit):
'authors': [ 'authors': [
'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit module 'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit module
], ],
'references': '', 'references': (
'devices': 'Multi', '',
),
'devices': (
'Multi',
)
} }
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
......
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