Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - z3n3r

Pages: [1]
1
Other / Re: [AutoIt] Windows Password Cracker
« on: December 20, 2013, 09:53:35 am »
Well there are better methods to getting the password but I wrote this code because it works well when say you are logged in as Guest and you would like to crack the Administrator password without having to restart the machine and booting into another O.S . It works quite well for weak passwords that is.( I believe alot of normal people still use those ) and a good dictionary is needed of course.


And last time I checked Windows Systems don't log incorrect password attempts unless the Admin enables that feature.   


I used this at a local internet cafe and it worked :) Its dumb but it works.

2
Other / [AutoIt] Windows Password Cracker
« on: December 19, 2013, 11:19:17 pm »
THis simple AutoIt script bruteforces a Windows User password. It uses a dictionary file and runs mainly from console.

Its notas fast as the C port I wrote but it works fine :) . Not detected by most AV software.

Tweak it and get the idea :)

Code: [Select]
----------------------------------------------------------------------------

 AutoIt Version: 3.3.6.0
 Author:         z3ner


 Script Function:
Simple Windows Password Cracker

----------------------------------------------------------------------------

http://upload.evilzone.org/download.php?id=5290399&type=zip

3
Hacking and Security / Running John the Ripper on Rooted Box
« on: December 11, 2013, 09:35:19 pm »
Hi I am running a simulation attack on a Ubuntu box with remote code execution vulnerability through a web app.(Virtualbox)

I have installed john the ripper on the rooted box and would like to run it to crack a SHA256 password.

Is there anyway to run jtr on the rooted box without throttling the cpu to 100% and alerting the sysadmins?. What arguments are passed when calling john to accomplish this ?

Ps: This is all assuming this is a live HTTP server with MYSQL running at a remote location.   

Thanks.

Pages: [1]