• Resolved Paftale

    (@roseeds)


    Hello, Anti-Malware from GOTMLS found malware into /wp-content/plugins/mobile-assistant-connector/sa.php

    any ideas why?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Paftale

    (@roseeds)

    
                    <script type="text/javascript">
                            (function() {
                                var qrcode = new QRCode(document.getElementById("mobassistantconnector_qrcode_img"), {
                                    width : 300,
                                    height : 300
                                });
    
                                qrcode.makeCode("'.$data_to_qr.'");
                    })();
                    document.getElementById("mobassistantconnector_base_url_hidden").value="' . $site_url . '"
                    </script>

    seems that this part is flagged as malware

    Plugin Author eMagicOne

    (@emagicone)

    Hello!
    Thank you for your message.
    Do not worry, it is not malvare, there is a function of generating QR-code, which is generated using javascript and the cheker reacts on it this way.

    Thread Starter Paftale

    (@roseeds)

    ok, thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Anti-Malware found malware in sa.php’ is closed to new replies.