Registry / networking / packetfu

packetfu

JSON →
library2.0.0rbrubygemsunverified

A mid-level packet manipulation library for Ruby that allows reading, parsing, and writing network packets.

gem install packetfu
INSTALL
IMPORT
SIG · PACKETFU
P
packetfu
networkingrubyv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PacketFu
require 'packetfu'

Create a TCP packet and set source IP and destination port.

require 'packetfu' packet = PacketFu::TCPPacket.new packet.ip_saddr = '192.168.1.1' packet.tcp_dst = 80 puts packet.to_s
Debug
Known issues
gotchaPacketFu requires root/administrator privileges to capture or inject raw packets on most systems.
fix
Run your script with sudo or as Administrator.
affects: >= 0.0.0
Upgrade
Version history
2.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
packetfu — gem install packetfu · libregistry