icontrol.c Small program that lets you remotely reboot and get status on iboot devices(www.dataprobe.com).
htpass.c Small program that adds users, delete users, and changes passwords in an .htpasswd file. Intention is to call it from a web interface.
virusstart.c Detects linux viruses that change the start address to point to the payload. It has the option to write the .text address back to the start address to prevent the payload from being executed.
ttr.c A traceroute program that uses the TCP time to live field to discover the hops. This requires libnet and libpcap.
libscan.c This is a simple port scanner that lets you set any combination of TCP flags. It requires libnet and libpcap.
wu261.sh Shell script that exploits the double free in wuftpd. Only usefull for reference.
irc2html.c This program connects to an irc server and joins the channles you specify and logs those channels to an html file. This program is pretty crude but works. It has some minor bugs, read the comments for more info.
Extrusion This is a kernel module that helps admins track down users who launch attacks from there box. It detects users attempting to open a raw socket, doing UDP floods/scans, and doing TCP portscans. It is a beta right now so if you have any problems, comments, suggestions, etc. please email us.
play.sh This is a small shell script I wrote that allows you to stream a playlist of mp3s using netcat.
demo.tar.gz This is my first gnome app, completely useless only good for reference.
memread.c This program reads the memory of a program that you can execute but not read(can not be suid or sgid either). Lamagra pointed out this kernel flaw to me.
xcontrol.c This program lets you activate the screensaver, kill windows, pop up a window with a message, and capture key strokes of insecure Xservers.
Shellcode with asm(at&t style)
execve.asm setresuid, execve /bin/sh shellcode that works on *BSD and Linux
bsd.asm setreuid, execve /bin/sh shellcode for BSD
hello.asm Hello World shellcode for *BSD
world.asm Hello World shellcode for Linux
dual.asm Hello World shellcode that works on both Linux and BSD