Skip to content

Instantly share code, notes, and snippets.

View maxonss's full-sized avatar
🇫🇷
Focusing on cybersec

Max maxonss

🇫🇷
Focusing on cybersec
View GitHub Profile
@sundowndev
sundowndev / GoogleDorking.md
Last active May 18, 2026 16:04
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"
@chranderson
chranderson / nvmCommands.js
Last active May 14, 2026 18:29
Useful NVM commands
// check version
node -v || node --version
// list locally installed versions of node
nvm ls
// list remove available versions of node
nvm ls-remote
// install specific version of node
@iamphilrae
iamphilrae / phpMyAdmin Export Filename Template, Including Date and Time
Last active August 14, 2025 13:51
phpMyAdmin Export Filename Template, Including Date and Time
@DATABASE@__%Y-%m-%d_%H-%M-%S