Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish results of the analysis #4

Open
fschwebel opened this issue Jan 26, 2018 · 10 comments
Open

Publish results of the analysis #4

fschwebel opened this issue Jan 26, 2018 · 10 comments

Comments

@fschwebel
Copy link

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

@philipperemy
Copy link
Owner

@fschwebel still working on it!

@philipperemy
Copy link
Owner

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
Copy link

denemmy commented Mar 31, 2018

Can you share your trained model, please?

@huan
Copy link

huan commented Nov 2, 2018

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

@clintonm9
Copy link

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

@philipperemy
Copy link
Owner

@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
Copy link

agtejeo commented May 23, 2019

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
Copy link

@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
Copy link

agtejeo commented May 23, 2019

python --version
Python 2.7.15rc1

@clintonm9
Copy link

Please use python3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants