pirb

a proxy

Install

All systems
curl cmd.cat/pirb.sh
Debian Debian
apt-get install ruby-proxifier
Ubuntu
apt-get install ruby-proxifier
image/svg+xml Kali Linux
apt-get install ruby-proxifier
Fedora
dnf install rubygem-proxifier
Windows (WSL2)
sudo apt-get update sudo apt-get install ruby-proxifier
Raspbian
apt-get install ruby-proxifier

rubygem-proxifier

a proxy

ruby-proxifier

add support for HTTP or SOCKS proxies

Proxifier enable ruby programmers to use HTTP or SOCKS proxies interchangeably when using TCPSockets. Either manually with `Proxifier::Proxy#open` or by `require "proxifier/env"`. Allows one to use ruby code that doesn't user proxies for users that have to use proxies. The pruby and pirb executables are simple wrappers for their respective ruby executables that support proxies from environment variables.