Commit 0129019e by fwkz

Adding linter to Travis build. Expecting to fail.

parent 350f1212
......@@ -4,6 +4,8 @@ python:
install:
- "pip install -r requirements.txt"
- "pip install pexpect"
- "pip install pexpect pep8 pyflakes"
script: "python -m unittest discover"
\ No newline at end of file
script:
- "python -m unittest discover"
- "./run_linter.sh"
\ No newline at end of file
......@@ -20,7 +20,7 @@ class Exploit(exploits.Exploit):
'description': 'Module exploits path traversal vulnerability in 2Wire 4011G and 5012NV devices. '
'If the target is vulnerable it is possible to read file from the filesystem.',
'authors': [
'adiaz', # vulnerability discovery
'adiaz', # vulnerability discovery
'Marcin Bury <marcin.bury[at]reverse-shell.com>', # routersploit module
],
'references': [
......
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