Skip to content
View charlesgargasson's full-sized avatar
🇫🇷
🇫🇷

Block or report charlesgargasson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
charlesgargasson/README.md

⛏️ Tools

General

  • GoBack - Golang Reverse Shell
  • RSM - ReverseShell Manager
  • PostDL - Data exfiltration with http post requests
  • rDNS - Reverse DNS scanner
  • WireCheck - Checking outbound rules
  • PCAPDump - pcap2john alternative
  • HashParse - Name-That-Hash wrapper

Windows

  • Ace - Dumping Active Directory ACEs
  • RawWinRM - Using WinRM without Invoke-Command cmdlet
  • HoudiPy - Weaponizing embeddable Python to load Donut project shellcodes via web-staged payloads
  • GoProcessSpy - Monitoring Windows processes using golang
  • GoFileSpy - Monitoring Windows files and pipes using golang
  • GoPI - Process/Thread injection tool, using Golang language

🧬 POCs

Concept

  • SLN2RCE - Weaponizing VS projects into RCE using SUO or prebuild event

CVE

Pinned Loading

  1. acedump acedump Public

    Dumping AD ACEs

    Python 1

  2. gopi gopi Public

    Process/Thread injection tool, using Golang language.

    Go

  3. gopspy gopspy Public

    Monitoring Windows processes using golang

    Go

  4. gofspy gofspy Public

    Monitoring Windows files and pipes using golang

    Go 1 1

  5. goback goback Public

    Golang Reverse Shell

    Go

  6. postdl postdl Public

    Retrieving files using post requests

    Python