Update slowloris.py

Updated shebang to Google coding standards. The shebang formally pointed to "python", which usually refers to python2.7 on Linux systems. Now it uses "env" to find the Python3 interpreter.
This commit is contained in:
Syslog777 2017-12-14 02:25:04 -06:00 committed by GitHub
parent 0000a07395
commit cdfe52ff05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python3
import argparse import argparse
import logging import logging
import random import random