ixjb94 / ForceBindIP-Gui

A GUI For ForceBindIP
139 stars 15 forks source link

Trojan detected #14

Closed ongleehin closed 1 year ago

ongleehin commented 1 year ago

Hi, there is trojan detected in you ForceBindIP-gui when i check it using virus total website

ixjb94 commented 1 year ago

Hey @ongleehin , the reason is this function

Func GetFileDownload()

    If FileExists(@ScriptDir & "\ForceBindIP - Download.exe") Then; System64
        Return Null
    Else
        InetGet ( "https://github.com/ixjb94/ForceBindIP-Gui/releases/download/binary/ForceBindIP.-.Download.exe", "ForceBindIP - Download.exe" ) ; Download
    EndIf

EndFunc

this function is Downloading the downloader file (it's a file that downloads ForceBindIP and copy it to c:\ ) that's why it detects it as "Trojan Downloader",

You can build it yourself, 1- download Autoit Script 2- right click on the script (ForceBindIP - Gui.au3) and click on "Compile Script"