[2022] Doxbin Dehashed
by - Thursday, January 1, 1970 at 12:00 AM
Hello Breached.co Community,
Today I have uploaded a dehashed list of the Doxbin Database for you to download, thanks for reading and enjoy!


Name: Doxbin Dehashed
Domain: doxbin.org / doxbin.com
Date: January 12th, 2022
Data Included: Username:Email:Password
Total Records: 5,264

Sample:

kazizone:[email protected]:Jack0g73
dziara_na_chuju:[email protected]:Kubus1337123
Bag:[email protected]:448DJgKv4fSdkDws125
MrNYX:[email protected]:H4ck3r2k20@@
cuterussianboy:[email protected]:Puffinboo12
VULTURE:[email protected]:Puffinboo12
q8:[email protected]:Edcxzaq1@
Aikasec:[email protected]:Fairytail211004
midget:[email protected]:jnu!6eZTawCpenA26ez2
louis:[email protected]:Hello123
Stylaaa:[email protected]:Gemma1981


Downloads:
Hidden Content
You must register or login to view this content.
Reply
Unlocked cause why not :P
:pomlove: Thank you @FederalAgentBrad for the VIP Rank and Thank you @tty for the GOD Rank.
Thank you @nan9e for the gift >.<
:pomlove:
Reply
you can't dehash a password it's bruteforcing lololo

also use some of these lists https://weakpass.com/wordlist/
Reply
is it possible to share how you convert the binary string in doxbin db to a hash ?
Reply
(October 9, 2022, 01:12 AM)asz Wrote: you can't dehash a password it's bruteforcing lololo


also use some of these lists https://weakpass.com/wordlist/


Gets more clicks with a catchy "dehashed" title, I'll look into these wordlists thank you
:pomhappy:



(October 9, 2022, 01:25 AM)opulent_accomplice Wrote: is it possible to share how you convert the binary string in doxbin db to a hash ?


from re import match

def decode(h: str) -> str:
    if h.startswith('0x'): h = h[2:]

    while True:
        h = bytes.fromhex(h).decode('utf-8')
        if not match(r'^[a-fA-F0-9]*

Use as python3 main.py HASH

:pomsleep:
, h): break
   
    print(h)

decode(sys.argv[1])


Use as python3 main.py HASH

:pomsleep:
Reply
nice thanks man ur the goat
Reply
thanks
Reply
thanks for help
Reply
thanks
Reply
thank youu
Reply


 Users viewing this thread: [2022] Doxbin Dehashed: No users currently viewing.