moom825 / xeno-rat

Xeno-RAT is an open-source remote access tool (RAT) developed in C#, providing a comprehensive set of features for remote system management. Has features such as HVNC, live microphone, reverse proxy, and much much more!
MIT License
904 stars 260 forks source link

Multi browser location/apps #50

Open hastalamuerte opened 4 months ago

hastalamuerte commented 4 months ago

If on client side there is 2 chrome browsers, standalone or some another instance is it possible to provide "that" chrome PID or location to catch exactly "that" chrome session - at now as i see - nope.

moom825 commented 4 months ago

it is designed to work the default chrome and default chrome path. if you want to add other browsers or browser version you are free to modify it, all that the browser cloning is just copying the data directory of the browser to another location then starting the browser defining that copied location as the data directory (in command line args). i may add in the future a mass scan of all browsers then allowing the user to select which one they want to clone in a later update. but for this moment its not going to be added, but in the future prob.

moom825 commented 4 months ago

(didnt meant to close it)

hastalamuerte commented 4 months ago

i may add in the future a mass scan of all browsers

yep its sound extra nice. thanks for answer, and for your work on project