Skip to content

Instantly share code, notes, and snippets.

View LuukHaket's full-sized avatar
☃️
🌨️🗻

Luuk Haket LuukHaket

☃️
🌨️🗻
  • Nederland
View GitHub Profile
@RichardBronosky
RichardBronosky / README.MD
Last active April 26, 2025 17:38
cb - A leak-proof tee to the clipboard - Unify the copy and paste commands into one intelligent chainable command.

cb

A leak-proof tee to the clipboard

This script is modeled after tee (see [man tee][2]) and works on Linux, macOS, Cygwin, WSL/WSL2

It's like your normal copy and paste commands, but unified and able to sense when you want it to be chainable.

This project started as an answer to the StackOverflow question: [How can I copy the output of a command directly into my clipboard?][3]

@bmaupin
bmaupin / free-database-hosting.md
Last active June 23, 2025 13:28
Free database hosting
@sundowndev
sundowndev / GoogleDorking.md
Last active June 24, 2025 05:10
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"