mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 06:58: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[@]}"
|
||||
}
|
||||
|
||||
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 #####
|
||||
|
||||
if [ $TILIX_ID ] || [ $VTE_VERSION ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user