Code security audit tool

Free version

0 × 01 PHP code audit

1、RIPS

https://sourceforge.net/projects/rips-scanner/

0 × 02 Java code audit

findbugs Security Code: findsecuritybugs FindSecurityBugs FindBugs static analysis tool is a Java plug-ins

http://findbugs.sourceforge.net/downloads.html https://www.jianshu.com/p/c43940c4e025

https://find-sec-bugs.github.io/

https://wiki.jenkins.io/display/JENKINS/FindBugs Plugin

0 × 03 other languages ​​code audit

1 .net https://security-code-scan.github.io/

2.C++:

Code quality: cppcheck

Security Code: Flawfinder https://sourceforge.net/projects/flawfinder/

http://www.doc88.com/p-669125880049.html

https://sourceforge.net/p/flawfinder/feature-requests/4/ xml format support

3.JS:

Code quality: eslint

Security Code: https://github.com/ajinabraham/NodeJsScan

https://blog.csdn.net/yalishandalee/article/details/61916454

https://github.com/nodesecurity/eslint-plugin-security#rules

4.Go:

Code quality: golint, go tool vet

Security Code: Gas https://github.com/GoASTScanner/gas

5.Python:

Code quality: pylint

Security Code: Bandit, the Find-Py-Injection, PYT https://wiki.openstack.org/wiki/Security/Projects/Bandit

https://github.com/openstack/bandit

https://github.com/uber/py-find-injection

https://github.com/bit4woo/python_sec https://github.com/python-security/pyt

6. multilingual security code checking tool: SONAR https://docs.sonarqube.org/display/SONAR

https://www.sonarsource.com/products/codeanalyzers/sonarjava/rules.html#Vulnerability_Detection

https://github.com/SonarSource/sonarqub

7.ruby https://github.com/thesp0nge/dawnscanner

https://github.com/presidentbeef/brakeman

multilingual

https://github.com/WhaleShark-Team/cobra

Regular tools to find vulnerabilities: https://grepbugs.com/

commercialize

0x01 commercial code audit tools

Static analysis tools RISP, VCG, Fortify SCA.

Dynamic tools have sky wolf 360's.

Guess you like

Origin www.cnblogs.com/17bdw/p/11359726.html