pyportify icon indicating copy to clipboard operation
pyportify copied to clipboard

What inside .exe ?

Open MDemakov opened this issue 7 years ago • 5 comments

https://www.virustotal.com/en/file/f7f8357123d41c9d04784f7be111ef7047e3f85c46abf88046a8d5c7dbc0f02f/analysis/1496327294/

image

MDemakov avatar Jun 01 '17 14:06 MDemakov

It looks like python applications packaged by PyInstaller get flagged as a false-positive by AVG / VirusTotal. It seems like this has been an issue for some time. We can consider packaging it with py2exe.

https://github.com/pyinstaller/pyinstaller/issues/680 https://github.com/pyinstaller/pyinstaller/issues/603 https://github.com/spaam/svtplay-dl/issues/630

rckclmbr avatar Jun 01 '17 16:06 rckclmbr

For me it's not important. But for windows users you can recommend two ways:

1st. install python from https://www.python.org/downloads/windows/ and then use standart pip install from cmd(or from custom bash) and then use app commands from documentation. or 2nd. download compiled .exe file, but better if its be without trojans ;-)

Thanks for your job!

MDemakov avatar Jun 01 '17 20:06 MDemakov

Maybe include this in the installation docs.

ChildishGiant avatar Apr 07 '18 07:04 ChildishGiant

You encounter the same problem if you try to install it with pip on Windows Bash. I had to temporarily disable Windows Defender (https://support.microsoft.com/en-gb/help/4027187/windows-10-turn-off-windows-defender-antivirus).

SiXoS avatar Jun 20 '18 18:06 SiXoS

So I was able to download it through Internet Explorer, but when I ran the exe I got the following warning in OfficeScan : Virus/Malware: TROJ_GEN.R002C0SCG18 File: User\Downloads\pyportify-0.4.1\pyportify-copyall.exe Result: Virus successfully detected, cannot perform the Clean action (Quarantine is successful at agent, but unable to send the quarantined file to the designated quarantine folder)

KountryDad05 avatar Sep 25 '18 05:09 KountryDad05