• XSS.stack #1 – первый литературный журнал от юзеров форума

Hiddenapp hvnc

m3srine

RAID-массив
Пользователь
Регистрация
28.11.2021
Сообщения
50
Реакции
6
Гарант сделки
4
Депозит
0.0808 Ł
Hello
I need to run phone link hidden and controll it on hvnc
when i try to run it manualy from startapps folder its opened on the bot screen
I tried ps command start shell:AppsFolder\ Microsoft.YourPhone_8wekyb3d8bbwe!App its also opened on bot screen
I try this command too
Start-Process -FilePath "C:\Program Files\WindowsApps\Microsoft.YourPhone_1.24082.137.0_x64__8wekyb3d8bbwe\PhoneExperienceHost.exe" "shell:appsFolder\\Microsoft.YourPhone_8wekyb3d8bbwe!App"
THe app try to start in process but its stopped immediately
So any one have idea how to make it start and work hidden on the hvnc??
 
When creating process you set desktop in startupinfo struct https[:]//learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/ns-processthreadsapi-startupinfoa. Although new windows apps will ignore lpDesktop attibute and launch on active desktop regardless. This is likely the case for the the microsoft phone app.

You could try adding an additional monitor to the bot and dragging the app to the hidden monitor, The problem with this approach is that the user will still see the tab of the app.
 
When creating process you set desktop in startupinfo struct https[:]//learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/ns-processthreadsapi-startupinfoa. Although new windows apps will ignore lpDesktop attibute and launch on active desktop regardless. This is likely the case for the the microsoft phone app.

You could try adding an additional monitor to the bot and dragging the app to the hidden monitor, The problem with this approach is that the user will still see the tab of the app.
т.е оно не будет скрытым по факту.
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх