curl 를 옵션 설정 中 프록시 경유하기

다음은 테스트 용 악성코드를 다운로드 받는 예제
(* 주의 필요)

curl -O -x “http://127.0.0.1:3128” http://www.eicar.org/download/eicar.com

curl -O –proxy “http://127.0.0.1:3128” http://www.eicar.org/download/eicar.com

curl -x localhost:3128 -I -L http://www.eicar.org/download/eicar.com

  • -x 뿐만 아니라 –proxy 동일한 옵션이다.

참고 자료
https://oxylabs.io/blog/curl-with-proxy

https://krespo.net/188

https://red.ht/2UKB3yC