From 5237ca8c0f814fee82e4ff9132ce325f632ddeca Mon Sep 17 00:00:00 2001 From: Bimal Singh Date: Tue, 27 Oct 2020 23:55:01 +0530 Subject: [PATCH] Create basic.md --- 5.Privilege-Escalation/basic.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 5.Privilege-Escalation/basic.md 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/