Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

C - Where to now


ghost's Avatar
0 0

I have learned C basica, loops,if statments,switchs,arrays,pointers… and etc.. but i want to be able to create brute force programs, keygens and all kinda of hacking programs and exploits… where should i start to read?


ghost's Avatar
0 0

Well your question covers a very large topic of hacking.

First application cracking. You need to know how the keys are formulated in the first place. To do this you will need to become familiar with Olly DBG and asm programing.

Once you do that the keygen can be made in several languages… take your pick.

As far as brute forcers go. They can also be done in several languages just google for bruteforce source code (may even try filetype:c, py, pl, etc, to locate langauge specifics, though many will still be a txt file), and get a feel for how they are going about accomplising their task… then apply to what you need.

EDIT:

Might want to start with the application challenges HBH provides. It will get you started on basic apps, using Olly and Hex edtors to find the passwords. All things you will use and need later.


ynori7's Avatar
Future Emperor of Earth
0 0

stdio wrote: As far as brute forcers go. They can also be done in several languages just google for bruteforce source code i remember seeing a few here in the code bank too. you might want to start there.