π½ Also Check out My Python For Ethical Hacking Project
β¨ Also Check out My Perl For Ethical Hacking Project
ποΈ Also Check out My Golang For Ethical Hacking Project
π€ Also Check out My Bash For Ethical Hacking Project
Several hackers have used Ruby to exploit corporate systems. Ruby is often used to write either small or large scripts and is used interchangeably with Bash scripting.
Ruby is very useful in exploit writing. It is used for meterpreter scripting and do you know Metasploit Framework itself programmed in Ruby.
Ruby is very rare programming language in programming field. Ruby still holds value in the hacker community for exploit writing. It is a great language that can help you manipulate Linux text files and create tools and exploits. So I bring some beginners-friendly tools to boost your entry level knowledge in information security.
# Install git
sudo apt install git
# Install Ruby
sudo apt install ruby
# Clone My Repo
git clone https://github.com/R3DHULK/Ruby-For-Ethical-Hackers
# Change Directory
cd Ruby-For-Ethical-Hackers
# Enjoy ππ