Advertisement
TVT618

Cobra - Source Code Security Audit

Jun 3rd, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Cobra - Source Code Security Audit
  2.  
  3. Screenshots
  4.  
  5. Introduction
  6. Cobra is a source code security audit tool that supports detection of most of the significant security issues and vulnerabilities in the source code of multiple development languages.
  7.  
  8. Install
  9. git clone https://github.com/wufeifei/cobra
  10. cd cobra
  11. sudo pip install -r requirements.txt
  12. sudo python cobra.py [options]
  13.  
  14. Update: cd cobra && git pull
  15.  
  16. Features
  17. * Multi-language Supported: Supports development languages such as PHP and Java, and supports dozens of file types.
  18. * Multi-Vulnerabilities Supported
  19. * Command Line Mode and API Mode: Provides local Web Server service, can use GUI visual operation, and also supports local API interface to facilitate docking with other systems (distribution system, CI, etc.).
  20.  
  21. Contributors: Feei, LiGhT1EsS、BlBana、40huo、braveghz and 贡献者
  22.  
  23. Visit Cobra's website: http://cobra.feei.cn/
  24. Download Cobra: https://github.com/WhaleShark-Team/cobra
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement