71
Projects and Discussion / Re: Windows bully project
« Last post by Untitled00 on February 25, 2016, 12:41:48 pm »But, let me ask you, when do you plan to put it online? (Yes, you already got your first downloader hehe)Not sure if i will share it or not yet, mostly yes, if i see interest and it is something worth (probably will need help with some stuff but nothing critical, mostly input and possible GUI, but we are good with command line tool)
So I have a few questions, first is how is this different than ophcracks rainbow tables? If we are brute forcing a password, don't we also need a dictionary file?The point of this tool is versatility and adaptability so new ideas are welcome.
You mentioned walking in with a USB and doing this. Time and the machine that you are working with really matters. If you only have a few minutes, and the target machine is a 2.0 GHz dual core, then simply extracting the SAM file and cracking it offsite with a gpu based tool like oclhashcat may be faster and safer. Yet still, maybe just walking out with the entire damn machine would be easier. Hell if I'm already physically on the network, then there are so many other possibilites other than sitting there and toiling away brute forcing some password.
This also seems like an aweful lot of work for just one password. Maybe it would be easier to walk in with a malicious USB that spawns a shell to your box, then keylog. We could get really creative and buy a fancy keyboard, modify it with a trojan, and mail it to the IT department.
As long as what is new compared to extracting sam, as far as i know, (or as i knew), there is no method to extract SAM without being already an admin or having specific privileges (or specific vulnerabilities), so the deal here is, adding the possibility of brute forcing fast without the need of extracting the SAM nor needing prior privileged user in a fresh installation of windows, just as it comes is vulnerable to this bruteforce method, remember 1million combos in 7 minutes, probably less, can check later today if someone wants a current benchmark or any more proof of concept or whatever. (Yes dictionary is needed forgot to mention, planed on adding a tool to create personalized dictionaries, there is some cool links related to that in this forum, so it is a matter of including this to make the tool more comfortable and adaptable so chance of standard dictionaries or custom ones, or mixed up)(about the time, i think it is not so CPU hungry, but can check in some old PC's that are lying around here, and as i said, the point could be to dump it locally when you exec, ejecting USB and it does the task in the background without noticing at all then sending it somewhere or storing it somewhere then clean)
P.D.: thanks for the links checking it later.