DanMcInerney / icebreaker

Gets plaintext Active Directory credentials if you're on the internal network but outside the AD environment
MIT License
1.18k stars 158 forks source link

error find john #10

Closed feedb closed 6 years ago

feedb commented 6 years ago

Traceback (most recent call last): File "./icebreaker.py", line 1536, in main(report, args) File "./icebreaker.py", line 1503, in main prev_creds, new_lines = parse_responder_log(args, prev_lines, prev_creds) File "./icebreaker.py", line 1092, in parse_responder_log prev_creds = get_cracked_pwds(prev_creds) File "./icebreaker.py", line 924, in get_cracked_pwds out, err = Popen('submodules/JohnTheRipper/run/john --show hashes/{}'.format(x).split(), stdout=PIPE, stderr=PIPE).communicate() File "/usr/lib/python3.6/subprocess.py", line 709, in init restore_signals, start_new_session) File "/usr/lib/python3.6/subprocess.py", line 1344, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'submodules/JohnTheRipper/run/john': 'submodules/JohnTheRipper/run/john'

feedb commented 6 years ago

fixed, john configuring with error