Skip to content

HMAC Authentication Prerequisites guide

AkaramAli edited this page May 6, 2022 · 1 revision

Steps to Install the Script to Scanner Container

  1. Login to Scanner VM/Host machine

  2. Copy the script to the VM/Host machine

  3. Go to script location and run below command -This command will copy the script from host VM to the container.

    docker cp pre-script.py [CONTAINER-ID]:/var/pre-script.py

  4. Run below command - This command will start a Bash shell in a Docker container. Verify the copied script at /var location. Type exit command to exit from the bash shell.

    docker exec -it [CONTAINER-ID] bash

Sample Script for reference : PreScript.py

Clone this wiki locally