mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 12:48:01 +00:00
[.zshrc] Add siteinfo function
This commit is contained in:
parent
a3fdef2a7e
commit
e7bc25f1dc
9
.zshrc
9
.zshrc
@ -79,6 +79,15 @@ kexec () {
|
|||||||
[ -n "$cid" ] && kubectl exec -ti "$cid" -- "${cmd[@]}"
|
[ -n "$cid" ] && kubectl exec -ti "$cid" -- "${cmd[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
siteinfo () {
|
||||||
|
local url="$1"
|
||||||
|
local ip="$(dig +short "$url" | tail -1)"
|
||||||
|
|
||||||
|
whois "$ip"
|
||||||
|
echo "Technology detected for $url with IP $ip"
|
||||||
|
httpx -silent -json -follow-redirects -ip -tech-detect -target "$url" | jq -rc '.tech'
|
||||||
|
}
|
||||||
|
|
||||||
##### tilix #####
|
##### tilix #####
|
||||||
|
|
||||||
if [ $TILIX_ID ] || [ $VTE_VERSION ] ; then
|
if [ $TILIX_ID ] || [ $VTE_VERSION ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user