mirror of https://github.com/Askill/slowloris.git
Added shebang to slowloris.py
This commit is contained in:
parent
29ebfbcf1c
commit
2613942533
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
import socket, random, time, sys, argparse, random, logging
|
||||
|
||||
parser = argparse.ArgumentParser(description="Slowloris, low bandwidth stress test tool for websites")
|
||||
|
|
|
|||
Loading…
Reference in New Issue