NetGoatFr

Results 7 comments of NetGoatFr

Thanks for your anwser! It's the last version, but I dunno which version. Also, after having run the script, I must say that the output file is just only a...

Also I will retry to do it today and check the log of adb

Hey got anything new about this issue ? It may not even be makeDebuggable related... I didn't find anything that could explain why, tough

if it's a ddos the person behind it want to kill the website at all cost

(also in case you didn't saw it i added the software parameter to dpapi.get_prekeys_form_registry_files) Sadly no, still nothing. ```py [({}, {})] [({}, {})] [({}, {})] [({}, {})] [({}, {})] [({},...

But thanks for that hella fast response !

Lil update. I tried to only use pypykatz to fetch stuff ```py HIVE = os.path.join(WINDOWS_LOCATION,"Windows","System32","config") def find_file(dir,name): for file in os.listdir(dir): if re.match(name,file): return os.path.join(dir,file) reg:OffineRegistry = OffineRegistry.from_files(find_file(HIVE,"SYSTEM"),find_file(HIVE,"SAM"),find_file(HIVE,"SECURITY"),find_file(HIVE,"SOFTWARE")) #print(dpapi.decrypt_all_chrome(dpapi.find_chrome_database_file_offline(USERS),throw=True)) masterkey_files...