Archive for the ‘Programming’ Category

Nessus with Nikto – Running out of memory

Wednesday, December 30th, 2009 by webstersprodigy

Kind of an annoying problem, but sometimes nikto runs out of control. This is made worse by nessus, which can have a lot of nikto instances running at once.

Auto Pw Change

Friday, November 13th, 2009 by webstersprodigy

I had to change this script a lot, so take with a grain of salt. That said, we changed about 1000 LOCAL passwords in a couple hours – which would have really taken all day and been more boring.

8-queens problem hill climbing python implementation

Saturday, October 31st, 2009 by webstersprodigy

This program is a hillclimbing program solution to the 8 queens problem. The algorithm is silly in some places, but suits the purposes for this assignment I think. It was tested with python 2.6.1 with psyco installed. If big runs are being tried, having psyco may be important to maintain sanity, since it will speed things up significanlty. Otherwise, you may want to stick to –numrun being less than around 50.

bash script for nmap list scan

Wednesday, October 14th, 2009 by webstersprodigy

This is a stupid script to scan a class b network. I only wanted a detailed scan of hosts that exist (which I generated with a ping scan). I also wanted this information separated by file.


No computers were harmed in the 0.186 seconds it took to produce this page.