Skip to content

Instantly share code, notes, and snippets.

View MinatoTW's full-sized avatar

MinatoTW MinatoTW

  • Hyderabad,India
View GitHub Profile
@MinatoTW
MinatoTW / Server.cs
Created February 6, 2019 09:47
Sample reverse shell code for HTB Giddy.
using System;
using System.Text;
using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Diagnostics;
class Server {