You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-5
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
# GitTools
6
6
7
-
This repository contains three small python/bash scripts used for the Git research. [Read about it here](http://en.internetwache.org/dont-publicly-expose-git-or-how-we-downloaded-your-websites-sourcecode-an-analysis-of-alexas-1m-28-07-2015/)
7
+
This repository contains three small python/bash scripts used for the Git research. [Read about it here](https://en.internetwache.org/dont-publicly-expose-git-or-how-we-downloaded-your-websites-sourcecode-an-analysis-of-alexas-1m-28-07-2015/)
8
8
9
9
## Finder
10
10
@@ -16,7 +16,17 @@ This python script identifies websites with publicly accessible ```.git``` repos
16
16
It checks if the ```.git/HEAD``` file contains ```refs/heads```.
17
17
18
18
```
19
-
./gitfinder.py -h
19
+
$./gitfinder.py -h
20
+
21
+
###########
22
+
# Finder is part of https://github.com/internetwache/GitTools
23
+
#
24
+
# Developed and maintained by @gehaxelt from @internetwache
25
+
#
26
+
# Use at your own risk. Usage might be illegal in certain circumstances.
0 commit comments