Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kira2040k/php_code_analysis
https://github.com/kira2040k/php_code_analysis
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kira2040k/php_code_analysis
- Owner: kira2040k
- License: mit
- Created: 2021-03-16T18:41:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T11:18:00.000Z (almost 3 years ago)
- Last Synced: 2024-08-05T17:45:02.515Z (4 months ago)
- Language: Python
- Size: 288 KB
- Stars: 95
- Watchers: 8
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - kira2040k/php_code_analysis - (Python)
README
# this script will scan your code
the script can find
1. check_file_upload issues
2. host_header_injection
3. SQl injection
4. insecure deserialization
5. open_redirect
6. SSRF
7. XSS
8. LFI
9. command_injection# features
1. fast
2. simple report# usage:
python code.py file.php -this will scan one file
python code.py -this will scan full folder (.)
python code.py path -will scan all subfolders and files# output
## twitter: kira_321k