File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
api-reference/leaksdb/endpoints Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Returns a list of credentials matching the query provided.
2121 "imported_at" : " 2024-01-01T00:00:00+00:00" ,
2222 "name" : " session" ,
2323 "path" : " /" ,
24- "stealer_log_id " : " stealer_log/stealer_logs_live/12345" ,
24+ "evend_uid " : " stealer_log/stealer_logs_live/12345" ,
2525 "value" : " abcdefghijkl" ,
2626 },
2727 ],
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ for resp in api_client.scroll(
112112 full_event = api_client.get(
113113 url = " /firework/v2/activities/" ,
114114 params = {
115- " uid" : cookie[" stealer_log_id " ],
115+ " uid" : cookie[" evend_uid " ],
116116 },
117117 ).json()[" activity" ]
118118 user_infomation = full_event[" data" ][" user_information" ]
You can’t perform that action at this time.
0 commit comments