Function "tmp" added and set debug to null.
parent
2203043549
commit
a23fced96b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue