-
Notifications
You must be signed in to change notification settings - Fork 0
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
21 additions
and
1 deletion.
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 +1,21 @@ | ||
# WinEnumStuff | ||
 | ||
|
||
## Description | ||
**The Prober** aims to be an all-in-one enumeration tool, like the Pea but potentially cooler. | ||
|
||
## Usage | ||
|
||
### Parameters | ||
|
||
- **SaveLocation**: Specifies the directory where results will be saved. Defaults to the current directory if not specified. | ||
- **NoConfig**: Switch to disable the creation of the configuration file. | ||
- **Version**: Displays the script version information. | ||
|
||
### Examples | ||
|
||
```powershell | ||
.\pr0ber.ps1 -SaveLocation "C:\Scans" -NoConfig | ||
``` | ||
Captures a variety of system information, saving results to the specified folder in separate files for each test and encodes the full output to B64 to easily get it off the box. | ||
|
||
**Legal Disclaimer**: Don't be a dick. Only use this if you are legally allowed to do so. |