when trying to run the audit using the web interface i got the following command generated:
curl -OOs https://auditvps.com/{audit.sh,audit.sh.sig} && curl -s https://kkyr.io/auditvps.com.asc -o key.asc && gpg --import key.asc && gpg --verify audit.sh.sig audit.sh && bash audit.sh null
when running it seems to throw a Failed to send status to API (HTTP 502) on every step of the audit. probably related to the null in the generated command.
when trying to run the audit using the web interface i got the following command generated:
curl -OOs https://auditvps.com/{audit.sh,audit.sh.sig} && curl -s https://kkyr.io/auditvps.com.asc -o key.asc && gpg --import key.asc && gpg --verify audit.sh.sig audit.sh && bash audit.sh nullwhen running it seems to throw a
Failed to send status to API (HTTP 502)on every step of the audit. probably related to thenullin the generated command.