Skip to content
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

another traceback #9

Open
TeteuXD2 opened this issue Nov 18, 2024 · 5 comments
Open

another traceback #9

TeteuXD2 opened this issue Nov 18, 2024 · 5 comments
Assignees

Comments

@TeteuXD2
Copy link

Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\Nice\AppData\Local\Programs\Python\Python311\Scripts\SpyWare.exe_main
.py", line 7, in
File "C:\Users\Nice\AppData\Local\Programs\Python\Python311\Lib\site-packages\SpyWare\SpyWare.py", line 576, in main
install()
File "C:\Users\Nice\AppData\Local\Programs\Python\Python311\Lib\site-packages\SpyWare\SpyWare.py", line 410, in install
rename(executable, path)
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\Users\Nice\AppData\Local\Programs\Python\Python311\Scripts\SpyWare' -> 'C:\Users\Nice\AppData\Roaming\SoliderSound\web-ext'

@TeteuXD2
Copy link
Author

when i run on admin cmd, it gives the same error but on a different file
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\Nice\AppData\Local\Programs\Python\Python311\Scripts\SpyWare.exe_main
.py", line 7, in
File "C:\Users\Nice\AppData\Local\Programs\Python\Python311\Lib\site-packages\SpyWare\SpyWare.py", line 576, in main
install()
File "C:\Users\Nice\AppData\Local\Programs\Python\Python311\Lib\site-packages\SpyWare\SpyWare.py", line 410, in install
rename(executable, path)
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\Users\Nice\AppData\Local\Programs\Python\Python311\Scripts\SpyWare' -> 'C:\Users\Nice\AppData\Roaming\JPEXS\cache'

@mauricelambert
Copy link
Owner

I think this is not a bug... You have installed the project as a python project and you launch it with --install but the --install is used to hide the spyware on the file system, so it's used on target system not on a developer system with a python installation. You should install (start with the --install option) only with the binaries. Use it as developer or tester in a python package (to access to the code) but install only the python package executable.

@mauricelambert
Copy link
Owner

Can you explain me how you have start the SpyWare and confirm me you have used pip to install the project ?

@mauricelambert mauricelambert self-assigned this Dec 1, 2024
@TeteuXD2
Copy link
Author

TeteuXD2 commented Dec 6, 2024

just using "python spyware --install"

@mauricelambert
Copy link
Owner

Okay so your spyware file is not an executable.

To start your command you should have a python installed, this project may be used on a victim computer, without any python interpreter installed, this is the reason why i add a compiled version in the releases. You should use the --install option only with executable because it's used to hide the spyware executable, you probably don't want to hide the spyware on your own system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants