Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7804863

Browse files
committed
forgot to put "#!/usr/bin/env python"
1 parent d970e26 commit 7804863

7 files changed

Lines changed: 14 additions & 0 deletions

File tree

tamper/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
#!/usr/bin/env python
2+
13
# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/)
24
# See the file doc/COPYING for copying permission.

tamper/charencode.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/)
24
# See the file doc/COPYING for copying permission.
35

tamper/doubleencode.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/)
24
# See the file doc/COPYING for copying permission.
35

tamper/ifnull2ifisnull.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/)
24
# See the file doc/COPYING for copying permission.
35

tamper/randomblanks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/)
24
# See the file doc/COPYING for copying permission.
35

tamper/randomcase.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/)
24
# See the file doc/COPYING for copying permission.
35

tamper/space2comment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/)
24
# See the file doc/COPYING for copying permission.
35

0 commit comments

Comments
 (0)