Nessus_Pro_Cracked
Nessus_Pro_Cracked copied to clipboard
parse error near
I have an error when following the steps(wget https://plugins.nessus.org/v2/nessus.php?f=all-2.0.tar.gz&u=4e2abfd83a40e2012ebf6537ade2f207&p=29a34e24fc12d3f5fdfbb1ae948972c6)
the error: zsh: parse error near `&'
I have an error when following the steps(wget https://plugins.nessus.org/v2/nessus.php?f=all-2.0.tar.gz&u=4e2abfd83a40e2012ebf6537ade2f207&p=29a34e24fc12d3f5fdfbb1ae948972c6)
the error: zsh: parse error near `&'
You have to add quotes:
wget "https://plugins.nessus.org/v2/nessus.php?f=all-2.0.tar.gz&u=4e2abfd83a40e2012ebf6537ade2f207&p=29a34e24fc12d3f5fdfbb1ae948972c6" -O "all-2.0.tar.gz"