mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 05:35:41 +12:00
Add user name suggestions
This commit is contained in:
parent
d990b3df3d
commit
86f4423bc8
195 changed files with 594 additions and 1 deletions
249
DataCollection/Dictonary/dictonary.dic
Normal file
249
DataCollection/Dictonary/dictonary.dic
Normal file
|
@ -0,0 +1,249 @@
|
|||
|
||||
Beautiful
|
||||
Yippee
|
||||
Happy
|
||||
Wonder
|
||||
Turquios
|
||||
Original
|
||||
Violin
|
||||
Quirky
|
||||
Quixotical
|
||||
Open
|
||||
Joking
|
||||
Joyful
|
||||
Excited
|
||||
Aqua
|
||||
Iron
|
||||
Fishy
|
||||
Laughing
|
||||
Miss
|
||||
Yuppy
|
||||
Zappy
|
||||
Green
|
||||
Quality
|
||||
Neighing
|
||||
Teal
|
||||
Jubilent
|
||||
Piggy
|
||||
Going
|
||||
Victorious
|
||||
Final
|
||||
Nonsense
|
||||
Zaney
|
||||
Level
|
||||
Popular
|
||||
Adorable
|
||||
Foremost
|
||||
Amethyst
|
||||
Flying
|
||||
Red
|
||||
Little
|
||||
Yawning
|
||||
Yogurt
|
||||
Cosmic
|
||||
Motherly
|
||||
Dark
|
||||
Illusive
|
||||
Water
|
||||
Bashful
|
||||
Handy
|
||||
Corny
|
||||
Hollow
|
||||
Lost
|
||||
Tulip
|
||||
Talent
|
||||
Fabulous
|
||||
Tiny
|
||||
Talking
|
||||
Mystical
|
||||
Flat
|
||||
Negative
|
||||
Huge
|
||||
Too
|
||||
Dorky
|
||||
Allegorical
|
||||
Crying
|
||||
Group
|
||||
Highlight
|
||||
Illogical
|
||||
Riveting
|
||||
Occasional
|
||||
Teeny
|
||||
Silver
|
||||
Rickety
|
||||
Great
|
||||
Turkey
|
||||
Nice
|
||||
Farm
|
||||
Material
|
||||
Mythical
|
||||
Elven
|
||||
Goblin
|
||||
Million
|
||||
Magic
|
||||
Crystal
|
||||
Kind
|
||||
Uber
|
||||
Wishing
|
||||
Violet
|
||||
Dear
|
||||
Twilight
|
||||
Burlap
|
||||
Sensible
|
||||
Victory
|
||||
Missy
|
||||
Blue
|
||||
Venemous
|
||||
Loving
|
||||
Maverick
|
||||
Filly
|
||||
Tan
|
||||
Candid
|
||||
Purple
|
||||
Fun
|
||||
The
|
||||
Orange
|
||||
Dynasty
|
||||
Learned
|
||||
Under
|
||||
Gorgeous
|
||||
Telling
|
||||
White
|
||||
Quaint
|
||||
Pitty
|
||||
Kaleidoscope
|
||||
Clear
|
||||
Artificial
|
||||
Mr
|
||||
Lacking
|
||||
Night
|
||||
Fake
|
||||
Nothing
|
||||
Zippy
|
||||
Normal
|
||||
Ranch
|
||||
Natural
|
||||
Coriander
|
||||
Pink
|
||||
Yellow
|
||||
Heavy
|
||||
Keeper
|
||||
Waking
|
||||
Gifted
|
||||
Tree
|
||||
Classy
|
||||
Elephant
|
||||
Ruby
|
||||
Courageous
|
||||
Normadic
|
||||
Desert
|
||||
Young
|
||||
Elderly
|
||||
Fast
|
||||
Apple
|
||||
Kindly
|
||||
Rightous
|
||||
Luminous
|
||||
Elf
|
||||
Wacky
|
||||
First
|
||||
Burgundy
|
||||
Gallent
|
||||
Youthful
|
||||
Sappy
|
||||
Tiger
|
||||
Near
|
||||
Madam
|
||||
Emerald
|
||||
Failing
|
||||
Pine
|
||||
Blind
|
||||
Thunder
|
||||
Hat
|
||||
Clown
|
||||
Cool
|
||||
Pleasant
|
||||
Helpful
|
||||
Queen
|
||||
Sunset
|
||||
Imprinted
|
||||
Crazy
|
||||
Latter
|
||||
Zap
|
||||
Sunny
|
||||
Scarlet
|
||||
Like
|
||||
Opal
|
||||
Ever
|
||||
Lessoned
|
||||
Jolly
|
||||
Right
|
||||
Just
|
||||
Taddle
|
||||
Wonderful
|
||||
Mousy
|
||||
Zero
|
||||
Venerated
|
||||
Ugly
|
||||
Mystic
|
||||
Idiot
|
||||
Silly
|
||||
Missing
|
||||
Famous
|
||||
Glass
|
||||
Good
|
||||
Quiet
|
||||
Surely
|
||||
Jumpy
|
||||
Starry
|
||||
Dreary
|
||||
Black
|
||||
Ivory
|
||||
Listening
|
||||
Absolute
|
||||
Quick
|
||||
Simple
|
||||
Cold
|
||||
Elequent
|
||||
Froggy
|
||||
Cute
|
||||
Reasoning
|
||||
Terrible
|
||||
Ribbon
|
||||
Eager
|
||||
Nocturnal
|
||||
Village
|
||||
Mega
|
||||
Fat
|
||||
Mighty
|
||||
Deep
|
||||
Drone
|
||||
Ant
|
||||
Polite
|
||||
Alien
|
||||
Dun
|
||||
Mrs
|
||||
Meek
|
||||
Light
|
||||
Strong
|
||||
Shiny
|
||||
Over
|
||||
Kindred
|
||||
Xtra
|
||||
Pokey
|
||||
Crimson
|
||||
Love
|
||||
Illusion
|
||||
Best
|
||||
Jumping
|
||||
Grape
|
||||
Sane
|
||||
Sensational
|
||||
Qualified
|
||||
Cyan
|
||||
Elysium
|
||||
Frequent
|
||||
Wiggly
|
||||
Magical
|
||||
Question
|
||||
Often
|
45
DataCollection/Dictonary/download_dictonary.py
Normal file
45
DataCollection/Dictonary/download_dictonary.py
Normal file
|
@ -0,0 +1,45 @@
|
|||
import requests
|
||||
import os
|
||||
def get_between(txt, a1, a2):
|
||||
aStart = txt.index(a1)+len(a1)
|
||||
txt = txt[aStart:]
|
||||
aEnd = txt.index(a2)
|
||||
txt = txt[:aEnd]
|
||||
return txt
|
||||
|
||||
def move_forward(txt, a1, a2):
|
||||
aStart = txt.index(a1)+len(a1)
|
||||
txt = txt[aStart:]
|
||||
aEnd = txt.index(a2)+len(a2)
|
||||
txt = txt[aEnd:]
|
||||
return txt
|
||||
|
||||
|
||||
def dictDl():
|
||||
rounds = 50
|
||||
leak_url = "https://master.horseisle.com/web/newuser.php"
|
||||
words = set(open("dictonary.dic", "rb").read().split(b'\r\n'))
|
||||
for i in range(0,rounds):
|
||||
r = requests.get(leak_url)
|
||||
content = r.content.replace(b'\r', b'').replace(b'\n', b'').replace(b'</FONT></TD><TD><FONT SIZE=-1><CENTER>', b'')
|
||||
generated_names = get_between(content, b"</TD></TR><TR><TD><CENTER><FONT SIZE=-1>",b"<BR></FONT></TD></TR></TABLE>")
|
||||
names = generated_names.split(b"<BR>")
|
||||
#print(names)
|
||||
#print(generated_names)
|
||||
for name in names:
|
||||
curWord = ""
|
||||
for c in name:
|
||||
if chr(c).upper() == chr(c):
|
||||
if curWord != '':
|
||||
words.add(curWord.encode("utf-8"))
|
||||
curWord = ''
|
||||
curWord += chr(c)
|
||||
|
||||
dictFile = open("dictonary.dic", "wb")
|
||||
for word in words:
|
||||
if word == '':
|
||||
continue
|
||||
print(word)
|
||||
dictFile.write(word+b"\r\n")
|
||||
|
||||
#dictDl()
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue