Tuesday, August 19, 2008
do you hate seeing a kiosk? you you hate the word kiosk, are you ever at ikea to look at shit and want to break something? now is your chance. its a kiosk killer. you can  1) laugh as you make a dirty picture with paint.exe 2) test your own kiosk 3) just black list this page so others cant hack you as easy.
posted on Tuesday, August 19, 2008 8:55:43 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0]
well I cant afford the time, and untill my company thinks its cool to hack things (doubtfull) I just reas RSS about it. I found this handy list of all the tools published at defcon this year. by ZDnet? wtf.
posted on Tuesday, August 19, 2008 8:44:27 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0]
 Monday, August 18, 2008

I have a upcomming presentation in bellevue. This is my ever evolving hacking and low hanging fruit presentation, there is a fair ammount of new content its a 30 min talk to brush over the top 10 things. I wish I was DefCon Cool but untill then…

Look I even Have a Bio register here and use nca2008KK for a code

posted on Monday, August 18, 2008 8:27:31 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0]
 Saturday, August 16, 2008

my dual pentium3 550 compaq 1850 has decided to get old. If you have noticed or havent, all my domains have been dead for a bit. Its becuase when I got the server I didnt have enough disk space so I striped the RAID. in non nerd, I lost everything on the server.

Thankfully I am super smart so here it is back again and I only lost a day of IIS logs (like I care) So after some hacking kellykeeton.com is back on the air. As well as the katiekeeton.com page which is much more interesting to read then this...

I am building a new server, I still dont have RAID for it, but hell its free server. and not like you donate.

I will also look into why my page looks like ass on IE7.

posted on Saturday, August 16, 2008 2:57:00 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0]
 Saturday, August 02, 2008

forgot to post this, the wedding photos are at

http://michellemoorephoto.studiocart.com/

Password KU0606

Pictures you took are at camerarenter.com put in my last name

posted on Saturday, August 02, 2008 11:18:52 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0]
 Saturday, July 12, 2008
So if you didnt know, over the holiday weekend I fell off a 15ft clif and messed up my foot real good. Well as I was sitting on the couch all weekend I wanted to make a script to convert robots.txt files that are on webservers inito a nice little clickable HTML map for reporting and pen-testing. A little bash hacking and I Have a nice little working script. so I present - I think the worlds first robots.txt to HTML page converter.

#!/bin/bash
# robotRepoprter.sh -- a script for creating web server robot.txt clickable reports
# by KellyKeeton.com (c)2008
version=.06
# dont forget to chmod 755 robotReporter.sh or there will be no 31337 h4x0r1ng
if [ "$1" = "" ]; then #deal with command line nulls
echo
echo robotReporter$version - Robots.txt report generator
echo will download and convert the robots.txt
echo on a domain to a HTML clickable map.
echo
echo Usage: robotReporter.sh example.com -b
echo
echo   -b keep orginal of the downloaded robots.txt
echo
exit
fi
wget -m -nd HTTP://$1/robots.txt -o /dev/nul #download the robots.txt file
if [ -f robots.txt ]; then #if the file is there do it
if [ "$2" = "-b" ]; then # dont delete the robots.txt file
cp robots.txt robots_$1.html
mv robots.txt robots_$1.txt
echo "###EOF Created on $(date +%c) with host $1" >> robots_$1.txt
echo "###Created with robotReporter $version - KellyKeeton.com" >> robots_$1.txt
else
mv robots.txt robots_$1.html
fi
#html generation using sed
sed -i "s/#\(.*\)/ \r\n#\1<br>/" robots_$1.html # parse comments
sed -i "/Sitemap:/s/: \(.*\)/ <a href=\"\1\">\1<\/a> <br>/" robots_$1.html # parse the sitemap lines
sed -i "/-agent:/s/$/<br>/" robots_$1.html #parse user agent lines
sed -i "/-delay:/s/$/<br>/" robots_$1.html #parse user agent lines
sed -i "/llow:/s/\/\(.*\)/ <a href=\"http:\/\/$1\/\1\">\1<\/a> <br>/" robots_$1.html # parse all Dis/Allow lines
echo "<br> Report ran on $(date +%c) with host <a href=\"http://$1\">$1</a> <br> Created with robotReporter $version - <a href=\"http://www.kellykeeton.com\">KellyKeeton.com</a>" >> robots_$1.html
echo report written to $(pwd)/robots_$1.html
#done
else #wget didnt pull the file
echo $1 has no robots.txt to report on.
fi

posted on Saturday, July 12, 2008 10:41:00 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0]
 Monday, June 30, 2008
so to update on a few fun tools I have found lately..

If you didnt know Backtrack3 is out get a copy
a strange search tool http://www.rapleaf.com\
PEBKAC - a fun tool to pull out the fat finger users

posted on Monday, June 30, 2008 5:59:34 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0]
I have to sit at a traffic flow system every day, you know the ramp meter system. So today I just noticed that they are easy to hack. If you give a car length away from a car infront of you (keep off the Tar filler for the sensor in the pavment) and the other car in traffic, and then once they get the green light and it turns red again pull foward over the sensor and bam green light. I assume they all work the same or close to it. give it a try and mess up the traffic a little more.

posted on Monday, June 30, 2008 5:50:58 PM (Pacific Standard Time, UTC-08:00)  #    Comments [1]
 Monday, June 09, 2008



Hey Look at me I got Married. Thanks for all that could make it, sorry for those that couldnt fit or didnt know. We still like you.
posted on Monday, June 09, 2008 3:23:07 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0]
 Wednesday, June 04, 2008
posted on Wednesday, June 04, 2008 10:27:46 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0]