
Satellite는 요청을 필터링하여 올바른 대상이 페이로드를 받도록 보장하는 웹 페이로드 호스팅 서비스입니다. 매우 특정한 상황에서만 접근해야 하는 파일을 호스팅하는 데 유용한 서비스이기도 합니다.
dpkg -i satellite_X.X.X_linux_amd64.tar.gz
echo '<h1>It worked!</h1>' > /var/www/html/index.html
echo -e "authorized_useragents:\n- ayyylmao" > /var/www/html/index.html.info
systemctl start satellite
다음은 **작동했습니다!**를 반환합니다.
curl -k -A ayyylmao https://localhost/
다음은 반환하지 않습니다.
curl -k https://localhost
옵션을 실습해 보려면 examples 폴더를 확인하세요. server_root를 하위 폴더로 바꾸고 옵션을 시도해 보세요.
satellite 사용 방법에 대한 자세한 설명은 wiki를 확인하세요.