-
Notifications
You must be signed in to change notification settings - Fork 173
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.Heur!.02046823 virus detected in livebot.exe #211
Comments
First time on here but just scan the .exe in virus total ty, and run the .exe and then run Hitman Pro and scan for threats if you want further proof, hitman pro will detect and remove the threats so don't worry as well as with my short 20 minutes or so with this virues, I noticed nothing being tampered with, but there is something malicious in that .exe. |
Um okay one second let me test this with Kaspersky AV Edit: I'm using [email protected], you can build the source code from the commit released right before the 1.1.5 release to build your own. You can also try downloading the source code again (in a virtual machine if you require) to run an antivirus against it again... it's possible you already have a virus on your computer and it's infected LiveBot. #!/bin/bash
if [ -z $1 ]; then
echo "Please enter a version number"
exit 1
else
echo "Packaging LiveBot version $1"
fi
clearCol='\e[0m'
msgCol='\e[1;34m'
echo -e "$(echo $msgCol)Moving the tokens file $clearCol"
mv ../LiveBot/json/logins.json /tmp/logins.json
echo -e "$(echo $msgCol)Packaging... $clearCol"
electron-packager ../LiveBot --platform=all --arch=x64 --app-version="$1" --executable-name=LiveBot --icon=../LiveBot/resources/icons/logo.ico --overwrite --out .
echo -e "$(echo $msgCol)Returning the tokens file"
mv /tmp/logins.json ../LiveBot/json/logins.json
echo -e "$(echo $msgCol)Removing mas $clearCol"
rm -rf livebot-mas-x64
# Archiving
echo -e "$(echo $msgCol)Archiving darwin $clearCol"
zip -rq livebot-darwin-x64.zip livebot-darwin-x64
echo -e "$(echo $msgCol)Archiving win32 $clearCol"
zip -rq livebot-win32-x64.zip livebot-win32-x64
echo -e "$(echo $msgCol)Archiving linux $clearCol"
tar -czf livebot-linux-x64.tar.gz livebot-linux-x64 |
Which release are you testing on? |
livebot-win32-x64.zipThis is the one I used, as I said the only reason I checked on virus total was cause the application was acting odd. And I used a antivirus application and it detected the file that was detected in livebots .exe. |
not saying this is your fault, or anyone else, just thought I'd say something. |
might be a false positive since it was only detected on one antivirus |
edited - Trojan.Heur! virus detected in your livebot.exe
The text was updated successfully, but these errors were encountered: