EvilZone

Hacking and Security => Hacking and Security => : zohraan September 06, 2012, 12:14:32 PM

: How to make a Permanent Backdoor in Linux Servers ? Help
: zohraan September 06, 2012, 12:14:32 PM
How to make a Permanent Backdoor in Linux Servers after compromising the target ? Help and thanks advanced for you help ...
: Re: How to make a Permanent Backdoor in Linux Servers ? Help
: z3ro September 06, 2012, 01:22:12 PM
netcat...
: Re: How to make a Permanent Backdoor in Linux Servers ? Help
: ca0s September 06, 2012, 01:22:28 PM
Have you ever heard about rootkits?
: Re: How to make a Permanent Backdoor in Linux Servers ? Help
: Daemon September 06, 2012, 07:15:45 PM
Please, do some more searching before posting a generalized question like that. GOOGLE will be more than happy to give you a ton of results for linux backdoor; 2, 920, 000 results.
Once you have the idea down, and have tried getting it to work on your VM or test comp, then feel free to ask us specific questions about the problems your having. Hacker's (or just computer geeks like me) value independence, so we help those who have already helped themselves.

Hopefully you learn something and find what you need, gl mate.
: Re: How to make a Permanent Backdoor in Linux Servers ? Help
: noob September 09, 2012, 03:53:51 AM
http://evilzone.org/security-tools/trixd00r-v0-0-1-an-invisible-tcpip-based-backdoor-for-unix-systems/msg15228/#msg15228
: Re: How to make a Permanent Backdoor in Linux Servers ? Help
: zohraan September 09, 2012, 09:08:27 PM
Yeah thanks ... :)
: Re: How to make a Permanent Backdoor in Linux Servers ? Help
: NeX September 10, 2012, 11:31:39 PM
It can't be really permanent, but you have few options..
1. Inserting into kernel (recompiling kernel or LKM)
2. Adding to startup
If you use the 1st one, it's more difficult to get detected if you recompile the kernel (unless it's poorly coded, then it'll just oops the kernel XD)
Adding stuff to startup is not a clever idea, because it's like.. really visible XD

If you're interested in doing kernel level stuff you can ask me questions, I've messed with that stuff a bit ;)
: Re: How to make a Permanent Backdoor in Linux Servers ? Help
: zohraan September 11, 2012, 08:34:37 AM
Thanks for coming ... :))

It can't be really permanent, but you have few options..
1. Inserting into kernel (recompiling kernel or LKM)
2. Adding to startup
If you use the 1st one, it's more difficult to get detected if you recompile the kernel (unless it's poorly coded, then it'll just oops the kernel XD)
Adding stuff to startup is not a clever idea, because it's like.. really visible XD

If you're interested in doing kernel level stuff you can ask me questions, I've messed with that stuff a bit ;)