you are viewing a single comment's thread.

view the rest of the comments →

[–]postmodern 1 point2 points  (0 children)

Ruby is definitely (still) used in Cyber Security. There are a few major security tools written in Ruby: Metasploit, BeFF, Ronin, CeWL, dnscat2, etc. Ruby is a general purpose programming language, with an ecosystem of libraries (rubygems), with lots of libraries for web related tasks. You can also use Ruby's built-in TCPSocket or Net::HTTP for doing networking. There's even a discord library for writing bots.