Skip to content

Instantly share code, notes, and snippets.

View wavvdev's full-sized avatar
🎮

wavv wavvdev

🎮
View GitHub Profile
{
"version": "0.1.0",
"name": "pump",
"instructions": [
{
"name": "initialize",
"docs": [
"Creates the global state."
],
"accounts": [
@0xdevalias
0xdevalias / bypassing-cloudflare-akamai-etc.md
Last active February 28, 2026 16:58
Some notes/resources for bypassing anti-bot/scraping features on Cloudflare, Akamai, etc.
@sundowndev
sundowndev / GoogleDorking.md
Last active March 10, 2026 03:07
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"