[GH-ISSUE #411] ImunifyAV highlights tiny file manager with AV warning #300

Closed
opened 2026-03-02 15:57:38 +03:00 by kerem · 3 comments
Owner

Originally created by @temabu on GitHub (Aug 13, 2020).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/411

Probably a false positive but ImunifyAV on Plesk highlights index.php of file manager with this message:

Error: ImunifyAV has detected malware on the website. Clean it up manually or upgrade to ImunifyAV+ for automatic malware cleanup

ID | Type | Action | Signature ID | File
1 | SRV | Ignore | SMW-SA-05072-php.tool.filemanager-6 | /index.php

image

Originally created by @temabu on GitHub (Aug 13, 2020). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/411 Probably a false positive but ImunifyAV on Plesk highlights index.php of file manager with this message: Error: ImunifyAV has detected malware on the website. Clean it up manually or upgrade to ImunifyAV+ for automatic malware cleanup ID | Type | Action | Signature ID | File 1 | SRV | Ignore | SMW-SA-05072-php.tool.filemanager-6 | /index.php ![image](https://user-images.githubusercontent.com/6004995/90162364-cc420b00-dd94-11ea-8ee0-affe9d31f968.png)
kerem closed this issue 2026-03-02 15:57:38 +03:00
Author
Owner

@EV-soft commented on GitHub (Aug 15, 2020):

index.php is not part of File manager !

<!-- gh-comment-id:674366189 --> @EV-soft commented on GitHub (Aug 15, 2020): index.php is not part of File manager !
Author
Owner

@temabu commented on GitHub (Aug 15, 2020):

well, of course I renamed it. But the file is the exact copy of tinyfilemanager.php...
Any answers?

<!-- gh-comment-id:674413594 --> @temabu commented on GitHub (Aug 15, 2020): well, of course I renamed it. But the file is the exact copy of tinyfilemanager.php... Any answers?
Author
Owner

@ghost commented on GitHub (Aug 18, 2020):

use code

index.php

<?php
require __DIR__ . '/../%your_path%/filemanager.php';

and add the ignore rule to antivirus

<!-- gh-comment-id:675579174 --> @ghost commented on GitHub (Aug 18, 2020): use code __index.php__ ```php <?php require __DIR__ . '/../%your_path%/filemanager.php'; ``` and add the ignore rule to antivirus
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#300
No description provided.