Trojan LMAO
Closed this issue · 3 comments
Hmm, fetches token by it self on the windows release and saves 2 little exe files in the temp folder nice lmaooooooo
Duplicate of #24
As you can see here, it does not fetch the token without either:
- explicit consent from the user when the program is run non-autonomously
Lines 134 to 137 in 759fd56
Lines 215 to 218 in 759fd56
- asking the user when setting the program to run on startup
Lines 255 to 260 in 759fd56
Lines 115 to 119 in 759fd56
as for the "little exe files", this could be another piece of software doing that? the releases are built using a simple pyinstaller command, and no additional code is added to the source. feel free to build the exe from source yourself, or simply use the source instead.
Duplicate of #24
As you can see here, it does not fetch the token without either:
- explicit consent from the user when the program is run non-autonomously
Lines 134 to 137 in 759fd56
Lines 215 to 218 in 759fd56
- asking the user when setting the program to run on startup
Lines 255 to 260 in 759fd56
Lines 115 to 119 in 759fd56
as for the "little exe files", this could be another piece of software doing that? the releases are built using a simple pyinstaller command, and no additional code is added to the source. feel free to build the exe from source yourself, or simply use the source instead.
I am aware of the source being that but the release version seems to be doing this (the compiled version)
I am aware of the source being that but the release version seems to be doing this (the compiled version)
I'm not sure what you mean, if you don't want to use the release version because you're concerned, either build it from source yourself, or use the source code.