Статус
Закрыто для дальнейших ответов.
500 student login details including their e-mail address, userid, password, full name (student name), father name (for some unknown reason lol), date of birth, student contact number (phone). Enjoy! :)


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

500 регистрационных данных студентов, включая их адрес электронной почты, идентификатор пользователя, пароль, полное имя (имя студента), имя отца (по неизвестной причине), дату рождения, контактный номер студента (телефон). Наслаждайтесь!:)


 
500 student login details including their e-mail address, userid, password, full name (student name), father name (for some unknown reason lol), date of birth, student contact number (phone). Enjoy! :)


-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

500 регистрационных данных студентов, включая их адрес электронной почты, идентификатор пользователя, пароль, полное имя (имя студента), имя отца (по неизвестной причине), дату рождения, контактный номер студента (телефон). Наслаждайтесь!:)


 
I can't say much more than the title has already said, there are 2 sheets within the xlsx spreadsheet, they contain various login details for random sites and services. I hope you find them useful. :)


--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Я не могу сказать намного больше, чем уже сказано в названии, в таблице xlsx есть 2 листа, они содержат различные данные для входа на случайные сайты и сервисы. Я надеюсь, что вы найдете их полезными.:)


 
Here is an xlsx spreadsheet which contains 8 sheets. They all contain useful information but 4 out of the 8 contain e-mail addresses, usernames and passwords as well as phone numbers and company names. Enjoy! :)


----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Вот электронная таблица xlsx, которая содержит 8 листов. Все они содержат полезную информацию, но 4 из 8 содержат адреса электронной почты, имена пользователей и пароли, а также номера телефонов и названия компаний. Наслаждайтесь!:)

 
290 гигабайт логов, дата 2019-2020
 
Последнее редактирование:
290 гигабайт логов, дата 2019-2020
Скрытое содержимое
Если нужно кому-то прочекать на какой-то запрос этот лог,то пишите в ПМ.Как раз загрузил на левый сервак с nvme.
 
Good evening. I see that some people have problems searching domains from redline stealer files.
I will leave here a simple Python script that I've created to make this task easier. If some Python geek
wants to improve it you can do so.

Step 1 : Create a folder and extract all the folders there (you should ONLY have a list of log folders there)
Step 2 : Copy the script and name it as SCRIPT.py
Step 3: Put the SCRIPT.py file in the folder with all the LOGID folders from Step 1
Step 4: Change WHATYOUWANTTOFIND.COM to the domain that you are looking for (for example facebook.com)
Step 5: Run the SCRIPT.py file




Python 3

import os, shutil
numfold= len(os.listdir())
i=0

os.mkdir('NEW_FOLDER')
while i<numfold :
a= False
if os.listdir()== 'SCRIPT.py':
i=i+1

elif os.listdir()== 'NEW_FOLDER':
i=i+1

else:
file_path=os.getcwd()+'\\'+os.listdir()+'\\'+'Passwords.txt'
with open(file_path) as openfile:
if 'WHATYOUWANTTOFIND.COM' in openfile.read():
a= True



if a is True:
original = os.getcwd()+'\\'+os.listdir()+'\\'
target = os.getcwd()+'\\'+'NEW_FOLDER'
shutil.move(original,target)
i=i+1

else:
i=i+1
 
Последнее редактирование:
Статус
Закрыто для дальнейших ответов.
Верх