Skip to content

Instantly share code, notes, and snippets.

View rac3rx's full-sized avatar

Chris H. rac3rx

View GitHub Profile
@rac3rx
rac3rx / GoogleDorking.md
Created September 21, 2022 21:04 — 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"
@rac3rx
rac3rx / install_ansible.sh
Created December 20, 2022 21:15 — forked from zoredache/install_ansible.sh
install_ansible.sh Debian/Ubuntu
#!/bin/bash
set -euo pipefail
set -x
virtualenv_path=/usr/local/ansible/stable
# Install packages needed on a base Debian system
apt-get update
</dev/null DEBIAN_FRONTEND=noninteractive \
apt-get --yes install --no-install-recommends $(