A Page for my Tools
I work in the IT Security industry in the UK and as such I generally travel around staying in hotels and testing, ethically, the security of various clients. Recently I have
reminded myself that I actually enjoy programming in various languages and have been developing things that might be of use to other people. I will be dumping the odd tool
here.
I know that this page offends the eyes of many what with it being plain HTML without even a cursory CSS. It's just easier to go this way for the time being.
It's pretty boring looking at this page right now as there isn't anything on it. Try to milk some enjoyment out of it.
Simple BackTrack 5r1 Update Script
There are various tools that I regularly need to update everytime before I go onsite. An apt-get update && apt-get upgrade will often update most of the tools however
I wanted to make sure that the things that I rely on are properly updated and so in addition to those commands I have knocked out this bash script. It displays some
progress information and puts the rest into a text file on the Desktop for you if you care to see what has happened. It uses "svn update" in the directories to get:
- exploitdb
- Metasploit
- set
- fasttrack
- sqlmap
- nikto
- nmap (updating the available scripts --script-update)
Yes I will make a prettier site sometime. For now this seemed quickest way to issue to the few people I was linking to this!