Ruby

Ruby is a dynamic, object-oriented programming language known for its simplicity and readability.

Basic Usage

def greet(name)
  puts "Hello, #{name}!"
end

greet("John")

How to extract files using Ruby

Open a webserver
Download the file with wget
or Access with curl
We can also access directly with the browser
Wireshark Results

Last updated