Last active
January 21, 2020 03:10
-
-
Save llazzaro/54fc265d50e6f25dbbaacdab8e3ccda0 to your computer and use it in GitHub Desktop.
Example agent script code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
printf '{"hosts":[{"ip":"127.0.0.1","description":"host description","vulnerabilities":[],"credentials":[],"services":[{"name":"http","protocol":"tcp","port":80,"vulnerabilities":[{"name":"vuln test from agent","severity":"high","desc":"vuln desc","type":"Vulnerability"}]}]}]}}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment