Commit 960f60e1 by fwkz

Fixing modules' metadata to pass static analysis tests

No related merge requests found
......@@ -20,8 +20,12 @@ class Exploit(exploits.Exploit):
'authors': [
'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit module
],
'references': '',
'devices': 'Multi',
'references': (
'',
),
'devices': (
'Multi',
),
}
target = exploits.Option('', 'Target IP address e.g. 192.168.1.1') # target address
......
......@@ -20,8 +20,12 @@ class Exploit(exploits.Exploit):
'authors': [
'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit module
],
'references': '',
'devices': 'Multi',
'references': (
'',
),
'devices': (
'Multi',
)
}
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