Skip to content

Commit

Permalink
Zyxel scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
fwkz committed Jan 11, 2017
1 parent 1f0d903 commit 99cd1b6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions routersploit/modules/scanners/zyxel_scan.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
from __future__ import absolute_import

from .autopwn import Exploit as BaseScanner


class Exploit(BaseScanner):
"""
Scanner implementation for Zyxel vulnerabilities.
"""
__info__ = {
'name': 'Zyxel Scanner',
'description': 'Scanner module for Zyxel devices',
'authors': [
'Mariusz Kupidura <f4wkes[at]gmail.com>', # routersploit module
],
'references': (
'',
),
'devices': (
'Zyxel',
),
}
vendor = 'zyxel'

0 comments on commit 99cd1b6

Please sign in to comment.