Skip to content

Instantly share code, notes, and snippets.

View drholix's full-sized avatar

alief kurniawan drholix

View GitHub Profile
@drholix
drholix / GoogleDorking.md
Created July 4, 2025 01:00 — forked from sundowndev/GoogleDorking.md
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"
@madeindra
madeindra / terminal-cheet-sheet.md
Last active October 13, 2022 03:54
Terminal Cheat Sheet

Terminal

Perintah-perintah berikut dapat digunakan di terminal dengan shell bash ataupun zsh.

Perintah dalam Terminal

Perintah Penjelasan Contoh
pwd Singkatan dari print work directory, berfungsi menampilkan path atau lokasi dari current directory (direktori saat ini kita berada) pwd
ls Singkatan dari list files & directories, berfungsi menampilkan berkas dan direktori yang ada di dalam current directory ls
ls $path Sama dengan ls tapi
@madeindra
madeindra / git-cheat-sheet.md
Last active October 13, 2022 03:54
Git Cheat Sheet

Git

Cara Install Git di Linux

  1. Buka terminal

  2. Masukkan perintah berikut, setelah perintah ini, kamu akan diminta untuk memasukkan password usermu.

Perintah ini bertujuan untuk mendownload & memperbarui informasi package dari server konfigurasi linux.

sudo apt update
@sundowndev
sundowndev / GoogleDorking.md
Last active October 28, 2025 20:22
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"