Exploit Pack - Documentation
  • Exploit Pack
    • Installation guide
    • License Activation
    • First steps
    • Running the network mapper
    • AutoPwn
    • UTF-8 Locator
    • Notepad
    • Reverse shell - One-liners
    • Hex Editor
    • GDB Connector
    • Log your actions
    • Exploits customization
    • Add a Proxy to Exploit Pack
    • Using Reverse Shells
    • XSS Agent - Tunnel
    • Advanced DLL Injections
    • VBS/PS Agent - Remote Access
    • VBS Agent Wizard
    • Exploit Development I
    • Exploit Development II
    • Exploit Development III
  • Control Pack
    • Installation guide
    • License Activation
    • First Steps: Configure Control Pack
    • Launch your first agent
    • Control Pack agent's code
    • Agent connection
    • Java Agent
    • Browser Agent
    • VBS Agent
    • .NET Profiler DLL Agent
    • How to use the DLL + UnHooker Agent
    • .NET shell
    • Python Shell
  • Kernel Pack
Powered by GitBook
On this page

Was this helpful?

  1. Control Pack

Control Pack agent's code

Control Pack agents are easy to configure and come precompiled by default. Both the agent's source code and the IDE projects can be found in the root folder of Control Pack, along with the instructions on how to compile the agents yourself, this way you can add your own code and adapt it to your needs.

Agent config: Custom values and presets.

Every agent is different but as a standard, you will have to provide the Control Pack's current IP address in IPv4 format where the agent will connect back to, and the port number. These values can be customized to your needs but we'll recommend you to first go ahead with the default ones. Besides these mandatory values, you can also select some options per agent.

In the case of the Java agent, you can choose the agent type, and check the different options available per agent This wizard will generate a zip file, and inside of that bundle you will find a minimum of two files:

  1. The precompiled binary of your choice

  2. 2. The configuration file: config.ep

The config.ep files will hold the config you have selected with the wizard during this phase. The non-precompiled code it's always available in the wizard for you to have a glance at the agent's capabilities.

PreviousLaunch your first agentNextAgent connection

Last updated 1 year ago

Was this helpful?