Open valerakazah123 opened 3 months ago
Ive known about the opera issue and have a fix, overall i have a giant improvment over this current hvnc module that i think will fix most of these issues, it will be added in the next update
On Sat, Jul 27, 2024, 10:45 a.m. valerakazah123 @.***> wrote:
Hey. I found a few bugs I was facing when using the hvnc module.
1.
Clicks and key events. Chrome works almost perfectly, but there are problems in edge and opera. When edge browser opens, it has focus inside search bar, but you can't click anywhere else, only on viewport, even if focus is set on search bar, you can't click on setting for example. You can't click on user icon etc. Especially it is more noticeable on Windows 11. Opera gx doesn't work at all. It opens, copies the profile, but you can't even click on the viewport. I think it's a foreground window problem. I tried to loop all windows through EnumWindows and set focus on each window inside the loop, but it didn't work. I'm very bad in C# ^^ 2.
If the browser is currently open on the host machine, the hvnc module can't close it properly. It detects that browser is being used by another process, but your code returns found process -1 and doesn't close it. Instead of copying the browser with profile, it copies it completely empty. Again, this problem occurs on Windows 11. 3.
anti-froad systems detect fake environment, fake browser. I think it's possible because of the -no-sandbox flag, but again I could be wrong. I think it's a bad idea not to use it because the user won't be able to run this browser. If you check your environment on the https://fv.pro site, you can see for yourself.
I took a look at this repo https://github.com/ntdll0/HiddenVNC and it works fine with Edge, but the problem with Opera GX still exists. Talking about this repo I'm only talking about clicks and key events, not about closing processes etc. I really like your app and thanks for maintaining it!
— Reply to this email directly, view it on GitHub https://github.com/moom825/xeno-rat/issues/64, or unsubscribe https://github.com/notifications/unsubscribe-auth/APCSZASIMIKJ2KXGPUMO43DZOOXANAVCNFSM6AAAAABLR54TLOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQZTGNJQHE3DOMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hey. I found a few bugs I was facing when using the hvnc module.
1) Clicks and key events. Chrome works almost perfectly, but there are problems in edge and opera. When edge browser opens, it has focus inside search bar, but you can't click anywhere else, only on viewport, even if focus is set on search bar, you can't click on setting for example. You can't click on user icon etc. Especially it is more noticeable on Windows 11.
Opera gx doesn't work at all. It opens, copies the profile, but you can't even click on the viewport. I think it's a foreground window problem. I tried to loop all windows through EnumWindows and set focus on each window inside the loop, but it didn't work. I'm very bad in C# ^^
2) If the browser is currently open on the host machine, the hvnc module can't close it properly. It detects that browser is being used by another process, but your code returns found process -1 and doesn't close it. Instead of copying the browser with profile, it copies it completely empty. Again, this problem occurs on Windows 11.
3) anti-froad systems detect fake environment, fake browser. I think it's possible because of the -no-sandbox flag, but again I could be wrong. I think it's a bad idea not to use it because the user won't be able to run this browser. If you check your environment on the https://fv.pro site, you can see for yourself.
I took a look at this repo https://github.com/ntdll0/HiddenVNC and it works fine with Edge, but the problem with Opera GX still exists. Talking about this repo I'm only talking about clicks and key events, not about closing processes etc. I really like your app and thanks for maintaining it!