mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #759] How to avoid false detection by Imunify360 #519
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#519
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hexclann on GitHub (Mar 25, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/759
Hello, I'm trying to use tinyfilemanager in a shared hosting environment. Cpanel has an antivirus, Imunify360 which is detecting the tinyfilemanager.php as a malware. There's no way to whitelist the file and the support is not willing to disable Imunify for my account. Is there any way I can use tinyfilemanager?
@prasathmani commented on GitHub (Mar 26, 2022):
#273, #754
@crispa commented on GitHub (Mar 26, 2022):
Add file tinyfilemanager.php to ignore list at cpanel, in Imunify360.
@FransW5 commented on GitHub (Jul 21, 2022):
Solution for cPanel firewall:
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));
@blrcoderbro commented on GitHub (Oct 14, 2022):
@FransW5 the solution you have mentioned is now obsolete. @prasathmani or @FransW5 Kindly Update With a newer solution on this thread
@FransW5 commented on GitHub (Oct 17, 2022):
@codedivinetech
I tested on (cPanel 106.0.8 + cPGuard + imunify360 Malware scanner) and with the following replacement, solves the problem.
What hosting management system are you using?
What antivirus and firewall is running on your host?
@blrcoderbro commented on GitHub (Oct 17, 2022):
@FransW5 You can find the exact info on the above pics
@FransW5 commented on GitHub (Oct 18, 2022):
@codedivinetech
Access to your host is required to check the issue!
@blrcoderbro commented on GitHub (Oct 18, 2022):
@FransW5 Please Msg me on telegram https://t.me/spartancinemax
@sohailsarwar101 commented on GitHub (Feb 10, 2023):
Still the same issue even after replacing the mentioned code. (Cpanel with cPGuard). Any other suggestion please?