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

Flask or Django

godslucy

HDD-drive
Пользователь
Регистрация
09.07.2022
Сообщения
29
Реакции
3
i want to create a webpanel. when my backdoor script is run on victims PC. i want the panel to pop up and show 1 by 1 . so how do i write the code and which libs is best for it .. i have already have backdoors and malware ready. but dont know how to start it . a small guide on which ports to use and every single scripts should have different ports correct? please just a small brief will be good for me

thank you :)
 
First learn how Flask works. This is a good guide:

Then look at existing panels to understand how Flask can work as a panel. Like:

You will have to write an API that supports your malware HTTP requests.
 
Пожалуйста, обратите внимание, что пользователь заблокирован
Both will work, personally I prefer flask, it is lighter, but as indicated above, Django or even Fast API are perfectly viable.

What you need is not in my area of expertise, but here are some ideas that I would do:

Regarding the port, avoid taking something with 5 digits, move between 3 and 4 digits. Just something that doesn't attract much attention.

You must consider what protocol and how you are going to send the information in the backend. Perhaps some type of HTTP/S POST with a payload in the form of JSON, encrypted, so that neither point has to maintain the connection and it is easier to go unnoticed with the rest of the victim's traffic.

Also add a "panic" button to the panel. Just in case something gets out of hand, make sure it does a good wipe of all your shit if you need it.
 


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