Closed Krautmaster closed 3 years ago
as i mentioned here... https://github.com/seevik2580/tor-ip-changer/issues/50 its false positive. make exception for folder where you have ipchanger. there is no trojan in my script, but defender and other antiviruses does not like my download function when it download tor.exe file from my github repository also its compiled with py2exe. alot of scripts compiled with py2exe or pyinstaller are false positive trojans
if you dont trust to my compiled version, you can download source code and compile it by yourself.
hi again @Krautmaster i just recompiled ipchanger with nuitka.net instead of py2exe to avoid false positive malware reports. commit 6afd236601d29bbc285a6ecdf61b49db521d937d
ipchanger.exe https://www.virustotal.com/gui/file/be0e4b637b3aa9b282516cc43cd2fa0dbf3c143686eab42a83bd7abef180c5ba/detection
thanks for reporting this issue
Thx for the clarification. It's always a bit wired to trust the same. I'll test the new commit thanks a lot. Let me know ur PayPal to donate a few bucks for the effort :)
@Krautmaster you can use Sponsor button in right top corner it will redirect you to my paypal address. thanks a lot, i appreciate it
@seevik2580 sadly the latest rar still gets a false positive https://github.com/seevik2580/tor-ip-changer/blob/master/dist/1.2.7/ipchanger.rar
@Krautmaster i think your computer doesn't like me 😄 i don't know why my windows defender said its clean, and yours defender said its a trojan also my defender is up to date with no exceptions.. there is another option you can try.. install python 3.7+, download source code of ipchanger from here https://raw.githubusercontent.com/seevik2580/tor-ip-changer/master/source-code-win/1.2.7/ipchanger.py then install dependencies with pip
pip install urllib3 pysocks nuitka pycurl zstandard
go to folder where ipchanger.py is .. and run script with python ipchanger.py
if everything is ok, you can try to compile it with nuitka by youself and then tell me if its still reported as trojan
nuitka --onefile --standalone --plugin-enable=multiprocessing --plugin-enable=tk-inter --windows-disable-console --remove-output .\ipchanger.py
here is proof of my windows defender that iam not lying
maybe i have to call to microsoft and tell them they are idiots 😄 thats why i love linux.. there is no such problems in linux. anyways thanks for report again :)
According to my research .. version 1.2.7-1 (python 3.7) was fine, version 1.2.7-2 (python 3.7) was fine, version 1.2.7-3 (python 3.4) was fine but didnt worked for some users so i recompile it back with python 3.7 and made it to version 1.2.7-4 .. and then it started to report as false positive trojan.. let me made some tests... looks like i have to go back onto version 1.2.7-2 and start again
@Krautmaster feel free to test version 1.2.7-2 until i fix this mess... you can download it here https://raw.githubusercontent.com/seevik2580/tor-ip-changer/d6bfdb4ecda1e484897dc83ef9eb92c2803503cf/dist/1.2.7/ipchanger.rar then start ipchanger, go to Options then Settings and select Disable Updates.. hit Save
@Krautmaster i made some research and looks like older version of py2exe works well.. so i tried to recompile it with version 0.10.2.0
ipchanger v1.2.7-6 uploaded .. commit https://github.com/seevik2580/tor-ip-changer/commit/6c6c0abc8b6ebcaa6594a636d54854052564c06b virustotal https://www.virustotal.com/gui/file/8fbaf6ba7718c589b9f9f002ff56f47f456cb8a645f73ad60280e39ebe78c217/detection
can you test it ? thank you