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

a simple panel to mod/integrate with my stealer

3c2n90yt57489t3y8794

RAID-массив
Пользователь
Регистрация
01.09.2020
Сообщения
66
Реакции
5
Hello, is there a basic simple panel that I can use to start learning what requests I have to send from my stealer to add logs in the database? The aim is to use the panel with my stealer and in the near future try to write my first panel.
More examples I have, the better it is, anyway I just need 1 very basic (free) panel.
 
Depending on what you'd like to do will result in you needing to implement different things for such to work. Like Kirt said you could go look at GitHub although I don't recommend going to it whenever your always stuck and don't know how to do xyz, Don't get me wrong dissecting code is great for learning if your already somewhat experienced at the language your looking at but just don't rely on it.

For the database viewing/loading the contents you could just use a simple HTML, JS page that will load and display the contents from the sql db, But you could also write data this way too by either getting requests through a reverse proxy from the victim or the victims computer sending an POST Req to the link you've provided/hard coded into the stealer It's self.

Hopefully this was somewhat useful...
 
Пожалуйста, обратите внимание, что пользователь заблокирован
Its very simple you can send as json or json then encode it to base64 then send it via winsock to you'r http server ,
in http use file_get_contents("php://input"); to read post data , why POST not GET or REQUEST because normal browser will use the get .

I will recommended to read gate.php from Zeus botnet its old bot the technique still used until today
 


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