diff --git a/5.Privilege-Escalation/basic.md b/5.Privilege-Escalation/basic.md new file mode 100644 index 0000000..cbb84a2 --- /dev/null +++ b/5.Privilege-Escalation/basic.md @@ -0,0 +1,19 @@ +**Authors**: < [starkk242](https://github.com/starkk242) > + +---- + +# Basic Privilege Escalation + +The main criteria for performing a privesc is to find a vulnerability in the system. For Linux based os one can find most of the scripts from GTFO Bins(Links provided below). +GTFOBins is one of the appropriate site to get to know how and what to implement on a vulnerable system. + +# For Linux Systems +Steps :- +1. Get access to one of the low privilege user in the system +2. Check for any sudo enable tool +3. Check if the tools which has sudo privilege is available on GTFOBins +4. Try to run the script from GTFOBins + +# Links + +1. https://gtfobins.github.io/