Skip to content

Instantly share code, notes, and snippets.

View erickie007's full-sized avatar
💭
Coding, Coding and more Coding!

Eric Muthengia erickie007

💭
Coding, Coding and more Coding!
View GitHub Profile
@erickie007
erickie007 / GoogleDorking.md
Created November 19, 2022 10:39 — 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"
@erickie007
erickie007 / port-scan.sh
Created May 16, 2022 16:29 — forked from priyanshus/port-scan.sh
NMAP scan for a list of subdomains
#!/bin/bash
#Performs port scan using nmap
print_usage() {
cat << _EOF_
Utility to scan open ports. Can be used to scan ports for a domain or a list of domains specified in a file.
Example Usage:
-h, --help Show brief help
-d, --domain Domain name or ip to scan
-f, --file Spefify a file containing domains/IPs to scan
@erickie007
erickie007 / cloudSettings
Last active July 6, 2020 16:29 — forked from bradtraversy/django_crash_course.MD
Commands for Django 2.x Crash Course
{"lastUpload":"2020-07-06T16:29:03.175Z","extensionVersion":"v3.4.3"}