python-graphviz: A New Way of Looking At The Data of Things

At my new job (and some of my personal projects) I found myself looking at a ton of text. Upon reviewing all this data, which could be anything from json, csv or just plain text, my eyes tend to bleed. It can quite quickly become confusion as to which data I’ve looked at or how that data relates to everything else.

[Read More]
python 

Why yes, I would like that as a kindle book

I got a bit tired of not finding that one IT book I wanted in kindle format. The following script will go thought Amazon’s IT Books and auto check the link to request a kindle version. Warning, This was a quick and dirty solution. Your mileage may vary.

[Read More]
python 

gitrecon

I was on hacker hotshots today. I was asked: Will any of the code make it into Kali?. It didn’t even occur to me that some of the code I’m using would be useful to others. After a few moments of thought ‘gitrecon’ was born.

[Read More]
python 

Splinter Test Framework

Splinter is an open source tool for testing web applications using Python. It lets you automate browser actions, such as visiting URLs and interacting with their itemcts..

[Read More]
python