快速搭建各种漏洞环境(Various vulnerability environment)
-
Updated
Oct 27, 2020 - Shell
Add a description, image, and links to the cve topic page so that developers can more easily learn about it.
To associate your repository with the cve topic, visit your repo's landing page and select "manage topics."
Many of our checkers have a shebang line that looks like
#!/usr/bin/python3in them just below the copyright/licensing info. Normally, this line occurs at the top of python files as helpers for when they're used as shell scripts. Since checkers are generally not used as shell scripts (they can't even run by themselves) there's no reason to keep this line there. It doesn't hurt anything and it