Projects
This portion of the site is quite different from most project pages in that its focus is not on discrete programming efforts but rather on organizing my overall information collection efforts. This ranges from the wisdom I extract from content I consume to lists of my favorite jokes and movies, to
Table of Contents
Main
Content Extraction
A project aimed at capturing the main concepts found in content that I consume, be that via book, paper, article, video, talk, lecture, film, etc.
An Atheist Debate Reference
A resource for atheists who want to be able to point people to, or reference themselves, a collection of high-quality arguments to be sued in debates with believers.
Concepts
A collection of concepts that should be part of every secondary education, but aren't.
Ideas
A place to keep a list of my own noteworthy ideas. The purpose of such a list is to serve as an action prod, i.e., "how many of these have I pursued in some way?"
Vocabulary
A list of words that I come across that I wish to learn / remember.
Logos
A place where I keep my site logos I mess with. Mostly iPhone wallpapers right now...
Collections
I'll include here my various collections of things I want to remember, such as my favorite movies, books, and jokes. It seems somewhat silly, but it's actually quite useful to have a permanent, easy to find place to store such things.
Movies
A place to capture my favorites and yet-to-see movies.
Jokes
A place to capture the best jokes I've ever heard.
Quotes
A collection of my favorite quotes.
What I Would Have Taught My Children
A list of things I would have taught my kids--if I had any.
Grammar
A list of grammatical errors to avoid in business writing.
Programming
Development stuff that will range from three-liners to major projects. I use github as code management hosting solution. I'm quite fond of git in general.
SecLists
SecLists is a project that aims to collect a large number of different types of security lists together into a single location. Some examples include username lists, password lists, lists of grep strings for searching through filesystems, fuzzing strings, etc.
Source2URL
This is a tool for aiding web vulnerability assessments by providing a dynamic tester with inside knowledge of the app through access to its source. The tool consumes a source code directory and produces a list of URLs that is then fed into a proxy.
GeoIP
Parses a list of IPs and returns country, state, and city information. There is now a gem that does this, but there wasn't when I made it.
MST
A meta-scan tool used to kick off other command-line security tools during VA/PT work.
Hostfind
Does a dictionary lookup on common, valuable hostnames for a given domain.
MHP
DA proof-by-simulation of the Monty Hall problem.
DiceRoll
A dice-rolling application for rolling any number of six-side dice any number of times.
GScour
A python script that finds all hostnames related to a given domain using the Google search API. Helpful during VA/PT work.