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

Skip to content

Commit d1bb69f

Browse files
committed
Minor improvement
1 parent 0a266f6 commit d1bb69f

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

data/txt/common-files.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,3 +1659,41 @@
16591659
\web.config
16601660
\windows\system32\drivers\etc\hosts
16611661
\windows\win.ini
1662+
1663+
# Reference: https://repo.theoremforge.com/pentesting/tools/blob/0f1f0578739870b633c267789120d85982545a69/Uncategorized/Dump/lfiunix.txt
1664+
1665+
/etc/apache2/.htpasswd
1666+
/etc/apache/.htpasswd
1667+
/etc/master.passwd
1668+
/etc/muddleftpd/muddleftpd.passwd
1669+
/etc/muddleftpd/passwd
1670+
/etc/passwd
1671+
/etc/passwd~
1672+
/etc/passwd-
1673+
/etc/pureftpd.passwd
1674+
/etc/samba/private/smbpasswd
1675+
/etc/samba/smbpasswd
1676+
/etc/security/opasswd
1677+
/etc/security/passwd
1678+
/etc/smbpasswd
1679+
\Program Files\xampp\apache\conf\httpd.conf
1680+
/usr/local/pgsql/bin/pg_passwd
1681+
/usr/local/pgsql/data/passwd
1682+
/usr/pkgsrc/net/pureftpd/pureftpd.passwd
1683+
/usr/ports/contrib/pure-ftpd/pureftpd.passwd
1684+
/usr/ports/ftp/pure-ftpd/pureftpd.passwd
1685+
/usr/ports/net/pure-ftpd/pureftpd.passwd
1686+
/var/log/exim_rejectlog/etc/passwd
1687+
/etc/mysql/conf.d/old_passwords.cnf
1688+
/etc/password.master
1689+
/var/www/.lighttpdpassword
1690+
/Volumes/Macintosh_HD1/opt/apache2/conf/httpd.conf
1691+
/Volumes/Macintosh_HD1/opt/apache/conf/httpd.conf
1692+
/Volumes/Macintosh_HD1/opt/httpd/conf/httpd.conf
1693+
/Volumes/Macintosh_HD1/usr/local/php4/httpd.conf.php
1694+
/Volumes/Macintosh_HD1/usr/local/php5/httpd.conf.php
1695+
/Volumes/Macintosh_HD1/usr/local/php/httpd.conf.php
1696+
/Volumes/Macintosh_HD1/usr/local/php/lib/php.ini
1697+
/Volumes/webBackup/opt/apache2/conf/httpd.conf
1698+
/Volumes/webBackup/private/etc/httpd/httpd.conf
1699+
/Volumes/webBackup/private/etc/httpd/httpd.conf.default

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.92"
21+
VERSION = "1.3.11.93"
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)