Php_Code_Analysis : Scan your PHP code for vulnerabilities

Php_Code_Analysis is a tool to Scan your PHP code for vulnerabilities

the script can find

  • check_file_upload issues
  • host_header_injection
  • SQl injection
  • insecure deserialization
  • open_redirect
  • SSRF
  • XSS
  • LFI
  • command_injection

Features

  • fast
  • simple report

Usage

python code.py >>> this will scan one file
python code.py >>> this will scan full folder (.)
python code.py >>> scan full folde
r

Output

R K

Recent Posts

Debian vs Ubuntu Server: Which Linux Server OS Wins?

Choosing between Debian vs Ubuntu is one of the most common decisions Linux administrators face…

6 hours ago

Check Ubuntu Version Using Simple Linux Commands

Knowing how to Check Ubuntu Version details is essential for system administration, troubleshooting, and software…

9 hours ago

Create Sudo User on Ubuntu for Secure Admin Access

Managing a Linux server becomes much safer when you Create Sudo User accounts instead of…

12 hours ago

List Installed Packages on Ubuntu Like a Pro

Managing software on Linux becomes much easier when you know how to List Installed Packages…

13 hours ago

How To Use Variables In Bash Scripts

Introduction Variables are one of the most important basics of Bash scripting. A variable is…

1 day ago

How To Run A Bash Script In Linux Step By Step

Introduction Running a Bash script in Linux is a basic but important skill for anyone…

1 day ago