Posts Tagged ‘python’

pydbg reverseme solution update

Thursday, July 8th, 2010 by webstersprodigy

This is an update to http://webstersprodigy.net/2010/07/07/pydbg-reverseme-solution/. I change a register now to circumvent the isdebuggerpresent call.

pydbg reverseme solution

Wednesday, July 7th, 2010 by webstersprodigy

Last week I wrote a keygen here: http://webstersprodigy.net/2010/06/22/reverseme-windows-keygen/. This is an almost identical problem, but the binary has been patched to allow debugging (I may do this programmaticly as well, but not yet). I wanted to solve this with programmatic debugging. Here is the exe: Ice9pch3. The code simply sets a breakpoint and prints the [...]

updated nessus-grep

Sunday, February 7th, 2010 by webstersprodigy

This program takes a regular expression for a problem and returns the
affected hosts. It iterates through all reports saved in a .nessus file
making no attempt at uniqueness, (eg if you scanned a host more than once)
searching through titles, data, port, and IDs for matches.

nessus grep

Sunday, January 3rd, 2010 by webstersprodigy

The code is pretty self explanatory. It searches through a .nessus file and spits out matching hosts.


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