Archive for the ‘windoze’ Category

Boinc

Wednesday, June 10th, 2009 by mopey

Boinc is a project I just discovered, but find it very cool. I have used projects like the protein folding and seti@home in the past, which use your spare cpu cycles for something useful. Boinc allows you to manage many projects like that in one place. It seems like an awesome way to help scientists discover look at some really cool problems. http://boinc.berkeley.edu/

Security in an Insecure Environment

Wednesday, April 22nd, 2009 by mopey

Auto Restore Virtualbox

Wednesday, March 18th, 2009 by mopey

For the security class I’m teaching we recently had a box to pwn. Problem is, they would sometimes get the address wrong and crash the virtual system. I probably would have just distributed the vdi, but not all of them have machines robust enough to run a vm, so I had to set something up.

Windows reverseme – nothing tricky

Friday, July 25th, 2008 by mopey

Windows reverseme – nothing tricky, just a sort of complicated validation process. The easiest thing in the world is to get this thing to validate. Just run it and put a breakpoint at 00401288, and look at the value in 00406749. That’s it! You’re validated.

python script similar to cat

Thursday, July 3rd, 2008 by mopey

This is a stupid script similar to cat. Again, I am using it for windows.

getfacl, setfacl

Wednesday, March 5th, 2008 by mopey

From http://www.suse.de/~agruen/acl/linux-acls/online/
“Traditionally, systems that support the POSIX (Portable Operating System Interface) family of standards [11,2] share a simple yet powerful file system permission model: Every file system object is associated with three sets of permissions that define access for the owner, the owning group, and for others. Each set may contain Read (r), Write (w), and Execute (x) permissions. [...]

Reverseme – windows

Sunday, February 17th, 2008 by mopey

This was pretty easy.
Here is a download to the executable
Hardcoded serial is:
“Reversing raises knowledge!”
This could have potetially been guessed eventually with a hex dump, but I noticed it when setting a break point at
0×00401462 and doing a registry dump (eax points to the string). That address is the start of a loop that compares
the hardcoded [...]

Windows Password, geygen, password reverseme

Tuesday, January 1st, 2008 by mopey

Sat for an evenin’ o’ fun this holiday season. The executable to be reversed can be found here. I like these easy ones. Last month I tried a harder one and found it discouraging. I don’t have the sort of time to work on these for a full day, so these couple hour ones are a lot more fun to me at this point.


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