File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1818from 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 "
2222TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2323TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2424VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
You can’t perform that action at this time.
0 commit comments