File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1844,6 +1844,10 @@ banner_id
18441844error
18451845language_id
18461846val
1847+ parol
1848+ familiya
1849+ imya
1850+ otchestvo
18471851
18481852# site:jp
18491853
@@ -2731,6 +2735,34 @@ ssn
27312735account
27322736confidential
27332737
2738+ # site:nl
2739+
2740+ naam
2741+ straat
2742+ gemeente
2743+ beschrijving
2744+ id_gebruiker
2745+ gebruiker_id
2746+ gebruikersnaam
2747+ wachtwoord
2748+ telefoon
2749+ voornaam
2750+ achternaam
2751+ geslacht
2752+ huisnummer
2753+ gemeente
2754+ leeftijd
2755+
2756+ # site:cn
2757+
2758+ yonghuming
2759+ mima
2760+ xingming
2761+ xingbie
2762+ touxiang
2763+ youxiang
2764+ shouji
2765+
27342766# Misc
27352767
27362768u_pass
Original file line number Diff line number Diff line change @@ -3578,3 +3578,11 @@ users
35783578user_usergroup_map
35793579viewlevels
35803580weblinks
3581+
3582+ # site:nl
3583+
3584+ gebruikers
3585+
3586+ # site:cn
3587+
3588+ yonghu
Original file line number Diff line number Diff line change 2020from thirdparty .six import unichr as _unichr
2121
2222# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23- VERSION = "1.7.2.8 "
23+ VERSION = "1.7.2.9 "
2424TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2525TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2626VERSION_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