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
- Host: GitHub
- URL: https://github.com/wangyihang/find-php-vulnerabilities
- Owner: WangYihang
- License: gpl-3.0
- Created: 2018-04-16T09:03:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T03:47:38.000Z (over 7 years ago)
- Last Synced: 2025-04-01T14:45:58.670Z (11 months ago)
- Topics: code-audit, php, sublime, sublime-text-plugin, vulnerability, web-security
- Language: Python
- Homepage:
- Size: 487 KB
- Stars: 57
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

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