Skip to content

ourway/ripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ripper

Elixir library to handle tcpdump output

What's Ripper?

Ripper is a simple Elixir library to log HTTP packets using tcpdump. It's useful when you need to log your requests for forensic monitoring.

Installation

defp deps do
  [{:ripper, "~> 0.1"}]
end

Usage

   proc = Ripper.request("80", "my root password")
   data = Ripper.read_pcap(proc)

Author

Farsheed Ashouri / [email protected]