mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
While comparison = and == are identical on bash (refer http://www.tldp.org/LDP/abs/html/comparison-ops.html ), double equals behave differently on zsh (refer https://unix.stackexchange.com/questions/255480/why-does-behave-differently-inside-in-zsh-and-bash ). Single = is also equally POSIX compliant. Co-Authored-By: Minh Thien Nhat Nguyen <nhat286@users.noreply.github.com> Co-authored-by: Minh Thien Nhat Nguyen <nhat286@users.noreply.github.com>