Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How to check all your nginx access logs (also compressed) in Ubuntu if anybody has accessed your .git directory (example with root access):

    apt-get install zutils
    zgrep -r "\.git" /var/log/nginx/


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: