Skip to content

Instantly share code, notes, and snippets.

View AdaniKamal's full-sized avatar
🏠
Working from home

AdaniKamal AdaniKamal

🏠
Working from home
View GitHub Profile

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@AdaniKamal
AdaniKamal / google-dorks
Created July 1, 2020 23:13 — forked from stevenswafford/google-dorks
Listing of a number of useful Google dorks.
" _ _ "
" _ /|| . . ||\ _ "
" ( } \||D ' ' ' C||/ { % "
" | /\__,=_[_] ' . . ' [_]_=,__/\ |"
" |_\_ |----| |----| _/_|"
" | |/ | | | | \| |"
" | /_ | | | | _\ |"
It is all fun and games until someone gets hacked!
#!/usr/bin/python
import pyfiglet
#Start
ascii = pyfiglet.figlet_format("R3in3", font = "banner3-D" )
print(ascii)
print("By: adanikamal\n")
checkquit = True
#ROT FUNCTION LOWER