Skip to content

Instantly share code, notes, and snippets.

View kiesia's full-sized avatar

Kiesia Carmine kiesia

  • Berlin, Germany
View GitHub Profile
@kiesia
kiesia / main.rb
Created February 17, 2020 08:53
CTF Password Brute Forcer
#!/usr/bin/env ruby
#
# This script solves a simple CTF problem in which a password can be gradually
# guessed by iterating through all possible combinations using a regex matcher.
#
# The password takes the form of a UUID.
require 'net/http/persistent'
# Available hexidecimal UUID characters to match.

Keybase proof

I hereby claim:

  • I am kiesia on github.
  • I am kiesia (https://keybase.io/kiesia) on keybase.
  • I have a public key ASDufwgb1PAaNTEQYE2uBeEQLr7YYpQ1gXzp2mZcCSoi0Ao

To claim this, I am signing this object:

@kiesia
kiesia / attributes-default.rb
Created July 5, 2012 06:12 — forked from philwo/attributes-default.rb
Chef cookbook for nginx + passenger (compiled from source)
default['nginx']['version'] = "1.2.0"
default['nginx']['passenger']['version'] = "3.0.12"