Support Forums
Any one willing to do a white-hat Application? If yes please come in.. - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: Any one willing to do a white-hat Application? If yes please come in.. (/showthread.php?tid=11572)

Pages: 1 2 3


RE: Any one willing to do a white-hat Application? If yes please come in.. - Mike - 09-02-2010

(09-02-2010, 05:09 AM)thanasis2028 Wrote: No, something that protects from keylogging

I made something like that once, was awfully coded, time consuming (up to 2 hours for one character.) and made your CPU go up to 100% and killed your PC.

What it did, and don't do this, was it pretty much took the keys that you typed and then searched every text file for that exact text.

You said "Hello" it searched found something that said "Hello" and deleted the file. Not protection because it kept trying to delete system files. Roflmao


RE: Any one willing to do a white-hat Application? If yes please come in.. - xHtmlPhP - 09-05-2010

Sounds like it's going to be a very good program, what are you planning on coding it in?


RE: Any one willing to do a white-hat Application? If yes please come in.. - wchar_t - 09-06-2010

Loooks at section of post.

*facepalm*

also ~ OP nice idea ;)


RE: Any one willing to do a white-hat Application? If yes please come in.. - xHtmlPhP - 09-06-2010

(09-06-2010, 12:36 PM)Scammer Wrote: Loooks at section of post.

*facepalm*

also ~ OP nice idea ;)

This section is for VB6, VB.NET, C#, F#, J# and ASP.NET...


RE: Any one willing to do a white-hat Application? If yes please come in.. - iraqkey - 09-07-2010

(09-06-2010, 05:49 PM)xHtmlPhP Wrote: This section is for VB6, VB.NET, C#, F#, J# and ASP.NET...
Exactly, A key scrambler in VB? lol. You want to do C or maby even something more kernel level.


RE: Any one willing to do a white-hat Application? If yes please come in.. - wchar_t - 09-09-2010

(09-07-2010, 12:07 PM)iraqkey Wrote: Exactly, A key scrambler in VB? lol. You want to do C or maby even something more kernel level.

LooL.

"More Kernel Level"


RE: Any one willing to do a white-hat Application? If yes please come in.. - Nemmyy - 09-09-2010

You could try injecting it in processes that are always running such as "explorer.exe" or something like that. I suck at coding but if you need any graphics for your program let me know.


RE: Any one willing to do a white-hat Application? If yes please come in.. - wchar_t - 09-09-2010

(09-09-2010, 09:13 AM)Nemmyy Wrote: You could try injecting it in processes that are always running such as "explorer.exe" or something like that. I suck at coding but if you need any graphics for your program let me know.

Protip.

Code Injection In managed app's is impossible.

you cannot inject managed bytes into a native process.

but you can inject managed bytes into managed process ,etc


RE: Any one willing to do a white-hat Application? If yes please come in.. - Nemmyy - 09-09-2010

(09-09-2010, 09:49 AM)HF Troll Wrote: Protip.

Code Injection In managed app's is impossible.

you cannot inject managed bytes into a native process.

but you can inject managed bytes into managed process ,etc

So you could inject it into something like firefox?


RE: Any one willing to do a white-hat Application? If yes please come in.. - wchar_t - 09-09-2010

(09-09-2010, 09:56 AM)Nemmyy Wrote: So you could inject it into something like firefox?

firefox is coded in C++

aka native app