Sinisterly
VB.NET Bruteforce - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework)
+--- Thread: VB.NET Bruteforce (/Thread-VB-NET-Bruteforce)

Pages: 1 2


VB.NET Bruteforce - CrackeRR - 04-07-2014

Is it possible to make bruteforce in C# or VB.NET ?
If somebody knows , PM me please. !!!


RE: VB.NET Bruteforce - Ligeti - 04-07-2014

You mean make something like Hydra, Medusa, nCrack or Brutus (online)? Or JTR, C&A (offline)?

Why not? of course it is possible!

[edit]: Why PM you?


RE: VB.NET Bruteforce - CrackeRR - 04-07-2014

(04-07-2014, 07:52 PM)Ligeti Wrote: You mean make something like Hydra, Medusa, nCrack or Brutus (online)? Or JTR, C&A (offline)?

Why not? of course it is possible!

[edit]: Why PM you?
I mean , to show me how Biggrin , i want to learn Biggrin


RE: VB.NET Bruteforce - Ligeti - 04-07-2014

... well!

Please provide more information about what you are trying to accomplish here, and people would have to know about your coding background (so we know where to start from here)!

Quote:I mean , to show me how Grin , i want to learn Grin

That was a bad answer... you want to learn what exactly?

Good luck


RE: VB.NET Bruteforce - CrackeRR - 04-07-2014

(04-07-2014, 08:07 PM)Ligeti Wrote: ... well!

Please provide more information about what you are trying to accomplish here, and people would have to know about your coding background (so we know where to start from here)!

Quote:I mean , to show me how Grin , i want to learn Grin

That was a bad answer... you want to learn what exactly?

Good luck
just explain me how Biggrin

(04-07-2014, 08:07 PM)Ligeti Wrote: ... well!

Please provide more information about what you are trying to accomplish here, and people would have to know about your coding background (so we know where to start from here)!

Quote:I mean , to show me how Grin , i want to learn Grin

That was a bad answer... you want to learn what exactly?

Good luck
just explain me how Biggrin


RE: VB.NET Bruteforce - Ligeti - 04-07-2014

check out this:
http://www.codeproject.com/Articles/36466/Brute-Force

Thanks


RE: VB.NET Bruteforce - Vysse - 04-18-2014

I would begin by looking into loops and IO operations. You would need to give specifics of what you need for information beyond that.


RE: VB.NET Bruteforce - Vysse - 04-18-2014

I would begin by looking into loops and IO operations. You would need to give specifics of what you need for information beyond that.


RE: VB.NET Bruteforce - Vysse - 04-18-2014

I would begin by looking into loops and IO operations. You would need to give specifics of what you need for information beyond that.


RE: VB.NET Bruteforce - Deque - 04-18-2014

http://www.hackcommunity.com/Thread-Tutorial-Create-a-wordlist-generator-i-e-for-bruteforcing

The principle is the same.