REGISTER
desert eagle
main menu

home

forums
    Show me new threads!

bookmarks

post article

view blogs

vault

you must be level 2 to upload files to your vault

downloads

you must be logged to access downloads

Rootkit Collection

File Contributer Link
Hacker Def... hfn/a
HE4Hook adminn/a
BASIC CLAS... hoglundn/a
Vanquish xshadown/a
NT Rootkit hoglundn/a
FU fuzen_opn/a
WinlogonHi... JeFFOsZn/a
klister joannan/a
Patchfinde... joannan/a
MyNetwork hoglundn/a
MTDWin hoglundn/a
NTFSHider hoglundn/a
VideoCardK... hoglundn/a
VICE fuzen_opn/a
Klog Clandestin...n/a
NtIllusion Kdmn/a
AFX Rootki... TheRealAph...n/a
SInAR vulndevn/a
Shadow Wal... Clandestin...n/a
BootRootki... dereksoede...n/a
CHAZ - Nim... neocrackrn/a
Clandestin... merlvingia...n/a
FUTo petersilbe...n/a
Windows Me... alcapone66...n/a
RAIDE petersilbe...n/a
BOOT KIT vipinkumarn/a
BluePill Joanna and...n/a
DEFRAG blume1975n/a
Keyboard H... chpien/a
CheatEngin... DarkByten/a

search the site

backends
A news back-end to implement RootKit news into your website is here or more advanced version here.

An XML/RSS feed that includes both NEWS and BLOGS for RootKit is here: XML/RSS.

[Valid RSS]

Beta feed for replied posts here. feedback to admins not forums, we know about times being off...

ROOTKIT
Because the OS isn't enough!
Saturday July 31st
Featured Article: Nostalgia: n00bk1t, an advanced ring3 rootkit in C    by jeffosz
One possible way to avoid UAC in Windows Vista
By: rodream

Author: rodream ( rodream@gmail.com )
WebSite: http://rodream.net


Windows Vista has UAC function and it protects hamful file system operation such as copying file to Windows directory or Program Files.
Users can turn off UAC, but people can not do this because they don't know about it or want to protect system.
In this situation, many system programer has got a headache. I wanna know how to kickout this damn protection.

Finally, I found one way to kickout.

The method which I found is use Native Application.

Native Application is user mode program which uses ntdll.dll and runs likes autochk.exe (scandisk's WindowsNT version)
You can get additional information from the SysInternals (http://www.microsoft.com/technet/sysinternals/information/nativeapplications.mspx)



You can setup Native Application to your system by registry. Following instruction is how to install Native Application to your system.

Intructions(How to install):
1. run regedit.exe
2. move to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
3. Edit BootExecute (REG_MULTI_SZ value) like this :
-< BootExecute Value >------------
autocheck autochk *
NativeTest test!!!
-< BootExecute Value >------------
4. Copy NativeTest.exe file to 'C:\Windows\system32' (copy NativeTest.exe C:\Windows\System32\NativeTest.exe)

NativeTest.exe is sample code's output file name.

But, Native Application can not same as application and device driver. It has some different features between others.
Following requirements are differents.

The requirements are :
1. Native Application requires ddk to compile successfully.
2. You can use only ntdll.dll's function. You can't use any Win32 function.
3. You can't access all registry. because when Native Application executed the System don't load all registry yet. (You can use HKLM/SYSTEM)
4. You must setup heap memory space manually.

The problems is not hard. I think it's easy to you (rootkit user)

When you finished coding, you can compile it with Windows DDK console by 'build' command.
In my sample code's 'SOURCES' file contains all sources file. if you wanna add some your own file, you can edit it.

The sample code consists some functions which controls registry(NtReg.c NtReg.h) and file system(NtFile.c , NtFile.h).
If you using sample code, it setup heap memory space, so you can use heap memory without manual setup. :)

This is simple function tree of sample code.

(native.c)
- NtProcessStartup (entry point)
- UserMain (User main)
- RemoveEntryFromBootExecute (remove entry from bootexecute registry entry)
- FileTest (file access test)

This is my sample source code.
Download Sample Source Code

Thanks for reading and sorry for my english skill

read comments (10) / write comment

recent comments:
bypassing VISTAelyes_kh25.Oct:12:07
Native can use more then just ntdllBanMe08.Oct:00:44
How does this really related to UAC?EP_X0FF06.Oct:02:25
missed this onehoglund06.Oct:02:23

views: 11433   printer-friendly version

login:
password:

ROOTKITS, Subverting the Windows Kernel
By: Greg Hoglund and Jamie Butler

Rootkits are powerful tools to compromise computer systems without detection. Get the original and best book on the subject here.


logged users

active for last 5 minutes

registered users:79912

There are currently 0 registered users and 21 guests browsing the website.

Welcome our latest registered user: Pris

recent board posts
subject author date
Hiding Tcp... _MAX_ Jul / 27
unload dri... dubteam2000 Jul / 26
APC Delive... aall87 Jul / 21
x64 SSDT h... lolwurst Jul / 21
password r... markedu9 Jul / 19
How to hid... Hack4freedom Jul / 15
UNC PATH A... pain_abator Jul / 15
CALL in na... _MAX_ Jul / 13
Conflict b... _MAX_ Jul / 08
Making dev... blackd0t Jul / 06
Hide proce... l0ngshot Jul / 01
Process Ha... krzys Jul / 01
Rooting VP... simplicityx Jun / 24
Rootkits: ... chimai Jun / 24
NDIS Inter... lclee_vx Jun / 17

recently replied posts
subject author date
x64 SSDT h... vrtulex Jul/27
unload dri... EreTIk Jul/27
Hiding Tcp... _MAX_ Jul/27
BIOS Rootk... rossettoecioccolato Jul/25
about this... DiabloNova Jul/22
APC Delive... aall87 Jul/21
password r... markedu9 Jul/19
UNC PATH A... pain_abator Jul/19
How to hid... vrtulex Jul/16
CALL in na... _MAX_ Jul/16
Hide proce... vrtulex Jul/10
Conflict b... _MAX_ Jul/08
Making dev... blackd0t Jul/07

recent blog entries
DiabloNova Jul 31, 12:06
ghost1369 May 09, 04:30
DiabloNova May 08, 15:33
_4epen May 04, 15:42
DiabloNova May 02, 03:59
Best Screenshots / Analog
May 14, 2010

dep.png /

click on the picture to enlarge and see description

!

read comments (0)
write comment

view archive(90) :

Analog(53) / Best Screenshots(37)

submit a picture to gallery

the most active news users
based on the number of news posts for last 30 days

user nr. of posted news

select skin



'Dude, I got rootkit in the back of my car!' - Dark Tangent.