Search blog.co.uk

About me

tibbar

tibbar

Calendar

<<  <  February 2006  >  >>
Mo Tu We Th Fr Sa Su
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28          

Last comments

Archives for: February 2006, 28

kernel mode ftpserver

by tibbar @ 2006-02-28 - 20:04:58

I've been working on kernel mode sockets for some time now, which thanks to Valerino from rootkit.com, are available to all of us for free:

http://www.rootkit.com/newsread.php?newsid=416

I extended this library to support the full TCP unix socket library and wanted to write an ftp server that runs purely in the kernel. My only problem was that I didn't want to reinvent the wheel by writing an entire ftp server myself.

[ a kernel mode ftp server will run as a device driver, and will allow the server to operate with complete stealth from both firewalls and usermode port listing applications.]

So I was rather pleased seeing this link arrive in my inbox from codeproject.com this morning:

http://www.codeproject.com/internet/CFtpServer.asp

it's been written in portable code, for windows or linux, which will make my job so much easier...


 
 

Footer

The content of this website belongs to a private person, blog.co.uk is not responsible for the content of this website.