OSCP (Offensive Security Certified Professional) Pass and Preparation - Tips and Tricks💡

A thread🧵

#oscp #CyberSecurity #infosec
1. [John J Hacking](johnjhacking.com/blog/the-oscp-…)
2. [0x4D31/awesome-oscp: A curated list of awesome OSCP resources (github.com)](github.com/0x4D31/awesome…)
3. [2021 OSCP Exam Preparation: Complete Overview | AT&T Cybersecurity | AT&T Cybersecurity (att.com)](cybersecurity.att.com/blogs/security…)
4. [How To Pass the OSCP – a Beginner Friendly Guide – KentoSec](kentosec.com/2019/10/09/how…)
5. [My OSCP Journey — A Review. This post describes the journey that I… | by Rana Khalil | Medium](ranakhalil101.medium.com/my-oscp-journe…)
6. [My OSCP Journey — 30–03–2020. OSCP Journey | by Sanyam Chawla | Medium](infosecsanyam.medium.com/my-oscp-journe…)
7. [OSCP 2020 Review — Passing in the #1 attemp being a newbie | by Ismael Rodríguez | Medium](ismaelr.medium.com/oscp-2020-revi…)
8. [Journey to OSCP 2020 {PWK}. This post will highlight my journey… | by MrNmap | Medium](medium.com/@nmappn/journe…)
9. [Try Harder: A Guide to “Smash and Grab” Your OSCP Certification — Part 1 | Medium](un4gi.medium.com/try-harder-a-g…)
10. [My OSCP Journey. Hello Everyone, | by Parteek Singh | Medium](medium.com/@parteeksingh0…)
11. [How to Pass OSCP » Hacking Lethani](hackinglethani.com/how-to-pass-os…)
12. [OSCP/OSCE/OSWP Review | Offensive Security (offensive-security.com)](offensive-security.com/offsec/oscp-os…)
13. [How I became an Offensive Security Certified Professional - Royal Jay](royaljay.com/security/how-i…)
14. [Offensive Security PWK course and OSCP exam review | sock_raw (sock-raw.org)](sock-raw.org/blog/oscp-revi…)
Congrats you have reached this far, wish you nothing but the best on your #oscp exams. Be sure to rt, like and follow me(@xtremepentest) for more linux, networking, security and python content

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Traw - Xtreme Pentesting

Traw - Xtreme Pentesting Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @xtremepentest

17 Nov
Basic Linux 🐧Commands📜 For Text Manipulation

A thread🧵

Hello everyone👋, Today I'll be doing a quick, easy to follow thread🧵 on basic Linux commands for text manipulation.
#infosec #cybersecurity #Linux Image
1. Echo🐧
The echo command is used to display line of text to the standard output(stdout). Image
2. Cat🐧
The cat command is used concatenate files and print their contents on the standard output. In other words it's just used to display the contents of a file. Image
Read 27 tweets
15 Nov
BEGINNER👦 LINUX PRIVILEGE 🔐ESCALATION⬆️
Abusing SUDO rights and popping r00t shells

A thread🧵
#infosec #CyberSecurity #bugbountytips Image
In this thread🧵, I will be discussing how you can pop a root shell by abusing SUDO rights misconfiguration and will be demonstrating this using this box: tryhackme.com/room/linuxpriv…
First things first, let’s start with theoretical concepts!!😄
What is SUDO👑?
Sudo (Superuser Do) - is a Unix and Linux based utility that gives users permissions to run commands at the `root` level (most powerful user).
Read 21 tweets
6 Oct
THIS IS LEARN HACKING PART 2🧑‍💻
/A thread🧵👇
There was part one be sure to check it out.


#cybersecurity #infosec #Security
4a) BEGINNER VIDEOS AND SOME INTERMIDIATE

- Corey Schafer (@CoreyMSchafer)- YouTube - youtube.com/c/Coreyms
- code with tim python (@TechWithTimm) - YouTube youtube.com/c/TechWithTim
Read 14 tweets
6 Oct
LEARN HACKING PART 1🧑‍💻

Do yourself a favour and learn to hack🐞.

You just have to START!🏁, you will be good in no time⏱️.

/ A mega thread🧵👇

Here are a few resources for you to get started.
#cybersecurity #CyberAttack #infosec #hacker
#CybersecurityAwarenessMonth
Also, please note that I'm not a professional hacker or pentester. I'm still learning to be, so these are the resources I have found useful along my journey.
THE FUNDAMENTALS SKILLS REQUIRED👇

1) Basic IT skills.👶🍼
If you are brand new to IT, I strongly recommend this course.
This is a FREE course by Professor Messer – professormesser.com/free-a-plus-tr…
Read 24 tweets
18 Aug
#Learn 📚 #Linux🐧:

A thread

Some useful Linux terminal keyboard shortcuts you should know to increase productivity. 👇

#CodeNewbie #coder #computer #code #java #100DaysOfCode #golang #privacy #css #javascript #html #linuxfan #linuxwindows #linuxmint #linuxubuntu #linuxtips
1) Working With Processes📈
Use the following shortcuts⌨️ to manage running🏃 processes.
#linuxfan #linuxwindows #linuxmint #linuxubuntu #linuxtips #linux #programming #hacking #coding #python #cybersecurity #hacker #kalilinux #programmer #technology #coder #100DaysOfCode
2) Controlling the Screen💻
The following shortcuts⌨️ allow you to control what appears on the screen.

#linuxfan #linuxwindows #linuxmint #linuxubuntu #linuxtips #programming #hacking #coding #python #cybersecurity #hacker #kalilinux #programmer #technology #100DaysOfCode
Read 10 tweets
16 Aug
#Learn 🧠🐍#python: Sometimes when programming in python they're situations when you want to copy the contents of an existing list into another. Python has several ways of achieving that. In this thread you will learn different ways of achieving that with the help of examples. Image
1) Using the equal (=) sign operator:
Using = operator you can copy the contents of an existing list onto another/new list. But there's a problem with this method which I will explain on the next section. Image
The problem with the above method is that if you modify the new copied_fruits list the original list (fruits) is modified too, this is because the copied list (copied_fruits) is referencing/ pointing to same fruits list in memory.
Read 17 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Thank you for your support!

Follow Us on Twitter!

:(