Where do people post their CTF writeups?
#ctf #ctfwriteup
Stop wasting your time on annoying CTF challenges (and just use Ronin)! | Ronin

Solving Advent of Cyber 2023 Day 22 with ronin-exploits | Ronin

Solving Advent of Cyber 2023 Day 4 using Ronin | Ronin

Solving Advent of Cyber 2023 Day 3 using Ronin | Ronin

Write up for Advent of Cyber Day 3. Solved it using Ruby and some Ronin libraries, instead of using crunch and hydra.

⬇️​Spoilers below⬇️​

https://ronin-rb.dev/blog/2023/12/04/solving-advent-of-cyber-day-4-using-ronin.html
#ruby #ronin #adventofcyber2023 #ctfwriteup

Solving Advent of Cyber 2023 Day 4 using Ronin | Ronin

Write up for Advent of Cyber Day 4. Solved it using Ruby and Ronin. Got to use the brand new (and soon-to-be-released) ronin-web wordlist command, which is much more powerful than CeWL, to spider the website and generate the custom wordlists. Also got to bust out the async gem to write a quick and dirty concurrent bruteforcer, which was much faster than wfuzz!

⬇️​Spoilers below⬇️​

https://ronin-rb.dev/blog/2023/12/04/solving-advent-of-cyber-day-4-using-ronin.html
#ruby #ronin #asyncruby #adventofcyber2023 #ctfwriteup #cewl #wfuzz

Solving Advent of Cyber 2023 Day 4 using Ronin | Ronin

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

GitHub
Solved 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

GitHub