philipperemy / tensorflow-1.4-billion-password-analysis

Deep Learning model to analyze a large corpus of clear text passwords.
1.91k stars 394 forks source link

Publish results of the analysis #4

Open fschwebel opened 6 years ago

fschwebel commented 6 years ago

The code is interesting but just a mean. Did you achieve the objective mentioned? Did you publish some results?

philipperemy commented 6 years ago

@fschwebel still working on it!

philipperemy commented 6 years ago

Just for info, I'll push soon the first model.

You can see the progress here: https://github.com/philipperemy/tensorflow-1.4-billion-password-analysis/tree/model

denemmy commented 6 years ago

Can you share your trained model, please?

huan commented 5 years ago

Hello @philipperemy , did you get any updates for the results after working for this?

clintonm9 commented 5 years ago

@philipperemy very cool project! Is this something you are still working on or have you moved to something else?

philipperemy commented 5 years ago

@clintonm9 its still in my list and I would love to continue working on it but at the moment Im busy with other projects..

agtejeo commented 5 years ago

Dear friend, I tried to run this project... and I get some errors (running not in virtual env); these are:

./process_and_train.sh . Remove --max_num_files to process the entire dataset (few hours of processing in total). Traceback (most recent call last): File "run_data_processing.py", line 101, in run() File "run_data_processing.py", line 97, in run on_file_read_call_back_class=ReducePasswordsOnSimilarEmailsCallback) File "/home/agtejeo/Documentos/br/tensor/utils.py", line 38, in process all_filenames = glob(breach_compilation_folder + '/*/', recursive=True) TypeError: glob() got an unexpected keyword argument 'recursive' Traceback (most recent call last): File "run_encoding.py", line 6, in from data_gen import LazyDataLoader, build_vocabulary, get_chars_and_ctable File "/home/agtejeo/Documentos/br/tensor/data_gen.py", line 53 SyntaxError: Non-ASCII character '\xef' in file /home/agtejeo/Documentos/br/tensor/data_gen.py on line 53, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details File "train_model.py", line 218 print('guess :', guess, end=' ') ^ SyntaxError: invalid syntax

any suggestion?

clintonm9 commented 5 years ago

@agtejeo I don't think recursive=True was added to glob until version 3.5 of Python. What version of Python are you running?

agtejeo commented 5 years ago

python --version Python 2.7.15rc1

clintonm9 commented 5 years ago

Please use python3