Attacks + Vulnerabilities
Last updated
Last updated
If a web application contains a .git directory, you can retrieve all its content using the command wget -r
http://web.com/.git
.
Afterward, you can examine the modifications by employing git diff
.