File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919 for item in f .readlines ():
2020 item = item .strip ()
21- if item in items :
22- if item :
23- print item
24- items .append (item )
25-
21+ try :
22+ str .encode (item )
23+ if item in items :
24+ if item :
25+ print item
26+ else :
27+ items .append (item )
28+
29+ if not item :
30+ items .append ('' )
31+ except :
32+ pass
2633 f .close ()
2734
2835 f = open (sys .argv [1 ], 'w+' )
Original file line number Diff line number Diff line change @@ -474,21 +474,14 @@ module_addr
474474
475475# List from schemafuzz.py (http://www.beenuarora.com/code/schemafuzz.py)
476476user
477- username
478- password
479- passwd
480477pass
481478cc_number
482- id
483- email
484479emri
485480fjalekalimi
486481pwd
487- user_name
488482customers_email_address
489483customers_password
490484user_password
491- name
492485user_pass
493486admin_user
494487admin_password
@@ -522,9 +515,6 @@ usrpass
522515usr_pass
523516usrnam
524517nc
525- uid
526- userid
527- user_id
528518myusername
529519mail
530520emni
@@ -594,13 +584,11 @@ access
594584accnt
595585accnts
596586account
597- accounts
598587admin
599588adminemail
600589adminlogin
601590adminmail
602591admins
603- aid
604592aim
605593auth
606594authenticate
@@ -610,20 +598,16 @@ cc_expires
610598cc_owner
611599cc_type
612600cfg
613- cid
614601clientname
615602clientpassword
616603clientusername
617- conf
618604config
619605contact
620606converge_pass_hash
621607converge_pass_salt
622608crack
623- customer
624609customers
625610cvvnumber]
626- data
627611db_database_name
628612db_hostname
629613db_password
@@ -632,23 +616,18 @@ download
632616e-mail
633617emailaddress
634618full
635- gid
636619group
637- group_name
638620hash
639621hashsalt
640622homepage
641623icq
642624icq_number
643- id_group
644625id_member
645626images
646627index
647628ip_address
648629last_ip
649630last_login
650- lastname
651- log
652631login_name
653632login_pw
654633loginkey
@@ -683,8 +662,6 @@ serial
683662session_member_id
684663session_member_login_key
685664sesskey
686- setting
687- sid
688665spacer
689666status
690667store
@@ -697,7 +674,6 @@ temp_pass
697674temp_password
698675temppass
699676temppasword
700- text
701677un
702678user_email
703679user_icq
722698warez
723699xar_name
724700xar_pass
725- id
Original file line number Diff line number Diff line change @@ -2048,4 +2048,4 @@ Site_Login
20482048UserAdmin
20492049Admins
20502050Login
2051- Logins
2051+ Logins
You can’t perform that action at this time.
0 commit comments