External Script Fetching
High
- Category
- Supply Chain
- Content
# URL encode the query ENCODED=$(python3 -c "import urllib.parse; print(urllib.parse.quote('$QUERY'))") RESULT=$(curl -s -L \ -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" \ -H "Accept: application/json, text/javascript, */*" \ -H "Referer: https://dorar.net/" \- Confidence
- 90% confidence
- Finding
- Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
