Skip to content

Instantly share code, notes, and snippets.

View rickMcGavin's full-sized avatar
🎧

Rick McGavin rickMcGavin

🎧
View GitHub Profile
@jhaddix
jhaddix / all.txt
Last active May 28, 2024 07:01
all wordlists from every dns enumeration tool... ever. Please excuse the lewd entries =/
This file has been truncated, but you can view the full file.
.
..
........
@
*
*.*
*.*.*
🐎
@joyrexus
joyrexus / README.md
Last active May 3, 2024 10:41 — forked from liamcurry/gist:2597326
Vanilla JS equivalents of jQuery methods

Sans jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})