An open API service indexing awesome lists of open source software.

https://github.com/wangyihang/find-php-vulnerabilities

:bug: A plug-in of sublime 2/3 which is able to find PHP vulnerabilities
https://github.com/wangyihang/find-php-vulnerabilities

code-audit php sublime sublime-text-plugin vulnerability web-security

Last synced: 10 months ago
JSON representation

:bug: A plug-in of sublime 2/3 which is able to find PHP vulnerabilities

Awesome Lists containing this project

README

          

# Find-PHP-Vulnerabilities
A plug-in of sublime 2/3 which is able to find PHP vulnerabilities

#### Install:
```
1. Open "Package Control: Install Package"
2. Type package name: "Find PHP Vulnerability"
3. Press Enter to install
```

#### Usage:
```
1. Open vulnable php file
2. Press key: CTRL + ALT + O
```

#### Example:
![Example](img/example.gif)

#### TODO:
- [ ] Multifile search

#### Acknowledgement
* [Seay 源代码审计工具](https://www.waitalone.cn/seay-source-code-auditv2.html)