So I'm seeing a lot of malicious traffic after
having installed Hotjar [webmasterworld.com] on my site. Most traffic is looking for random vulnerabilities (which they won't find since everything on my server, including Wordpress and all its plugins are up to date). But I also see
a lot of single hits on ".git/config":
GET /common/.git/config HTTP/1.1
GET /aomanalyzer/.git/config HTTP/1.1
GET /.git/config HTTP/1.1
which all result in 404 not found because I don't have anything like that on my server.
But why are they requesting that file? What's so special about it?