Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang authored Aug 31, 2018
1 parent 80a5d2e commit cee9c29
Showing 1 changed file with 27 additions and 16 deletions.
43 changes: 27 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHacker

Desciption :
#### Desciption:
```
This is a muti threads tool to detect whether a site has git source leaks,
and has the ability to download the site source to the local
Expand All @@ -13,21 +13,21 @@ you can be better To grasp the character and psychology of developers,
so as to lay the foundation for further code audit
```

Requirments
#### Requirments:
```
git >= 2.11.0 ??? (TODO : test min version)
git >= 2.11.0
python-requests
# now only support Linux, :D
Linux envrionment
```

Installation :
#### Installation:
```
pip install requests
git clone https://github.com/wangyihang/GitHacker.git
(Downlaod zip file directly from github is not validable, you must use 'git clone')
```

Usage :
#### Usage :
```
Usage :
python GitHacker.py [Website]
Expand All @@ -37,20 +37,31 @@ Author :
wangyihang <[email protected]>
```

Example :
#### Example:
```
python GitHacker.py http://127.0.0.1/.git/
```

TODO :
```
1. HTTPS
2. Find a better way than recursion
```
#### Video:
[![asciicast](https://asciinema.org/a/xgRmZ9dNvzhe3T2XRYDJe15Rj.png)](https://asciinema.org/a/xgRmZ9dNvzhe3T2XRYDJe15Rj)

Author :
#### Licsence
```
WangYihang <[email protected]>
If you have any questsion, please contact me by email
thank you for using :)
THE DRINKWARE LICENSE
<[email protected]> wrote this file. As long as
you retain this notice you can do whatever you want
with this stuff. If we meet some day, and you think
this stuff is worth it, you can buy me the following
drink(s) in return.
Red Bull
JDB
Coffee
Sprite
Cola
Harbin Beer
etc
Wang Yihang
```

0 comments on commit cee9c29

Please sign in to comment.