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

How does the exe work? #5

Open
Arusu-Projects opened this issue Mar 21, 2024 · 1 comment
Open

How does the exe work? #5

Arusu-Projects opened this issue Mar 21, 2024 · 1 comment

Comments

@Arusu-Projects
Copy link

Once you click it, it runs and creates file in the same directory. It does show up in Taskbar and you can end it. But how to remove it and ensure it's gone?

@mauricelambert
Copy link
Owner

mauricelambert commented Mar 25, 2024

Hi, it's an executable (a file) you can remove it with the Windows Explorer, with a command line or other techniques to delete a file. When you run the spyware you have a process without window (you should not see it in the taskbar...) and you can stop the process by killing it, to do it you can use the task manager (taskmgr.exe, identify the spyware process with the red icon, click right on the process, click on End task) or you can use your terminal, identify the process by name with tasklist, powershell, wmi or other techniques to list processes and kill the process with taskkill, powershell or other techniques to kill a process.

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