常用开源项目收集

sqlmap:    https://github.com/sqlmapproject/sqlmap

SQLmap是一款用来检测与利用SQL注入漏洞的免费开源工具,有一个非常棒的特性,即对检测与利用的自动化处理(数据库指纹、访问底层文件系统、执行命令)。


phpbrew:    https://github.com/phpbrew/phpbrew

phpbrew builds and installs multiple version php(s) in your $HOME directory.


jenv:    http://jenv.io/ 

jenv is Java environment manager, and it is a clone of RVM for Java. jenv can manage parallel versions of Java development kits on any Unix based system


modsecurity:    https://github.com/SpiderLabs/ModSecurity

ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx 


owasp-modsecurity-crs:    https://github.com/SpiderLabs/owasp-modsecurity-crs

OWASP ModSecurity Core Rule Set (CRS) Project (Official Repository)


pyenv:    https://github.com/yyuu/pyenv

pyenv lets you easily switch between multiple versions of Python


masscan:    https://github.com/robertdavidgraham/masscan

This is the fastest Internet port scanner. It can scan the entire Internet in under 6 minutes, transmitting 10 million packets per second.

你可能感兴趣的:(常用开源项目收集)