Git Code Repos Held to Ransom – Thousands Hacked

Many private Git repositories are at risk of being leaked to the public. Anonymous hackers have wiped the code and are demanding Bitcoin. Or else they’ll open-source it for you. And then everyone will be able to read your soopah-sekrit sores.
The post… Continue reading Git Code Repos Held to Ransom – Thousands Hacked

What could an attacker do on a server where Source Control Management (SCM) files are accessible?

I’m testing some servers with OpenVAS and I run into some SCM files that are remotely accessible:

.git/config
.git//info/exclude
.git/description
.git/HEAD that contains refs/heads/master

and

.git/refs/heads/master that … Continue reading What could an attacker do on a server where Source Control Management (SCM) files are accessible?

Easy Git Repository Summaries With Web-git-sum

For those hosting their own git repositories there are a number of solutions for creating convenient web-accessible front ends, but [mitxela] wasn’t quite satisfied with any of them. After trying a number of alternatives and reflecting on his requirements, he realized that all he really needed was a summary page …read more

Continue reading Easy Git Repository Summaries With Web-git-sum

Providing access to Git repo behind a Firewall using Certs/Keys for Authentication

We have a Git repo sitting behind a firewall. As I see it, there are two ways of authenticating/accessing the Git repo:

Add a Reverse HTTP Proxy in the DMZ that communicates with the Git repo. This will allow the user to ac… Continue reading Providing access to Git repo behind a Firewall using Certs/Keys for Authentication

Study: Most Home Routers Have Unpatched Vulnerabilities

A study performed by the non-profit American Consumer Institute (ACI) Center for Citizen Research revealed that the majority of home routers have tens of known vulnerabilities. For its research, the ACI used a scanner called Insignary Clarity, which c… Continue reading Study: Most Home Routers Have Unpatched Vulnerabilities