From cdfe52ff054ca6fee27f6c1038b1c53917195077 Mon Sep 17 00:00:00 2001 From: Syslog777 <18704463+Syslog777@users.noreply.github.com> Date: Thu, 14 Dec 2017 02:25:04 -0600 Subject: [PATCH] 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. --- slowloris.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slowloris.py b/slowloris.py index fa6ef40..41c9da9 100644 --- a/slowloris.py +++ b/slowloris.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 import argparse import logging import random