seevik2580 / tor-ip-changer

request new identity every X seconds interval using TOR client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thanks for adding a troyan in 1.2.7

Krautmaster opened this issue · comments

as i mentioned here... #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.

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
image
it will redirect you to my paypal address. thanks a lot, i appreciate it

@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

bandicam.2021-08-27.14-18-26-830.mp4

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

virustotal
https://www.virustotal.com/gui/file/bb667a186121a426d48d56855a3ece41f3c4efa29d15e22bc2b4dcc82ae3dbea/detection

@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 6c6c0ab
virustotal https://www.virustotal.com/gui/file/8fbaf6ba7718c589b9f9f002ff56f47f456cb8a645f73ad60280e39ebe78c217/detection

can you test it ? thank you