Created
March 25, 2022 12:09
-
-
Save xquery/88f7015e9697ac841e5feb078331cac6 to your computer and use it in GitHub Desktop.
# of known vulns local version of curl has
This file contains hidden or 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
version=$(curl -V | cut -d' ' -f2 | head -n 1); curl https://curl.se/docs/allvulns.gen | grep ${version} | cut -d':' -f2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment