How to scan Php ?

EDOTORANGGA

Active member
Jan 29, 2019
137
54
28
Any Body cn help me?
How to scan php form malicious code?
I'm Newbie about Programing,
 

MelbourneMel

Member
Apr 30, 2019
55
41
18
Play with online tools like these ones: https://geekflare.com/php-security-scanner/

Otherwise just upload it to your site and there are lots of scanners that can check your site for malware.

I'll add one last bit, most online scanners can only scan your public files. I use a combination of a local software scanner (on my dev machine which uses isolated containers) and a hosted scanning tool that is on my staging server. Both of these have access to all the files and can find backdoor code and any maliciously uploaded hacks.
 
Last edited:

xorro

Active member
Trusted Uploader
Nov 27, 2018
172
136
43
There is nothing 100% which can scan malwares for you. There are few scripts available but they do not give 100% results. It also depends on which platform you will be using it to scan.
Below are few scripts you can use

First one is most updated and works good. But as i said nothing can be 100% always download your php files and review them manually with human programmer eyes.
 

xorro

Active member
Trusted Uploader
Nov 27, 2018
172
136
43
If you are into Python then you can use these also

If you know the malware pattern then use this to detect all files
 

CeeOh2

Member
Dec 27, 2018
47
16
8
Play with online tools like these ones: https://geekflare.com/php-security-scanner/

Otherwise just upload it to your site and there are lots of scanners that can check your site for malware.

I'll add one last bit, most online scanners can only scan your public files. I use a combination of a local software scanner (on my dev machine which uses isolated containers) and a hosted scanning tool that is on my staging server. Both of these have access to all the files and can find backdoor code and any maliciously uploaded hacks.

Great link.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu