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

Skip to content

Commit 9c247b3

Browse files
committed
Last preparations for DREI
1 parent 09aba3b commit 9c247b3

363 files changed

Lines changed: 364 additions & 364 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

extra/__init__.py

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

33
"""
44
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)

extra/safe2bin/__init__.py

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

33
"""
44
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)

extra/safe2bin/safe2bin.py

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

33
"""
44
safe2bin.py - Simple safe(hex) to binary format converter

lib/__init__.py

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

33
"""
44
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)

lib/controller/__init__.py

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

33
"""
44
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)

lib/controller/action.py

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

33
"""
44
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)

lib/controller/checks.py

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

33
"""
44
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)

lib/controller/controller.py

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

33
"""
44
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)

lib/controller/handler.py

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

33
"""
44
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)

lib/core/__init__.py

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

33
"""
44
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)

0 commit comments

Comments
 (0)