Skip to content

Commit f7c4041

Browse files
author
Michael Skelton
committed
Add install instructions
1 parent 0191e63 commit f7c4041

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ Contributions are more than welcome!
99

1010
This tool is based heavily upon the work made public in Mike Czumak's (T_v3rn1x) OSCP review ([link](https://www.securitysift.com/offsec-pwb-oscp/)) along with considerable influence and code taken from Re4son's mix-recon ([link](https://whitedome.com.au/re4son/category/re4son/oscpnotes/)). Virtual host scanning is originally adapted from teknogeek's work which is heavily influenced by jobertabma's virtual host discovery script ([link](https://github.com/jobertabma/virtual-host-discovery)). Further Virtual Host scanning code has been adapted from a project by Tim Kent and I, available here ([link](https://github.com/codingo/VHostScan)).
1111

12+
# Installation
13+
To install Reconnoitre first make a local copy of the repository by performing the following where you wish it to be located:
14+
15+
```
16+
git clone https://github.com/codingo/Reconnoitre.git
17+
```
18+
After you have done this run setup.py with the following:
19+
```
20+
python setup.py install
21+
```
22+
23+
After setup has run Reconnoitre will now be in your path (as reconnoitre) and you can launch it anywhere using:
24+
```
25+
reconnoitre <args>
26+
```
27+
1228
# Usage
1329

1430
This tool can be used and copied for personal use freely however attribution and credit should be offered to Mike Czumak who originally started the process of automating this work.

0 commit comments

Comments
 (0)