Skip to content

How can I connect to Ipv6? #243

@chookf

Description

@chookf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions