Replies: 2 comments 1 reply
-
You find example queries in the discussions and in |
Beta Was this translation helpful? Give feedback.
0 replies
-
i've got a python script that does this. it builds a text file and a csv with the results. i basically used python + elasticsearch_dsl library. made one query for all the usernames in the last hour, and another for the passwords in the last hour. it pulled the data, consolidated it.. then wrote a csv and a text file of each. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there, I would like to create a wordlist from password which were used on my T-Pot infra. Does anybody have an idea on how I could export all of them in the easiest way possible? I like how the Kibana dashboard shows the most used passwords, as on the picture
but I'd like to get all of the passwords used into a single wordlist file.
Beta Was this translation helpful? Give feedback.
All reactions