We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002168e commit f17cbcbCopy full SHA for f17cbcb
README.md
@@ -16,7 +16,7 @@ This python script identifies websites with publicly accessible ```.git``` repos
16
It checks if the ```.git/HEAD``` file contains ```refs/heads```.
17
18
```
19
-$./gitfinder.py -h
+$ ./gitfinder.py -h
20
21
###########
22
# Finder is part of https://github.com/internetwache/GitTools
@@ -81,7 +81,7 @@ This script tries to recover incomplete git repositories:
81
### Usage
82
83
84
-./extractor.sh /tmp/mygitrepo /tmp/mygitrepodump
+$ ./extractor.sh /tmp/mygitrepo /tmp/mygitrepodump
85
86
where
87
- ```/tmp/mygitrepo``` contains a ```.git``` directory
@@ -99,7 +99,7 @@ Here's a small demo of the **Dumper** tool:
99
100
## Requirements
101
* git
102
-* python
+* Python 3+
103
* curl
104
* bash
105
* sed
0 commit comments