Add windows support (experimental)
parent
f0b190a86e
commit
15c1afa5ec
|
@ -1,5 +1,8 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
import readline
|
try:
|
||||||
|
import readline
|
||||||
|
except ImportError:
|
||||||
|
import pyreadline as readline
|
||||||
|
|
||||||
from attacks import *
|
from attacks import *
|
||||||
import urllib3
|
import urllib3
|
||||||
|
|
Loading…
Reference in New Issue