Author Topic: How to make a Permanent Backdoor in Linux Servers ? Help  (Read 2454 times)

0 Members and 1 Guest are viewing this topic.

zohraan

  • Guest
How to make a Permanent Backdoor in Linux Servers ? Help
« on: 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 ...

Offline z3ro

  • Knight
  • **
  • Posts: 345
  • Cookies: 60
    • View Profile
Re: How to make a Permanent Backdoor in Linux Servers ? Help
« Reply #1 on: September 06, 2012, 01:22:12 pm »
netcat...
~ God is real. Unless declared as an integer.

Offline ca0s

  • VIP
  • Sir
  • *
  • Posts: 432
  • Cookies: 53
    • View Profile
    • ka0labs #
Re: How to make a Permanent Backdoor in Linux Servers ? Help
« Reply #2 on: September 06, 2012, 01:22:28 pm »
Have you ever heard about rootkits?

Offline Daemon

  • VIP
  • Baron
  • *
  • Posts: 845
  • Cookies: 153
  • A wise man fears a gentle mans anger
    • View Profile
Re: How to make a Permanent Backdoor in Linux Servers ? Help
« Reply #3 on: 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.
This lifestyle is strictly DIY or GTFO - lucid

Because sexploits are for h0edays - noncetonic


Xires burns the souls of HF skids as a power supply


zohraan

  • Guest
Re: How to make a Permanent Backdoor in Linux Servers ? Help
« Reply #5 on: September 09, 2012, 09:08:27 pm »
Yeah thanks ... :)

Offline NeX

  • Peasant
  • *
  • Posts: 74
  • Cookies: 5
    • View Profile
Re: How to make a Permanent Backdoor in Linux Servers ? Help
« Reply #6 on: 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 ;)

zohraan

  • Guest
Re: How to make a Permanent Backdoor in Linux Servers ? Help
« Reply #7 on: 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 ;)