Change shebang from /usr/bin/python to /usr/bin/env python

Resolves #99
This commit is contained in:
derv82
2018-06-09 22:45:38 -04:00
parent c085a7e7f0
commit 9d1db5966b
38 changed files with 38 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
from wifite import wifite from wifite import wifite

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import sys import sys

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import sys import sys

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import sys import sys

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from wifite.tools.airodump import Airodump from wifite.tools.airodump import Airodump

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .util.color import Color from .util.color import Color

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..model.attack import Attack from ..model.attack import Attack

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..model.attack import Attack from ..model.attack import Attack

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..model.attack import Attack from ..model.attack import Attack

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import os import os

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import time import time

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
class Client(object): class Client(object):

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..util.process import Process from ..util.process import Process

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..util.color import Color from ..util.color import Color

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..util.color import Color from ..util.color import Color

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..util.color import Color from ..util.color import Color

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..util.color import Color from ..util.color import Color

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..util.color import Color from ..util.color import Color

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
class Dependency(object): class Dependency(object):

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import re import re

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import sys import sys

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..util.process import Process from ..util.process import Process

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Fix for raw_input on python3: https://stackoverflow.com/a/7321970 # Fix for raw_input on python3: https://stackoverflow.com/a/7321970

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import time import time

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..tools.airodump import Airodump from ..tools.airodump import Airodump

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import time import time

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
try: try: