Skip to content

Commit eb7c96f

Browse files
authored
Added key benefits
1 parent 111bee3 commit eb7c96f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ A virtual host scanner that can pivot over hosts, detect catch-all scenarios, al
33

44
[![Python 3.2|3.6](https://img.shields.io/badge/python-3.2|3.6-green.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPL3-_red.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) [![Twitter](https://img.shields.io/badge/twitter-@____timk-blue.svg)](https://twitter.com/__timk) [![Twitter](https://img.shields.io/badge/twitter-@codingo__-blue.svg)](https://twitter.com/codingo_)
55

6+
## Key Benefits
7+
8+
* Quickly highlight unqiue content in catch-all scenarios
9+
* Locate the outliers in catch-all scenarios where results have dynamic content on the page (such as the time)
10+
* Identify aliases by tweaking the unique depth of matches
11+
* Wordlist supports standard words and a variable to input a base hostname (for e.g. dev.%s from the wordlist would be run as dev.BASE_HOST)
12+
* Work over HTTP and HTTPS
13+
* Ability to set the real port of the webserver to use in headers when pivoting through ssh/nc
14+
615
## Usage
716

817
| Argument | Description |

0 commit comments

Comments
 (0)