Ripper v0.1.3 Ripper View Source

Ripper is a simple module to deal with TCP packets and http requests. By default, Ripper reads 1 packet. Simple usage is:

## Send request

  req = Ripper.request("8000")

## cURL and make a request and then read the output

 result = req.read_pcap(req)
.

Link to this section Summary

Functions

Reads output file of a given tcpdump process

spawns a tcpdump process as root with given information

Checks if tcpdump process is alive or not

Stops the process

Link to this section Functions

Reads output file of a given tcpdump process

Link to this function request(port, packet_couent \\ 1, interface \\ :any) View Source

spawns a tcpdump process as root with given information

Checks if tcpdump process is alive or not

Stops the process