Ripper v0.1.2 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", "my password")

## 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 ith given password and 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, password, packet_couent \\ 1, interface \\ :any) View Source

spawns a tcpdump process as root ith given password and information

Checks if tcpdump process is alive or not

Stops the process