thin
fast and very simple Ruby web server
Install
- All systems
-
curl cmd.cat/thin.sh
- Debian
-
apt-get install thin
- Ubuntu
-
apt-get install thin
- Arch Linux
-
pacman -S thin
- Kali Linux
-
apt-get install thin
- Fedora
-
dnf install thin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install thin
- Raspbian
-
apt-get install thin
- Dockerfile
- dockerfile.run/thin
thin
fast and very simple Ruby web server
Thin is a Ruby web server that glues together 3 of the best Ruby libraries in web history: * the Mongrel parser, the root of Mongrel's speed and security * Event Machine, a network I/O library with extremely high scalability, performance and stability * Rack, a minimal interface between webservers and Ruby frameworks Which makes it, with all humility, the most secure, stable, fast and extensible Ruby web server bundled in an easy to use package for your own pleasure.
rubygem-thin
A thin and fast web server
metasploit
Advanced open-source platform for developing, testing, and using exploit code
ruby-thin
Thin and fast Ruby web server
metasploit-framework
Framework for exploit development and vulnerability research
The Metasploit Framework is an open source platform that supports vulnerability research, exploit development, and the creation of custom security tools.