Performs a penetration test on a target host by using access to a Kali computer. The default value for `KALI_VM_CONNECTION_STRING` is `nerve@kali.local`, the specified user must be able to access by ssh key and without password to the Kali machine. ### Example Usage Using the default `never@kali.local` Kali ssh connection string: ```sh nerve -G "openai://gpt-4" -T kali_pentester -DTARGET_HOST=your-target.com ``` Using `kali-user@kali-host` to access Kali VM: ```sh nerve -G "openai://gpt-4" -T kali_pentester -DKALI_VM_CONNECTION_STRING=kali-user@kali-host -DTARGET_HOST=your-target.com ```