Skip to content

Commit 72443ed

Browse files
committed
Minor cleanup
1 parent 4116ee5 commit 72443ed

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

data/txt/common-files.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,9 +1704,6 @@
17041704
/etc/crontab
17051705
/etc/hosts
17061706
/etc/my.cnf
1707-
/.bash_history
1708-
/.htpasswd
1709-
/.htaccess
17101707
/etc/.htpasswd
17111708
/root/.bash_history
17121709
/etc/named.conf

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from thirdparty.six import unichr as _unichr
1919

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

0 commit comments

Comments
 (0)