Skip to content

ArturLukianov/PaperShell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaperShell agent

Simple Powershell agent for Adaptix C2

Installation:

cd listener_papershell_http
make

Copy dist to AdaptixC2/dist/extenders/listener_papershell_http

cd papershell_agent
make

Copy dist to AdaptixC2/dist/extenders/papershell_agent

Add new extenders to AdaptixC2 profile.json:

"extenders": [
      "extenders/beacon_listener_http/config.json",
      "extenders/beacon_listener_smb/config.json",
      "extenders/beacon_listener_tcp/config.json",
      "extenders/beacon_agent/config.json",
      "extenders/gopher_listener_tcp/config.json",
      "extenders/gopher_agent/config.json",

      "extenders/listener_papershell_http/config.json",
      "extenders/papershell_agent/config.json"
]

About

PowerShell agent for AdaptixC2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 81.2%
  • PowerShell 12.1%
  • NetLinx 5.6%
  • Makefile 1.1%