Updated CyberChef Link

This commit is contained in:
Phil 2022-12-10 10:41:56 +00:00
parent 0a71b36e8b
commit bdc2f55245

View File

@ -276,7 +276,7 @@ sudo sysctl -w net.ipv6.conf.default.disable_ipv6=0
}
# Start CyberChef
alias cyberchef="open /opt/cyberchef/cyberchef"
alias cyberchef="open /opt/cyberchef/cyberchef.sh"
# Local IP lookup
alias ips="ip a | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1'"