|
|
Project ID: 37
webserver
by: skiddieleet hits: 461
|
published on: Sun Feb 8, 2009, 23:33:56
A simple webserver written in C. Please change the #DEFINEs in
webserver.h as appropriate for you. I don't think it will work if you
don't. I've included my error documents as defined in init.c
|
|
Project ID: 36
craft
by: skiddieleet hits: 227
|
published on: Sat Jan 17, 2009, 20:14:14
A packet crafter that requires libdnet and libpcap. It's
basically a very meticulous port prober for fooling around with different tcp
flags in the tcp header.
|
|
Project ID: 35
Chatserver
by: skiddieleet hits: 198
|
published on: Sun Nov 2, 2008, 16:07:46
A simple command line chat server that runs on port 1337. You can
connect to it with telnet or netcat or your preferred program.
|
|
Project ID: 34
fingerd honeypot
by: skiddieleet hits: 192
|
published on: Sun Oct 8, 2006, 18:37:40
A program in C to act like a fingerd. It outputs fake user info on
root, and pretends no other users exist. It logs all input and the IP address
of connectors.
|
|
Project ID: 33
echod honeypot
by: skiddieleet hits: 176
|
published on: Sun Oct 8, 2006, 18:35:59
A program in C which basically is the echod. It echos all input of
a connected user back to them. Only difference is this logs everything.
|
|
Project ID: 32
popd honeypot
by: skiddieleet hits: 187
|
published on: Sun Oct 8, 2006, 18:34:33
A program in C designed to look like the normal pop3d that comes
with many linux distros. It logs all input from users who connect and their IP.
|
|
Project ID: 31
CBot
by: skiddieleet hits: 211
|
published on: Sun Oct 8, 2006, 18:18:02
An IRC Bot written in C. Performs most basic operator tasks. This
one will probably change every now and again with updated code, so remember the
date you download it and check for updates often.
|
|
Project ID: 30
BMP bitplane splitter
by: skiddieleet hits: 171
|
published on: Sun Oct 8, 2006, 18:08:07
A program in C to take a bitplane as a parameter and dump a black
and white BMP of that bitplane. This can be useful if you think something is
hidden in a certain bitplane of a BMP.
|
|
Project ID: 29
LSB stego project
by: skiddieleet hits: 198
|
published on: Sun Oct 8, 2006, 18:06:58
This is a spinoff of the BPCS steganography program. I saw how
simple it would be to take that program and make a Least Significant Bit stego
program, so I did it. This one is also in C.
|
|
Project ID: 27
BPCS stego project
by: skiddieleet hits: 182
|
published on: Sun Oct 8, 2006, 17:47:02
This is a program in C to hide and extract data using bitmap files.
This was a group project, so not all the code is mine. I plan on eventually
doing a program like this for JPEG images since BMPs are not widely used. This
code is actually commented.
|
1 2
3
|