Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Den1al committed Oct 22, 2018
1 parent db89642 commit 2fc1e87
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
## About
Based on the [original Poc](https://github.com/lcashdol/Exploits/tree/master/CVE-2018-9206).

## Usage

```
usage: run.py [-h] [-p PREFIX] [-u USER_AGENT] host
CVE-2018-9206 PoC
positional arguments:
host the host to check
optional arguments:
-h, --help show this help message and exit
-p PREFIX, --prefix PREFIX
The prefix for the path
-u USER_AGENT, --user-agent USER_AGENT
The user agent to send the requests with
```

## Authors
[Larry Cashdollar](https://twitter.com/_larry0)

Expand Down
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


def parse_args():
parser = ArgumentParser(description='CVE-2018-9206')
parser = ArgumentParser(description='CVE-2018-9206 PoC')
parser.add_argument('host', help='the host to check')
parser.add_argument(
'-p', '--prefix', help='The prefix for the path',
Expand Down

0 comments on commit 2fc1e87

Please sign in to comment.