Function "tmp" added and set debug to null.

master
sıx 2017-08-25 20:42:40 +00:00 committed by GitHub
parent 2203043549
commit a23fced96b
1 changed files with 6 additions and 1 deletions

View File

@ -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