You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@satellite-ja3-testing:~# satellite
DEBU[0000] Using config file /etc/satellite/config.yml
DEBU[0000] Using server path /var/www/html
DEBU[0000] Loaded 0 path(s)
WARN[0000] Use not_found handlers for opsec
INFO[0000] Listening HTTPS on port :443
Not the line that says Loaded 0 path(s)
As a result index.html will always be served irrespective of the User-Agent:
We talked this through on Slack and it seems there is a problem with .info file parsing. As @t94j0 pointed out, you can still get this to work using a pathList.yml
root@satellite-ja3-testing:~# satellite
DEBU[0000] Using config file /etc/satellite/config.yml
DEBU[0000] Using server path /var/www/html
DEBU[0000] Loaded 2 path(s)
WARN[0000] Use not_found handlers for opsec
INFO[0000] Listening HTTPS on port :443
Now the useragent example works correctly:
user@pentest:~/projects/internal$ curl -k https://XX.XX.XX.XX/useragent
404
user@pentest:~/projects/internal$ curl -k -A 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0' https://XX.XX.XX.XX/useragent
Correct User-Agent!
Steps to reproduce
Manually start satellite:
Not the line that says Loaded 0 path(s)
As a result index.html will always be served irrespective of the User-Agent:
The text was updated successfully, but these errors were encountered: