Author Topic: Modern Linux Rootkits by TurboBorland  (Read 2412 times)

0 Members and 1 Guest are viewing this topic.

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Modern Linux Rootkits by TurboBorland
« on: April 10, 2014, 10:17:46 am »
Hi guys,

I have been working on some rootkitting lately and after some hours of LKM hacking i found TurboBorland's his great tutorial on modern linux rootkits. He's a great guy so if you like it don't bother getting on IRC and tell him you love him.

Tutorials:
http://turbochaos.blogspot.de/2013/09/linux-rootkits-101-1-of-3.html
http://turbochaos.blogspot.de/2013/10/writing-linux-rootkits-201-23.html
http://turbochaos.blogspot.de/2013/10/writing-linux-rootkits-301_31.html

~Factionwars

Offline Bytebybyte

  • Serf
  • *
  • Posts: 33
  • Cookies: 1
    • View Profile
Re: Modern Linux Rootkits by TurboBorland
« Reply #1 on: April 25, 2014, 02:36:19 pm »
Wow! Really good stuff. A nice diversion from the stereotypical hacking articles.

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Modern Linux Rootkits by TurboBorland
« Reply #2 on: April 25, 2014, 02:49:35 pm »
We all love Turboborland our favo IRC faggot :)
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline Architect

  • Sir
  • ***
  • Posts: 428
  • Cookies: 56
  • STFU
    • View Profile
    • Rootd IRC
Re: Modern Linux Rootkits by TurboBorland
« Reply #3 on: April 25, 2014, 10:18:42 pm »
Wow, it's been so long since anybody mentioned LD_PRELOAD, I thought it was fixed by kernels by now. Idk if you can even fix it, I just know that's a great way to write a rootkit.

Also worth mentioning that the setuid() setgid() thing still works but a lot of kernels are harder to fool. I tested this recently on my own box and LD_PRELOAD does not work on my kernel (3.13.9).