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

Skip to content

Commit 6b063e7

Browse files
committed
50 bytes smaller PHP shell
1 parent ba96261 commit 6b063e7

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from lib.core.enums import OS
1818

1919
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
20-
VERSION = "1.3.4.26"
20+
VERSION = "1.3.4.27"
2121
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2222
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2323
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

shell/backdoors/backdoor.php_

-16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)