diff --git a/profile_files/.zsh/pentest_functions.zsh b/profile_files/.zsh/pentest_functions.zsh index 41f6174..0f59dbf 100644 --- a/profile_files/.zsh/pentest_functions.zsh +++ b/profile_files/.zsh/pentest_functions.zsh @@ -7,7 +7,7 @@ # Provided IP -> vhost enum -> scan everything connected-> Identify services -> Vuln scan -> Add to queryable db # Provided domain name -> ip enum -> scan everything connected -> Identify services -> Vuln scan -> Add to queryable db -debug=1 +debug=0 fpath=(~/.ptz/v3das $fpath) autoload -U compinit @@ -88,6 +88,11 @@ function wip { # dig +short myip.opendns.com @resolver1.opendns.com # Alternative 2 } +function tmp { + curran=$RANDOM$RANDOM + echo "Temporary file name: /tmp/$curran" + vim /tmp/$curran +} function chkhttpz { # http response checks from a given host / port