V
V
vc4vc2017-10-21 04:21:45
PHP
vc4vc, 2017-10-21 04:21:45

Find base64 code in php files??

Is there any program or utility, maybe a script of any kind,
that looks for base64 encoded files ???
It would be possible to search immediately by base64_decode, but this function and the base64 code itself are scattered throughout the code.
What are the options ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
danforth, 2017-10-21
@danforth

The regular expression that matches base64.
As far as I know, searching through files can be done with Notepad++, or grep on Linux.
You may need to first copy the project and remove all whitespace.
Try Revisium if it's a virus. It seems to be looking for not only the base64_encode and _decode functions, but also base64 itself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question