We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4116ee5 commit 72443edCopy full SHA for 72443ed
2 files changed
data/txt/common-files.txt
@@ -1704,9 +1704,6 @@
1704
/etc/crontab
1705
/etc/hosts
1706
/etc/my.cnf
1707
-/.bash_history
1708
-/.htpasswd
1709
-/.htaccess
1710
/etc/.htpasswd
1711
/root/.bash_history
1712
/etc/named.conf
lib/core/settings.py
@@ -18,7 +18,7 @@
18
from thirdparty.six import unichr as _unichr
19
20
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
21
-VERSION = "1.3.11.96"
+VERSION = "1.3.11.97"
22
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
23
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
24
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)
0 commit comments