Skip to content

Commit

Permalink
Merge pull request #5 from JsemJednorozec/md-patch
Browse files Browse the repository at this point in the history
Fixed markdown
  • Loading branch information
JohnHammond committed Dec 19, 2018
2 parents 3f12612 + 0b13f32 commit 5e9be58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -506,7 +506,7 @@ Web

* `/.git/`

A classic CTF challenge is to leave a `git` repository live and available on a website. You can see this with `nmap -A` (or whatever specific script catches it) and just by trying to view that specific folder, `/.git/`. A good command-line tool for this is [`GitDumper.sh`][https://github.com/internetwache/GitTools], or just simply using [`wget`][wget].
A classic CTF challenge is to leave a `git` repository live and available on a website. You can see this with `nmap -A` (or whatever specific script catches it) and just by trying to view that specific folder, `/.git/`. A good command-line tool for this is [`GitDumper.sh`](https://github.com/internetwache/GitTools), or just simply using [`wget`][wget].

* [`GitDumper.sh`][GitDumper.sh]

Expand Down Expand Up @@ -551,11 +551,11 @@ print scraper.get(url).content

* Cookie Catcher

* [`requestb.in`][https://requestb.in/]
* [`requestb.in`](https://requestb.in/)

A free tool and online end-point that can be used to catch HTTP requests. Typically these are controlled and set by finding a [XSS] vulnerabilty.

* [`hookbin.com`][https://hookbin.com/]
* [`hookbin.com`](https://hookbin.com/)

A free tool and online end-point that can be used to catch HTTP requests. Typically these are controlled and set by finding a [XSS] vulnerabilty.

Expand Down Expand Up @@ -849,3 +849,4 @@ sudo apt install -y caca-utils
[StegCracker]: https://github.com/Paradoxis/StegCracker
[Base41]: https://github.com/sveljko/base41/blob/master/python/base41.py
[Base65535]: https://github.com/qntm/base65536
[Easy Python Decompiler]: https://github.com/aliansi/Easy-Python-Decompiler-v1.3.2

0 comments on commit 5e9be58

Please sign in to comment.