Commit 0e834dd3 by lucyoa

Fixing number of threads

parent d2b844c0
...@@ -32,7 +32,7 @@ class Exploit(exploits.Exploit): ...@@ -32,7 +32,7 @@ class Exploit(exploits.Exploit):
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
port = exploits.Option(80, 'Target port') # default port port = exploits.Option(80, 'Target port') # default port
threads = exploits.Option(64, "Number of threads") threads = exploits.Option(8, "Number of threads")
def __init__(self): def __init__(self):
self.vulnerabilities = [] self.vulnerabilities = []
......
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