Solving HackThisSite Programming Level 11 with Ronin | Ronin
Solved HackThisSite Programming Level 11 using Ronin and Ruby. I could have done something fancy like using
ronin-web-browser to automate Chrome, but thankfully HackThisSite is a classical PHP webapp and was able to do good old fashioned HTTP and webscraping with some regex-fu.
https://ronin-rb.dev/blog/2023/11/26/solving-hackthissite-programming-level-11-with-ronin.html#ruby #ronin #hackthissite #hts #writeup #ctfwriteup
GitHub - ronin-rb/ronin-web-browser: [WIP] A Ruby library for automating the Chrome web browser
[WIP] A Ruby library for automating the Chrome web browser - GitHub - ronin-rb/ronin-web-browser: [WIP] A Ruby library for automating the Chrome web browser
GitHubSolved HackThisSite Programming Level 1, but with Ruby. I bet you didn't know Ruby has a
wordlist library which can read compressed wordlist zip archives directly.😉
https://ronin-rb.dev/blog/2023/11/24/solving-hackthissite-programming-level-1-with-ronin.html#ruby #hackthissite #hts #writeup #ctfwriteup
Added Ruby 4.0 to the CI matrix. · postmodern/wordlist.rb@98f7248
A Ruby library and CLI for generating and working with wordlists. - Added Ruby 4.0 to the CI matrix. · postmodern/wordlist.rb@98f7248
GitHubSolving HackThisSite Programming Level 1 with Ronin | Ronin