Skip to content

Commit d25c936

Browse files
daniruizX0RW3LL
authored andcommitted
Use python3 shebang
* Closes mdsecactivebreach#37
1 parent caf4c02 commit d25c936

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

SharpShooter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python
1+
#!/usr/bin/env python3
22

33
# -*- coding: utf-8 -*-
44
#

modules/amsikiller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python3
22

33
def amsi_stub(file_type, technique, filename):
44

modules/awl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python3
22

33
def create_com_stager(technique, filetype, awlurl, outputfile, sspayload, amsi):
44

modules/embedinhtml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
44
# Original Author: Arno0x0x - https://twitter.com/Arno0x0x

modules/excel4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python3
22
import sys
33

44
# Some of this code is bastardised from code by @StanHacked

0 commit comments

Comments
 (0)