Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Where to find the directory that stores .txt that stores all website releases.

Where to find the directory that stores .txt that stores all website releases.


This thread was automatically locked due to age.
Parents Reply
  • Olá Adriano and welcome to the UTM Community!

    H_Patel answered your question.

    You didn't say why they were asking for this presentation.  If you were asked to provide a list of all of the FQDNs visited in May, the following command would create that in the /home directory where you could download it using WinSCP, for example.

    zgrep '"pass"' /var/log/http/2020/05/*|grep -oP 'url="https?\://.*?/'|sort -n|uniq -c|rev|sort|rev>/home/FQDNs

    Cheers - Bob

Children
No Data