-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Hydra Output to JSOn file incomplete #969
Comments
The issue you're encountering happens because the JSON output generated by This discrepancy could be due to several reasons:
Potential SolutionsSolution 1: Separate
|
Hydra version: Hydra v9.5 (c) 2023 by van Hauser/THC & David Maciejak
Os version: Linux version 5.15.0-107-generic (buildd@lcy02-amd64-012) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024
Python version: Python 3.10.12
Code:
And you will get this except:
As you see ,the file is a invalid JSON file , so python3 load it failed!
But excecute Command:
hydra -I -u -q -b json -4 -L /opt/seccmdb/scanner/users.txt -P /opt/seccmdb/scanner/passwords.txt -s 22 -t 64 -o /tmp/14f2511a-eb1b-4856-b2b0-562106da7d34 192.168.2.17 ssh
alone , the output is fine, so i need your help !The text was updated successfully, but these errors were encountered: