mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
2.0.371
2.0.371
This commit is contained in:
+1
-11
@@ -1,12 +1,5 @@
|
||||
#include "Win32Helper.h"
|
||||
|
||||
/*
|
||||
TODO:
|
||||
- Ping with 'IcmpSendEcho2Ex'
|
||||
- https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa767757(v=vs.85)
|
||||
*/
|
||||
|
||||
|
||||
int main(VOID)
|
||||
{
|
||||
DWORD dwError = ERROR_SUCCESS;
|
||||
@@ -40,11 +33,8 @@ int main(VOID)
|
||||
SHELLCODE_EXECUTION_INFORMATION Sei = { 0 };
|
||||
Sei.Payload = GlobalOpenCalcPayload;
|
||||
Sei.dwLengthOfPayloadInBytes = 277;
|
||||
Sei.MethodEnum = E_ENUMERATELOADEDMODULES;
|
||||
WCHAR IpAddress[32] = { 0 };
|
||||
Sei.MethodEnum = E_DNSQUERYEX;
|
||||
|
||||
DnsGetDomainNameIPv4AddressAsStringW((PWCHAR)L"google.com", (PWCHAR)IpAddress);
|
||||
|
||||
//ShellcodeExecutionViaFunctionCallbackMain(&Sei);
|
||||
|
||||
return dwError;
|
||||
|
||||
Reference in New Issue
Block a user