JohnTar22

Results 8 comments of JohnTar22

I'll elaborate further, according to this: https://github.com/mcw0/PoC/blob/master/dahua-telnetd-json.py: `def dahua_md5_hash(Dahua_random, Dahua_realm, username, password): PWDDB_HASH = hashlib.md5(username + ':' + Dahua_realm + ':' + password + '').hexdigest().upper() PASS = ''+ username +...

Hi! thanks for replying! your example works perfectly, i'm adding my code for further testing. `import hashlib import sys def DAHUA_HASH(wordlist, random, sn, username, sniffed_hash): random = str(random) with open(wordlist)...

BTW, just to clarify, the hashed serial number is not something i do, that's how i get it from wireshark, i'm not sure that it's actully an md5sum of the...

The #3482 Works like a charm! Thanks a lot! can't wait for the merge :)

Easy-RSA 3.1.1 is available, tried to change the "local_version" variable in the script from 3.0.7 to 3.1.1 but still getting the same errors. what else needs to be changed? Thanks...

i'd really like to see a linux port! :)

Thanks for the sarcasm, for the sake of others, I've managed to use mono to run it on Ubuntu, works pretty good.

Thanks for the answer, Iv'e tried uscan, looks good!, as i see there's still a big difference in the vendor support list between the versions, am i right?