Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

RubyPython is not working with Scapy #26

@halostatue

Description

@halostatue

I tried to use the Python library Scapy with RubyPython and no packets are sent. There's no errors on output.
Here's a simple example which not work:

require "rubypython"
RubyPython.start()
scapy = RubyPython.import("scapy.all") scapy.sr1(scapy.IPv6(dst="ff02::1")/scapy.ICMPv6EchoRequest())

Output:

Begin emission: Finished to send 1 packets. .......................................

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions