Sudo/Root Execution
Medium
- Category
- Privilege Escalation
- Content
auth_file=$(mktemp) response_file=$(mktemp) chmod 600 "$auth_file" "$response_file" printf 'user = "%s:"\n' "$token" >"$auth_file" if ! status=$(curl \
- Confidence
- 80% confidence
- Finding
- chmod 600
