Skip to content

Instantly share code, notes, and snippets.

@raj76
raj76 / maderas.txt
Created November 19, 2021 02:59 — forked from ha3ks/maderas.txt
Clone of the arsenal, armory & library by Maderas (@hackermaderas) -- https://pastebin.com/v8Mr2k95
The arsenal, armory & library by Maderas (@hackermaderas, #CyberpunkisNow) 6/8/2019
Original / 1st version here: https://pastebin.com/rMw4WbhX
___________________________________________________________________________________
# Basic knowledge requirements for Red Teaming, PenTesting, Hacking & Cybersecurity
# These are the basic competencies expected (and tested for during the in-person technical interview) by one of the largest, most visible InfoSec companies # on Earth.
@raj76
raj76 / foreman_dns_mass_recreate.rb
Created March 3, 2021 03:04 — forked from treydock/foreman_dns_mass_recreate.rb
foreman_dns_mass_recreate.rb
#!/usr/share/foreman/script/rails runner -e production
Host.all.each do |host|
next unless host.dns?
print "#{host}..."
dns_a_record = host.dns_a_record
print "#{dns_a_record}..."