diff --git a/internal/main.zsh b/internal/main.zsh index a8ed625..ef2bc01 100644 --- a/internal/main.zsh +++ b/internal/main.zsh @@ -19,5 +19,4 @@ function hacker::internal::main::factory { hacker::internal::main::factory if ! type -p http > /dev/null; then hacker::internal::http::install; fi -if ! core::exists googler > /dev/null; then core::install googler; fi if ! core::exists ngrok > /dev/null; then core::install ngrok; fi \ No newline at end of file diff --git a/pkg/research/base.zsh b/pkg/research/base.zsh index cb59e26..e8df20c 100644 --- a/pkg/research/base.zsh +++ b/pkg/research/base.zsh @@ -7,19 +7,6 @@ function sherlock { hacker::docker::run theyahya/sherlock "${username}" | fzf } -function googler::list { - local site filetype name - site="${1}" - filetype="${2}" - name="${3}" - - if [ -z "${name}" ] ; then - googler -w "${site}" -n 20 --json "filetype:${filetype}" | jq '.[].url' | sed -e 's/^"//' -e 's/"$//' - return - fi - googler -w "${site}" -n 20 --json "filetype:${filetype}" "${name}" |jq '.[].url' | sed -e 's/^"//' -e 's/"$//' -} - function dnschef { hacker::docker::run -it -w /data -v "$(pwd)":/data --net=host "${HACKER_KALI_DOCKER_IMAGE}" dnschef "${@}" } @@ -130,4 +117,4 @@ function shodan { function zaproxy { hacker::docker::run -it -v ~/.ZAP:/root/.ZAP -e DISPLAY -v "${HOME}"/.Xauthority:/root/.Xauthority --net=host "${HACKER_KALI_DOCKER_IMAGE}" zaproxy "${@}" -} +} \ No newline at end of file