Skip to content

kuredev/simple_capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCapture

Packet capture tool made only with Ruby

simple_capture3-3

Installation

% gem install simple_capture

Usage

Create a file for test execution

% vim test.rb

test.rb

require "simple_capture"

cap = SimpleCapture::Capture.new("eth1")
cap.run

Execute

% sudo ruby test.rb 

Related Links

https://zenn.dev/kuredev/articles/16d6e2b865fc43

About

Packet capture tool made only with Ruby.

Resources

License

Stars

Watchers

Forks

Packages

No packages published