skuld icon indicating copy to clipboard operation
skuld copied to clipboard

Fix for copying cookies when the browser is running.

Open Batcherss opened this issue 8 months ago • 1 comments

Description

Added a check for launching browsers, if yes - then closes and rechecks. If there are none, then just skips on. I'm not sure that it can work on all systems and browsers, but I added a standard list of processes.

Type of change

  • [#] Fixed error when browser is running and skuld trying to steal cookies/logins

How Has This Been Tested?

I conducted testing on both virtual machines like apponfly and virtualbox (turning off anti-VM for a while)

  • [run on apponfly vm ] Test A
  • [running on virtualbox vm] Test B
  • Hardware: windows
  • Go Version: 2024.3.5

Batcherss avatar Apr 05 '25 16:04 Batcherss

winapi would probably better than doing taskkill imo

EvilBytecode avatar Sep 02 '25 13:09 EvilBytecode