"Part of the charm of Unix is, all of a sudden,
having a great insight and saying to yourself, So
thats's why they did it that way."
                                 - The Unix Companion
logo©
 
Main
 - Code
    C & shell scripts
 - Notes
    Notes and papers
 - Readme
    Various documents
 - Projects
    Things in progress
 - GPS
    GPS Stuff

 
Other
 - Elsewhere
    Sites of interest
 - Artwork
    Some of my artwork
 - Contact
    Contact information


Made with vi
Code

    C

    dynamic_array.c        :- Creating a dynamic array in C
      getstr.c            :- CGI program to log the http QUERY_STRING & REMOTE_ADDR to a text file.
      jscript-decode.c    :- Program to decode weak username and password hashs encoded using javascript.
      icmp.c             :- A simple program that constructs an ICMP echo packet and sends it to a host.
      altpasswd.c    :- Standard password program that uses an alternate shadow password file.
      connect.c       :- Simple program that makes a TCP connect() to a remote host and sends a HEAD request.
      iosmash2.c     :- FreeBSD 4.6 and below kernal file descriptor local root exploit.
      ip2d.c              :- Converts an IPv4 address to dotless decimal notation and back agian.
      play.c              :- Simple program that reads from a text file and displays its contents to the screen.
      sshver.c          :- Just a quick and dirty sshd version scanner that scans a range of IP's.
      timeout.c        :- Example program that uses select() to set a timout for connect().
      xcheck.c          :- Checks a given ip for an open X display using XOpenDisplay().
     




    Other

    webcaldecode.php    :- Simple PHP script that can be used to decode Webcalendar "webcalendar_session" cookie.
      Perl/DB Warpper for PHP        :- Frustrated with getting Oracle instantclient to work with PHP on FreeBSD 6.x.
      Sample PHP inc                   :- See Perl/DB Warpper for PHP (Above).
     




    Shell Scripts

    httbanner       :- Script to check a range of IP's and report what banner s given on port 80.
      security           :- OpenBSD /etc/security script ported for use with solaris.
      sshcmd            :- Expect script that runs a command on x numbers of hosts using ssh.
      sshtool            :- A better version of sshcmd. it runs a command or copies files to x numbers of hosts using ssh.
      elist                  :- Simple script to help manage majordomo mailing lists.
      mkaliases         :- Simple script to make a sendmail aliases file. reads from /etc/passwd.
      sol-usr-add     :- Simple script that adds users to solaris.
      sol-usr-del       :- Simple script that removes users from solaris.
      madd                :- Script to add multiple users from a text file to solaris.
      gcc-wrapper    :- Quick script that will note in syslog and then mail output of compiled programs.
      editwrap          :- Quick script to wrap a text editor program and mail the file diffs.
     




    Other, Not written by me

    rot13.c             :- Encode/Decode text using rot-13.   
      mimecode.c     :- Encode/Decode binary data using MIME's base64 method.
      iistest               :- Perl script that will test IIS 3/4/5 for unicode and IPP vulnerabilities. (Modified)
      qmc                  :- Qmail Control, allows some administration easily.
      mailkill             :- Removes messages stuck in the sendmail mail queue.
      newsyslog      :- Solaris /usr/lib/newsyslog replacement script.
      ndd                  :- Check all existing values for a network components in solaris.
      kernsh             :- Script to get predefined kernel tunables in solaris.
      modstat           :- Solaris system resource monitoring script.
      chksyslogd     :- Cron script to make sure syslogd is running.
     

 
 
- © 2003 -