• XSS.stack #1 – первый литературный журнал от юзеров форума

FREE & opensrc Rust Stealer

Зачем ты дропаешь на диск? Делай так
Код:
let mut buf = Vec::new(); //Vec<u8>
    {
        let mut c = std::io::Cursor::new(&mut buf);
        let mut zip_writer = zip::ZipWriter::new(c);
        zip_writer.start_file("passwords_chrome.txt", zip::write::FileOptions::default());
        zip_writer.write_all("some data".as_bytes())
        zip_writer.finish();
    }

Ну и хз зачем оно, если нет поддержки firefox/waterfox/librewolf.
 
Пожалуйста, обратите внимание, что пользователь заблокирован
No, all files are collected in the logsxc folder, but they are not sent to Telegram, only a screenshot comes to Telegram! Also, the grabber still doesn't work correctly, and doesn't collect .txt .pdf files or any from the desktop
I can agree
Im losing logs right now.
 
Зачем ты дропаешь на диск? Делай так
Код:
let mut buf = Vec::new(); //Vec<u8>
    {
        let mut c = std::io::Cursor::new(&mut buf);
        let mut zip_writer = zip::ZipWriter::new(c);
        zip_writer.start_file("passwords_chrome.txt", zip::write::FileOptions::default());
        zip_writer.write_all("some data".as_bytes())
        zip_writer.finish();
    }

Ну и хз зачем оно, если нет поддержки firefox/waterfox/librewolf.
1. Would first be unclean as fuck
2. There are some people who are just using it w/o tg
3. I will add Firefox when i got time. I cant spend all my free time working on a free stealer.
 
Getting only screenshot, if get LO somehow, its almost empty
Fix ASAP please
Pull new Update.
 
2. There are some people who are just using it w/o tg
Так ты в конце можешь записать
Код:
let mut f = std::fs::File::create("name_of.zip");
f.write_all(buf.as_slice());
3. I will add Firefox when i got time. I cant spend all my free time working on a free stealer.
Ну так-то на гитхабе есть куча стиллеров хрома на расте, а вот мозилловский nss никто не осилил)
 
Так ты в конце можешь записать
Код:
let mut f = std::fs::File::create("name_of.zip");
f.write_all(buf.as_slice());

Ну так-то на гитхабе есть куча стиллеров хрома на расте, а вот мозилловский nss никто не осилил)
1. Still could would be messy (Why zip on victim's pc?).

2. Mozilla provides own bindings for it?

and even if i wouldn't be able to do it, i could do it via cpp bindings(ffi)
So this makes no sense @ all
 
1. Still could would be messy (Why zip on victim's pc?).

2. Mozilla provides own bindings for it?

and even if i wouldn't be able to do it, i could do it via cpp bindings(ffi)
So this makes no sense @ all
А цель записи на диск какая?
 
Are you using latest version from github? The latest one, i believe, i fixed.
Я не юзаю, я просто код посмотрел ради интереса.
 
Пожалуйста, обратите внимание, что пользователь заблокирован
At first the log came, then it stopped coming, I changed 3 bots and 3 grubs in one.
Are you using the latest version from github? That new from github, i believe, is fixed.
 
Зачем ты дропаешь на диск? Делай так
Код:
let mut buf = Vec::new(); //Vec<u8>
    {
        let mut c = std::io::Cursor::new(&mut buf);
        let mut zip_writer = zip::ZipWriter::new(c);
        zip_writer.start_file("passwords_chrome.txt", zip::write::FileOptions::default());
        zip_writer.write_all("some data".as_bytes())
        zip_writer.finish();
    }

Ну и хз зачем оно, если нет поддержки firefox/waterfox/librewolf.
Пускай будет запись на диск, а то не все используют телеграм для доставки.
 
Пускай будет запись на диск, а то не все используют телеграм для доставки.
Объясни, я не понимаю. Если это для личного пользования, типа забекапить свои браузеры, то есть https://github.com/moonD4rk/HackBrowserData с поддержкой фаерфокса. Если же юзать как малварь, то какой-то странный юз-кейс.
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх