tinyfilemanager icon indicating copy to clipboard operation
tinyfilemanager copied to clipboard

SiteLock Malware Removal

Open codymatthew opened this issue 3 years ago • 3 comments

Has anyone else had issues with SiteLock deciding this file is malware and completely deleting it?

codymatthew avatar Jun 18 '21 17:06 codymatthew

…if this is regarding the WebShell vulnerability… where in simple terms it says ‘PHP file manager’ … I wonder if that’s because, well, it actually is that.

17500mph avatar Jun 27 '21 08:06 17500mph

I had same issue

saeed74 avatar Aug 21 '21 13:08 saeed74

A simple solution:

Open tinyfilemanager.php in a text editor And

Replace All: fm_redirect(FM_SELF_URL . '?p=' . urlencode(FM_PATH));

With: $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));

FransW5 avatar Jul 21 '22 06:07 FransW5

#581

prasathmani avatar Nov 19 '22 19:11 prasathmani