External Transmission
Medium
- Category
- Data Exfiltration
- Content
else echo "Downloading static ffmpeg..." tmp="$(mktemp -d)" curl -sSL https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz -o "$tmp/ff.tar.xz" tar -xf "$tmp/ff.tar.xz" -C "$tmp/" cp "$tmp"/ffmpeg-*-amd64-static/ffmpeg "$DIR/bin/ffmpeg" cp "$tmp"/ffmpeg-*-amd64-static/ffprobe "$DIR/bin/ffprobe"- Confidence
- 92% confidence
- Finding
- curl -sSL https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz -o "$tmp/ff.tar.xz" tar -xf "$tmp/ff.tar.xz" -C "$tmp/" cp "$tmp"/ffmpeg-*-amd64-static/ffmpeg "$DIR/bin/
