From a23fced96b4c2656e01b0ef082161d9079e2c154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?s=C4=B1x?= <51x@users.noreply.github.com> Date: Fri, 25 Aug 2017 20:42:40 +0000 Subject: [PATCH] Function "tmp" added and set debug to null. --- profile_files/.zsh/pentest_functions.zsh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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