mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-10 10:49:02 +00:00
Create CONTRIBUTING.md
This commit is contained in:
18
CONTRIBUTING.md
Normal file
18
CONTRIBUTING.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Contributing to this repository
|
||||||
|
|
||||||
|
## Making Suggestions
|
||||||
|
If you wan tto make a suggestion for linpeas or winpeas please use **[github issues](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/issues)**
|
||||||
|
|
||||||
|
## Searching for files with sensitive information
|
||||||
|
From the PEASS-ng release **winpeas and linpeas are auto-built** and will search for files containing sensitive information specified in the **[sesitive_files.yaml](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/blob/master/build_lists/sensitive_files.yaml)** file.
|
||||||
|
|
||||||
|
If you want to **contribute adding the search of new files that can contain sensitive information**, please, just update **[sesitive_files.yaml](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/blob/master/build_lists/sensitive_files.yaml)** and create a **PR to master** (*linpeas and winpeas will be auto-built in this PR*).
|
||||||
|
Also, in the comments of this PR, put links to pages where and example of the file containing sensitive information can be foud.
|
||||||
|
|
||||||
|
## Specific LinPEAS additions
|
||||||
|
From the PEASS-ng release **linpeas is auto-build from [linpeas_base.sh](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite/blob/master/linPEAS/builder/linpeas_base.sh)**. Therefore, if you want to contribute adding any new check for linpeas/macpeas, please **add it in this file and create a PR to master**.
|
||||||
|
The new linpeas.sh script will be auto-generated in the PR.
|
||||||
|
|
||||||
|
## Specific WinPEAS additions
|
||||||
|
Just modify winpeas and create a PR to master.
|
||||||
|
The new winpeas binaries will be auto-generated in the PR.
|
||||||
Reference in New Issue
Block a user