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.

Can you help me make a bruteforce


ghost's Avatar
0 0

Hi Can you please help me make a brute force app. first i would like to know what code i should do it in like python, c#, c++ etc… then i would like to know how i can insert the text into another application (in my case a dos window :p).

Your help will be greatly appreciated.:D

Thanks Roman


ghost's Avatar
0 0

if it's a DOS window code it in perl or C++ , just do not #include windows.h or anything


ghost's Avatar
0 0

ok thanks but how would i insert the text into the app?


ghost's Avatar
0 0

C++

#include <iostream>

intmain()

{
     cout<<"text here lol";
     system("pause");
}

Perl

#!/usr/bin/perl

print "lol";

#my ending

ghost's Avatar
0 0

I'm sorry, i meant i have a program open the i need to enter a code in, i need to make another program that will generate a code then insert that code into the first one…


ghost's Avatar
0 0

im not getting you ?


ghost's Avatar
0 0

lets say i have hbh challenge app 12 that i have no idea on how to hack it. i want to know how i can make a bruteforce that will crack the program by making a random code then placing that code into the app 12 and testing it to see if it right or wrong.

i hope you understand now :D

thanks:happy:


ghost's Avatar
0 0

bump


ghost's Avatar
0 0

I totally understand what your trying to do and it's awesome lol. But I have no idea how to create that kind of material..sorry. :|


ghost's Avatar
0 0

well this is possible in PHP, but I believe he wants a dos FTP bruteforcer, so a Perl application would be easiest, perticularly for someone who has no prior coding experience.


ghost's Avatar
0 0

thanks Arcube for the link, thats was exactly what i was looking for! :happy: i'll have a look into it when i have some time…

and no i don't want anything to do with ftp bruteforcer but thanks anyway ;)

Roman P.S. i do have coding experience, i know python, php and a little c#