The-Z-Labs / linux-exploit-suggester

Linux privilege escalation auditing tool
GNU General Public License v3.0
5.54k stars 1.09k forks source link

bash syntax fixes #102

Open adrianbiro opened 8 months ago

adrianbiro commented 8 months ago

remove unset variable fix quotes to prevent glob matching grep -q instead of [ -n ... ] file as arg for awk instead of cat file | awk replace ... with proper command substitution