Skip to content

Instantly share code, notes, and snippets.

@jhaddix
jhaddix / Testing_Checklist.md
Last active July 9, 2024 19:44 — forked from amotmot/WAHH_Task_Checklist.md
Fast Simple Appsec Testing Checklist
@r4um
r4um / noip.rb
Created October 28, 2012 12:49
Dynamic DNS client updater for no-ip.com service
#!/usr/bin/env ruby
#
# Dynamic DNS client updater for no-ip.com service
#
require 'rubygems'
require 'logger'
require 'net/http'
require 'optparse'
require 'uri'