forked from codingo/Reconnoitre
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# reconnoitre | ||
A reconicense tool made for the OSCP labs to automate information gathering and service enumeration | ||
|
||
# Credit | ||
|
||
This tool is based heavily upon the work made public in Mike Czumak's (T_v3rn1x) OSCP review, found here: https://www.securitysift.com/offsec-pwb-oscp/ | ||
|
||
This also has considerable influence and code taken from Re4son's mix-recon which is also based upon Mike Czumak's original offering. The public repository for mix-recon can be found here: https://github.com/Re4son/mix-recon | ||
|
||
# Usage | ||
|
||
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. |