Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trojan detected #14

Closed
ongleehin opened this issue Sep 20, 2023 · 1 comment
Closed

Trojan detected #14

ongleehin opened this issue Sep 20, 2023 · 1 comment

Comments

@ongleehin
Copy link

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

@ixjb94
Copy link
Owner

ixjb94 commented Sep 20, 2023

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants