Commit 3a296a58 by Marcin Bury

Removing IPv4 validator

parent 910a710c
...@@ -51,7 +51,7 @@ class Exploit(exploits.Exploit): ...@@ -51,7 +51,7 @@ class Exploit(exploits.Exploit):
], ],
} }
target = exploits.Option('', 'Target address e.g. 192.168.1.1', validators=validators.ipv4) # target address target = exploits.Option('', 'Target IP address e.g. 192.168.1.1') # target address
private_keys = [ private_keys = [
{ # quantum dxi v1000 { # quantum dxi v1000
......
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