Unverified Commit ba839fdd by Jay Turla Committed by GitHub

Update autopwn.py (#754)

Correct the spelling of "vulnerabilities"
parent 4310e1b6
...@@ -7,7 +7,7 @@ from routersploit.core.exploit.exploit import Protocol ...@@ -7,7 +7,7 @@ from routersploit.core.exploit.exploit import Protocol
class Exploit(Exploit): class Exploit(Exploit):
__info__ = { __info__ = {
"name": "AutoPwn", "name": "AutoPwn",
"description": "Module scans for all vulnerablities and weaknesses.", "description": "Module scans for all vulnerabilities and weaknesses.",
"authors": ( "authors": (
"Marcin Bury <marcin[at]threat9.com>", # routersploit module "Marcin Bury <marcin[at]threat9.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