Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I connect to Ipv6? #243

Open
chookf opened this issue Apr 23, 2024 · 0 comments
Open

How can I connect to Ipv6? #243

chookf opened this issue Apr 23, 2024 · 0 comments

Comments

@chookf
Copy link

chookf commented Apr 23, 2024

I'm trying to connect to ipv6 frida server

frida-server-16.1.8-windows-x86_64.exe -l fdb1:5644:912e:5307:fa99:93bc:d92f:83e3

and in my python code

manager = frida.get_device_manager()
device = manager.add_remote_device("fdb1:5644:912e:5307:fa99:93bc:d92f:83e3")
process = device.get_process("Something.exe")
pid = process.pid
print(id)

However I get an error:

frida.ServerNotRunningError: unable to connect to remote frida-server: Could not connect to fdb1:5644:912e:5307:fa99:93bc:d92f:83e3: An attempt was made to access a socket in a way forbidden by its access permissions.

I checked in nestats

netstat -ano

and I saw that frida-server is listening

TCP [fdb1:5644:912e:5307:fa99:93bc:d92f:83e3]:27042 [::]:0 LISTENING 22108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant