diff --git a/shells/shared/aliases b/shells/shared/aliases index 7f42ae57..242b4f9d 100644 --- a/shells/shared/aliases +++ b/shells/shared/aliases @@ -160,4 +160,6 @@ alias ol="open-local" alias globalip="drill myip.opendns.com @resolver1.opendns.com | sed -n '/ANSWER SECTION/,/AUTHORITY SECTION/ p' | sed -n '2 p' | awk '{print \$5}'" +alias ss="cat /usr/share/exploitdb/files_exploits.csv | fzf | cut -d',' -f1 | xargs searchsploit -m" + alias ddg="ddgr"