Replies: 2 comments
-
there are a bunch of ways to do it, all are based around doing queries to the elasticsearch database that tpot uses. usernames and passwords are stored in the fields "username" and "password" I think.. so you'd just query for all the results in a time period that have the field "username" and "password".. you can get fancy and make a query that only pulls the aggrigated unique values. you can do it with curl, python.. whatever you'd like. |
Beta Was this translation helpful? Give feedback.
-
here is some quick python code from chatGPT that will at least give you a place to start: ChatGPT Prompt: "i need a python example of querying elasticsearch index "logstash-*" for all the unique entries in the fields "username" and "password" over the last hour, from an elasticsearch server on localhost"
|
Beta Was this translation helpful? Give feedback.
-
Hi guys,
Actually, I have a research lab, I have distributed TPOT with 1 hive and 1 sensor. I want to feed all the password attempts I have collected to my own "kind of TI". The idea is I want to its information in real-time.
Can someone give me an idea how to make it ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions