Skip to content

Commit 56177c3

Browse files
committed
Minor update of common tables/columns
1 parent c5d7c54 commit 56177c3

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

data/txt/common-columns.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,6 +1844,10 @@ banner_id
18441844
error
18451845
language_id
18461846
val
1847+
parol
1848+
familiya
1849+
imya
1850+
otchestvo
18471851

18481852
# site:jp
18491853

@@ -2731,6 +2735,34 @@ ssn
27312735
account
27322736
confidential
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

27362768
u_pass

data/txt/common-tables.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3578,3 +3578,11 @@ users
35783578
user_usergroup_map
35793579
viewlevels
35803580
weblinks
3581+
3582+
# site:nl
3583+
3584+
gebruikers
3585+
3586+
# site:cn
3587+
3588+
yonghu

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from 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"
2424
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2525
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2626
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)