rust anti detection browser open source

snaberafra

Newbie
Joined
Aug 19, 2023
Messages
5
Reaction score
3
Hi,
I'm developing for hobby and learning purpose an experimental anti-detection browser and profile manager written in Rust.
This is an early alpha version, so your feedback, bug reports, and contributions are greatly appreciated.

Check out the project on GitHub: https://github.com/snaberino/pota-browser
 
little trick
assuming you are from windows

for that example i'm gonna use linken sphere

open it and start a profile

than run that command:

unet -ano | findstr ":1000*"

in my case i got

TCP 127.0.0.1:10002 0.0.0.0:0 LISTENING 7724

what does it means? It means linken sphere started a chrome profile with remote debugging port 10002

so if you navigate 127.0.0.1:10002/json in opened linken spher's profile you can grab the websocker url

if you know, with ws url you can actually bypass automation limit for free users

actually only tested with linken sphere (works) and ix browser (atm don't works)

if anyone gives a try, let me know
 
im learning rust and i would like to join u on this project if u need, i know a lot about anti detect browsers
 
you are welcome, all the code is open source. you can check it out
 
Back
Top