Skip to content

Instantly share code, notes, and snippets.

View himynameisdave's full-sized avatar
✌️
livin' the dream...

Dave Lunny himynameisdave

✌️
livin' the dream...
View GitHub Profile
@himynameisdave
himynameisdave / JEOPARDY_QUESTIONS1
Created September 25, 2020 21:26 — forked from BROWNPROTON/JEOPARDY_QUESTIONS1
200,000+ Jeopardy! Questions in a JSON file
URL: http://skeeto.s3.amazonaws.com/share/JEOPARDY_QUESTIONS1.json.gz
The json file is an unordered list of questions where each question has
'category' : the question category, e.g. "HISTORY"
'value' : $ value of the question as string, e.g. "$200"
Note: This is "None" for Final Jeopardy! and Tiebreaker questions
@himynameisdave
himynameisdave / GoogleHackMasterList.txt
Created June 22, 2016 20:16 — forked from cmartinbaughman/GoogleHackMasterList.txt
The definitive super list for "Google Hacking".
admin account info" filetype:log
!Host=*.* intext:enc_UserPassword=* ext:pcf
"# -FrontPage-" ext:pwd inurl:(service | authors | administrators | users) "# -FrontPage-" inurl:service.pwd
"AutoCreate=TRUE password=*"
"http://*:*@www” domainname
"index of/" "ws_ftp.ini" "parent directory"
"liveice configuration file" ext:cfg -site:sourceforge.net
"parent directory" +proftpdpasswd
Duclassified" -site:duware.com "DUware All Rights reserved"
duclassmate" -site:duware.com
"scripts": {
"build": "babel -d dist src",
"clean": "rm -rf dist && mkdir dist",
"preversion": "npm run clean && npm run build",
"postversion": "npm publish .",
"postpublish": "git push && git push --tag"
}