OSWE Review - Tips & Tricks (Offensive Security Web Expert)

  Рет қаралды 20,512

Hacksplained

Hacksplained

Күн бұрын

Пікірлер: 123
@Hacksplained
@Hacksplained 4 жыл бұрын
Ask more questions :) I am here to help!!
@klutch4198
@klutch4198 3 жыл бұрын
Oh I will be! Keep up the good work homie!
@somanathsshenoy
@somanathsshenoy 6 ай бұрын
1. If I purchase the 5400 $ yearly subscription, is this exam / course included? 2. Do I need prior coding experience!
@DavidAlvesWeb
@DavidAlvesWeb 3 жыл бұрын
Congratulations on getting the OSWE Pascal! And also great video! 👏🏻
@Hacksplained
@Hacksplained 3 жыл бұрын
Thank you!! 😁 Hope I could help a bit with it!
@ayodub
@ayodub 4 жыл бұрын
This channel is a hidden gem.
@Hacksplained
@Hacksplained 4 жыл бұрын
Thank you so much :) Spread the word!!
@alcololicu
@alcololicu 2 жыл бұрын
Thanks man! This really put some stress of my shoulders and motivated to go through with the exam. You're very clear in explanation. Also, 1 year late, congratulations.
@PR1V4TE
@PR1V4TE Жыл бұрын
Also I'm watching this 1 year later.
@0xmmn
@0xmmn Жыл бұрын
Just wanted to thank you for your positive energy. keep going dude
@InfiniteLogins
@InfiniteLogins 4 жыл бұрын
Thanks for the insights here. I'm debating whether or not I should tackle this cert once I finish my OSCP!
@Hacksplained
@Hacksplained 4 жыл бұрын
Absolutely, go for it :) This is an excellent certification for a cheap price. Overall, very well taught!
@TheWeightliftingTriathlete
@TheWeightliftingTriathlete 3 жыл бұрын
Great video, I am about to enter the OSWE. I did OSCP about 3 years ago but forgotten most of it. I also notice you have 9.99k Subscribers! So close to 10K
@Hacksplained
@Hacksplained 3 жыл бұрын
Thanks for the feedback 😇 Yeah, the 10k will come in today 🔥🔥
@ЮрійМинаш
@ЮрійМинаш 9 ай бұрын
I Waited for this video
@MrACG66
@MrACG66 3 жыл бұрын
Thanks that is very helpful!!
@Hacksplained
@Hacksplained 3 жыл бұрын
Thanks for the feedback 😇
@Unknownperson-wo5rh
@Unknownperson-wo5rh 4 жыл бұрын
congratulation for complete OSWE
@Hacksplained
@Hacksplained 4 жыл бұрын
Thank you very much :)
@MUJJUH
@MUJJUH 4 жыл бұрын
Hi, How much development background is required ? Did you do any prep work before starting labs ? And is doing crash course on each language before starting exam is sufficient ? Thanks for awesome video 👍
@Hacksplained
@Hacksplained 4 жыл бұрын
In my opinion no background is required at all. I don't have any development background other than writing little Python scripts and hacking tools. What helped me was setting up a couple of web apps of Github by myself. I used that to understand how different people code and how they structure their source. During the course, you will also be forced to read up a ton on a the programming languages in use. Don't worry too much about knowing everything. I literally googled something programming language related every 15 min during the exam.
@ahmedkaf5174
@ahmedkaf5174 2 жыл бұрын
DO you think after finishing the oswe it is better to start looking for a job with the oswe or it will be better if i used what i learnt in it in some bug bounties ?
@Hacksplained
@Hacksplained 2 жыл бұрын
You will most likely not use much of your OSWE knowledge during bug bounties, because the OSWE mainly focuses on source code analysis, whereas in bug bounty you usually don't have the source! Go and apply for a job! Good luck 😇
@SaadiBabar
@SaadiBabar 3 жыл бұрын
that was a good review... you've answered alot of questions... i have done oscp and now preparing for oswe... i have very less experience with .net and java... do we have to write code in .net and java?
@Hacksplained
@Hacksplained 3 жыл бұрын
It helps to be able to write tiny helper classes in e.g. JAVA which you are then calling out of Python. But no, you don't have to be an avid Java or .Net coder.
@BabyBalla3score
@BabyBalla3score 3 жыл бұрын
Do we need to write a listener for the exploits for reverse shell callbacks or can we just say along with our script that the user running needs to run their own listener like nc? Nice video btw. I just signed up for the course
@Hacksplained
@Hacksplained 3 жыл бұрын
nc is enough for you to test your exploit. The pdf guide will also walk you through that process. The exam is not bringing in any new elements. Hence, once you understand the pdf, you are also ready for the exam. Good luck on the course 💪🏼 have fun
@mcard6468
@mcard6468 3 жыл бұрын
Hello! Thanks for the video. I would like to ask you about for how long you have been preparing for the exam and if you think that with 3 months plan it's enough. Thanks!
@Hacksplained
@Hacksplained 3 жыл бұрын
I took quite some time to finish the entire labs. After that, I guess I have invested another 2 months study. 3 months studying for the exam with proper base knowledge should be enough though :)
@mauriciomatias6261
@mauriciomatias6261 2 жыл бұрын
thank you so much!
@Hacksplained
@Hacksplained 2 жыл бұрын
You're welcome!
@lIlIllll1
@lIlIllll1 3 жыл бұрын
Whats more marketable in todays time, Infrastructure pentesting (networks) or web app pentesting? Both?
@Hacksplained
@Hacksplained 3 жыл бұрын
I would not say one or the other. Both is needed. However, I personally think that web app has a slight edge over the other.
@lIlIllll1
@lIlIllll1 3 жыл бұрын
@@Hacksplained thank you for answering :)
@Hacksplained
@Hacksplained 3 жыл бұрын
@@lIlIllll1 Of course :)
@collisdunwoody760
@collisdunwoody760 3 жыл бұрын
Thanks for the video! It was very informative! I have a question about how you reviewed the source code of the vulnerable applications. So currently I'm using SSH to connect to the target machines and once I'm inside, I'm using the normal "grep" and "cat" commands to find an view files of the code. I heard you mention using VS CODE. How are you implementing this? Are you installing it onto the vulnerable target machines and then reviewing the code there?
@Hacksplained
@Hacksplained 3 жыл бұрын
Nope, first of all, the vulnerable machines already had VScode installed. If not, you can just install it. But I had it installed on my local machine and used remote debugging. Look up VScode remote debugging on Google. There's lots of information how that works. Just make sure to get comfortable with the setup prior to the exam as this sometimes is a little tricky. Also the course PDF talks about it if I remember correctly.
@collisdunwoody760
@collisdunwoody760 3 жыл бұрын
@@Hacksplained Thank you!
@d4kuhosu
@d4kuhosu 2 жыл бұрын
VSCode has "Remote Explorer" feature which you can connect it to your target via SSH (if you're working from your host)
@im_wander
@im_wander Жыл бұрын
Whats your take on skipping the OSWA & straight to the OSWE
@josephhenkel5589
@josephhenkel5589 4 жыл бұрын
Any advice for using debug print statements when reviewing source code? I know it’s mentioned in the OSWE in terms of using it. I haven’t found much for resources on how to do it effectively or at all.
@Hacksplained
@Hacksplained 4 жыл бұрын
I just sometimes use them to print the value of a specific parameter. This is often times faster than constantly debugging the code for the same. Do you have anything more specific regarding debug statements that you are wondering about?
@josephhenkel5589
@josephhenkel5589 4 жыл бұрын
I think I understand what you mean. Still could see value of you showing that. Maybe if you have other tips that come along with it.
@alexd.a.7917
@alexd.a.7917 3 жыл бұрын
Hi. Congrats. I have a couple of questions. 1. How much experience (in your opinion) should a person have in dev background and in pen test background in order to successfully pass the exam? 2. Are you allowed to google stuff while taking the exam? Thanks.
@Hacksplained
@Hacksplained 3 жыл бұрын
Hey :) 1. I am not a DEV. Programming language know-how is helpful as with everything else in this world but it's not a must to start this course. 2. Absolutely :) hahah But still make sure to have your scripts ready during the exam. The PDF contains a ton of knowledge. Make the scripts re-usable and have them ready!!
@100pingissues
@100pingissues 4 жыл бұрын
Hi bro, great video. When you said there wont be anything in the exam that isnt taught, does that mean there may be variations of the same exploits or no? Such as binary deserializations
@Hacksplained
@Hacksplained 4 жыл бұрын
Yeap. So all the vulnerablities that show up in the exam have been talked about as well in the PDF. Obviously the way to exploit them is going to vary a bit (different web app, different params, different code), but you should be ready to find the flaw once you have fully understood the PDF.
@elmi108
@elmi108 2 жыл бұрын
@@Hacksplained Hello thanks you for your time I will buy Learn Fundamentals option which is 799 how they teach is it based on pdf or videos ?
@elsakkatech1755
@elsakkatech1755 2 жыл бұрын
What is needed before starting the course
@sagarsubedi
@sagarsubedi 3 жыл бұрын
Have you done Pentester Lab Pro? If yes, here's a questions. If I really wanna learn advanced web pentesting stuff, do you think I should go for OSWE or buy pro at Pentesterlab, assuming money isn't a problem. Which one has better content, is what I really wanna know. Thank you. Edit: Has the knowledge gained from OSWE helped you look for bugs in sites and get paid? How does the knowledge help you actually?
@Hacksplained
@Hacksplained 3 жыл бұрын
Hey there, I have been doing both in the past yeap. You cannot compare them in my opinion. Pentesterlab Pro is probably giving you more insights into a broader spectrum of vulnerabilities. With that, you have more knowledge for bug bounty programs. They are both great though. OSWE is a little more helpful if you want to find a job in a country where they are really caring about certificates. The knowledge has helped me to understand the technical details of web apps and with that you have an easier time searching for vulnerabilities.
@im_wander
@im_wander Жыл бұрын
@@Hacksplained Thank you, what is the probability of securing a job right after i have completed the OSWE certification?
@higswat
@higswat 3 жыл бұрын
Thanks for the video....I have two questions...I just finished OSCP and was thinking of doing this OSWE but at what level would you say your programing skills should be in? Like do I need to be able to code as a developer to be able to pass OSWE or is "basic knowledge" enough? Second question: Would you say that the lab environmet you get is a good practise to pass the exam or do you end up using third parties platforms like maybe HTB DMWA or juice-shop alot?
@Hacksplained
@Hacksplained 3 жыл бұрын
Basic programming know how was enough. I don't code in any of the languages that are part of the cert. The PDF teaches you all you need to know. I didn't even finish all the boxes in time. Hence, I was also not doing anything on HTB, THM, etc :)
@higswat
@higswat 3 жыл бұрын
@@Hacksplained Thx for reply :)
@tayyabqadir
@tayyabqadir 2 жыл бұрын
can we take help from our own material during exam.? can we look back to our related video during exam ? can we use our script provided for OSWE labs ?
@YeahBrah_kicked_my_dog
@YeahBrah_kicked_my_dog 4 жыл бұрын
How'd you find your exam matched up with the lab machines; did you find the lab a good representation of what to expect?
@Hacksplained
@Hacksplained 4 жыл бұрын
Absolutely, the exam was in no way harder than the lab machines. If you manage to do the extra miles by yourself without cheating, then you definitely have enough skills to pass the exam.
@pablonavarro6263
@pablonavarro6263 3 жыл бұрын
hi great video, do you believe that with the content you learned you can get started with web app bug bounties?
@Hacksplained
@Hacksplained 3 жыл бұрын
Well you definitely can make use of that knowledge but for bug bounties, I would rather recommend portswiggers web app academy. Go through one lab after another and try it against real targets using Intigriti.
@saivenkatmaheshwaram9868
@saivenkatmaheshwaram9868 2 жыл бұрын
I don't have programming knowledge skills, I am understand little bit of java and python, should I learn all programming languages or can I stick to any programming language and in depth of that programming language, one more doubt how many months to complete all programming languages
@神-n3v3x
@神-n3v3x 3 жыл бұрын
How do we trigger xss on the exam machine? I think we can trigger xss on the debug machine, but I'm not sure how to trigger xss on the exam machine
@Hacksplained
@Hacksplained 3 жыл бұрын
Do you mean simulating a victim who falls for your payload? If that is needed, it will be available. You also can browse the exam machine. You only can't ssh or rdp to it.
@herbertwilliam1281
@herbertwilliam1281 3 жыл бұрын
Which certifications focused on web vulnerabilities do you think that worth it?
@Hacksplained
@Hacksplained 3 жыл бұрын
I really liked the OSWE. I personally don't have another web app vuln one, but I have heard good things about the INE certs.
@神-n3v3x
@神-n3v3x 3 жыл бұрын
If we are not allow to copy application files to kali, how can we remote debug? In the pdf, we copy application folder to kali then edit launch.json and remote debug using vscode...
@Hacksplained
@Hacksplained 3 жыл бұрын
I have used the vscode ssh extension for that. There are also run configs available which only need to be slightly adapted.
@神-n3v3x
@神-n3v3x 3 жыл бұрын
@@Hacksplained ah! I got it Thanks so much
@Daniel2005D
@Daniel2005D 2 жыл бұрын
Can i use Google during exam? How many time use every day to prepare the exam?
@ziadahmed2071
@ziadahmed2071 2 жыл бұрын
Will the oswe help me in white box bug bounty hunting ?
@Hacksplained
@Hacksplained 2 жыл бұрын
Yes, that's pretty much what the OSWE is all about!
@oreli0101
@oreli0101 2 жыл бұрын
Thanks
@cybermatrixtech1784
@cybermatrixtech1784 2 жыл бұрын
how many machines do u have to break in the exam
@dmaloney1095
@dmaloney1095 3 жыл бұрын
Good stuff here
@Hacksplained
@Hacksplained 3 жыл бұрын
Cheers :)
@testingacc9088
@testingacc9088 3 жыл бұрын
Thanks for sharing, i want to get oswe . is the oswe same as oscp ? in my mind oswe is source code review to get shell and doing priv esc? is that correct ?
@Hacksplained
@Hacksplained 3 жыл бұрын
Hey there :) No, they are definitely not the same. You can find all differences over here: www.offensive-security.com/courses-and-certifications/ But yeah, OSWE is definitely very source code review heavy!
@yeejeff9861
@yeejeff9861 3 жыл бұрын
I am from China.Does the videos Offensive Security provided has subtitle?Thanks.
@Hacksplained
@Hacksplained 3 жыл бұрын
English ones for sure. Don't kno about others right now.
@ziadahmed2071
@ziadahmed2071 2 жыл бұрын
Do i need to know how to write every script in the course or just i have to understand it ?
@Hacksplained
@Hacksplained 2 жыл бұрын
You will have to script your own exploits, so yes, you should have a good understanding. If you can script all the exploits in the course book, you are fine!
@danishbhat1536
@danishbhat1536 3 жыл бұрын
Which one is better oscp or oswe??
@Hacksplained
@Hacksplained 3 жыл бұрын
Depends on what you want to learn. Network hacking - OSCP; Source Code Review - OSWE. They are both good and worth their money!
@georgesotiriadis2763
@georgesotiriadis2763 3 жыл бұрын
why do you think that happens? i got inteviewd by a company and they ask me both ad pentesting and web app but was like they cared more about the web app pentesting. What is your thoughts is the price worth it vs the ewapt from ine?
@Hacksplained
@Hacksplained 3 жыл бұрын
Was it a consultancy company doing pentests for clients? If yes, easy, most clients wanna have their web apps tested for compliancy reason. If you are signing up for an internal security team, it might look completely different.
@georgesotiriadis2763
@georgesotiriadis2763 3 жыл бұрын
@@Hacksplained they tested me in both web app knowledge and internal it was a security consultant junior position. They also tested my knowledge live in there virtual environment which was so stressfull
@Hacksplained
@Hacksplained 3 жыл бұрын
@@georgesotiriadis2763 i can imagine. Interviews can be tough and terrible if done wrongly. What was the outcome?
@georgesotiriadis2763
@georgesotiriadis2763 3 жыл бұрын
@@Hacksplained I didn't get the job and they said me to do more hsckthebox and level up .my web app skills
@Hacksplained
@Hacksplained 3 жыл бұрын
@@georgesotiriadis2763 sorry to hear 😬 but yeah, definitely go for more of those labs and you'll a good gig in no time 🔥
@aidenpearce5724
@aidenpearce5724 3 жыл бұрын
Do we allowed to use ide like vscode to read the source code ?
@Hacksplained
@Hacksplained 3 жыл бұрын
Of course 😇 would be terrible otherwise
@raghulmanikandan
@raghulmanikandan 3 жыл бұрын
Which OS do you suggest for OSWE? KALI or Windows? BTW congrats on passing OSWE
@Hacksplained
@Hacksplained 3 жыл бұрын
OS does not matter at all. Whatever you are feeling more comfortable with. If you e.g. need any tool that only exists on Linux, you can e.g. always use the Linux subsystem for Windows in case you are a Windows user.
@ziadahmedabdelfatah8830
@ziadahmedabdelfatah8830 2 жыл бұрын
what websites do you recommend for open source bug bounties ?
@Hacksplained
@Hacksplained 2 жыл бұрын
The best bug bounty platform is Intigriti but in general very little programs share source code! But you might be interested in hackerone.com/ibb
@神-n3v3x
@神-n3v3x 3 жыл бұрын
Hello On the even, do I need to remote debug for Java?
@Hacksplained
@Hacksplained 3 жыл бұрын
Not necessarily. You can connect to the debug machine via xrdp and debug the code there. Also check out vscode's Remote - SSH extension which is quite handy 😊
@神-n3v3x
@神-n3v3x 3 жыл бұрын
@@Hacksplained Thanks! I will check vscode remote ssh extension!
@lukeastorw
@lukeastorw 3 жыл бұрын
oscp best for india ? what you think bro..
@Hacksplained
@Hacksplained 3 жыл бұрын
Depends on the job you want to land and where
@lukeastorw
@lukeastorw 3 жыл бұрын
@@Hacksplained Thanx 😊
@hughhefner4774
@hughhefner4774 3 жыл бұрын
Could you list some machines similar to the exam
@Hacksplained
@Hacksplained 3 жыл бұрын
I cannot give away too much about the exam, but if you manage to complete all the ones out of the PDF, you are all set :)
@superhero1
@superhero1 4 жыл бұрын
Hi Pascal 👋🙋
@Hacksplained
@Hacksplained 4 жыл бұрын
Hi Sebastian :D
@armwrestlingjourney7408
@armwrestlingjourney7408 3 жыл бұрын
WILL I GET A JOB AFTER AFTER CLEARING OSWE?
@Hacksplained
@Hacksplained 3 жыл бұрын
You will most likely have an easier job to pass HR. However, you'd still have to go through multiple interview rounds at a good company. I have another video with typical interview questions which you can use to prepare. If you master all that, you should end up having a job! Good luck on your journey 🔥
@armwrestlingjourney7408
@armwrestlingjourney7408 3 жыл бұрын
@@Hacksplained WOW THAT WAS FAST.. THANK YOUU FOR YOUR REPLY ❤️
@Hacksplained
@Hacksplained 3 жыл бұрын
@@armwrestlingjourney7408 you are welcome 🤙🏼
@iakashx
@iakashx 4 жыл бұрын
Thank you Pascal for this video. I am preparing for OSCP. I am practicing in TryHackMe and HackTheBox. Will you do OSCP after this.??? How much time you took to prepare yourself before enrolling into AWAE.?? Where did you practice for AWAE..??
@Hacksplained
@Hacksplained 4 жыл бұрын
You are welcome :) No, the OSCP is more infrastructure hacking based. I am also having a SANS GPEN certification, which is similar to the OSCP. But no, I am not going to get OSCP certified. I did not take any time to prepare before enrolling. I enrolled, did all the boxes and then asked myself what I was still missing. In the meantime, my lab access was already gone. So, I stated using different materials to learn a bit more like Portswiggers web app sec academy or Pentesterlab.
@nym4960
@nym4960 3 жыл бұрын
Is the OSCP recommended to take before the OSWE?
@Hacksplained
@Hacksplained 3 жыл бұрын
People have different opinions here, but I say no. They teach completely different topics. Look at the syllabus of both courses and take the one that sparks your interest more!
@nym4960
@nym4960 3 жыл бұрын
@@Hacksplained Thanks!
@technoguys4216
@technoguys4216 4 жыл бұрын
bro 403 in subdomain how can i explote it plzz reply
@Hacksplained
@Hacksplained 4 жыл бұрын
There is no single answer for that my friend. Depends on so many different aspects.
@yashkumar-ft8mg
@yashkumar-ft8mg 5 ай бұрын
I didn't know Magnus Carlsen is into Cyber Security
@tayyabqadir
@tayyabqadir 2 жыл бұрын
and can we listen Songs During Exam 😂
@Hacksplained
@Hacksplained 2 жыл бұрын
of course :)
The Only OSWE Review You Need...
19:42
Tadi
Рет қаралды 7 М.
Offensive Security Web Expert (OSWE) - Journey & Review
31:16
Wise Fox Security
Рет қаралды 10 М.
Wednesday VS Enid: Who is The Best Mommy? #shorts
0:14
Troom Oki Toki
Рет қаралды 50 МЛН
GIANT Gummy Worm #shorts
0:42
Mr DegrEE
Рет қаралды 152 МЛН
«Жат бауыр» телехикаясы І 26-бөлім
52:18
Qazaqstan TV / Қазақстан Ұлттық Арнасы
Рет қаралды 434 М.
I legally defaced this website.
25:48
thehackerish
Рет қаралды 532 М.
OSCP ⚔️ CPTS
19:46
PinkDraconian
Рет қаралды 41 М.
OSEP - Offensive Security Experienced Penetration Tester (REVIEW)
31:59
Where to start with exploit development
13:59
David Bombal Clips
Рет қаралды 18 М.
AWAE/OSWE For Humans with Reando Veshi
17:22
Cobalt
Рет қаралды 1,7 М.
The Ins and Outs of Bug Bounties
14:12
The Cyber Mentor
Рет қаралды 118 М.
The Motivational Advice You Never Asked For (Bug Bounty Style)
3:36
So Hack The Box Made a Web Cert?
8:50
John Hammond
Рет қаралды 34 М.
Wednesday VS Enid: Who is The Best Mommy? #shorts
0:14
Troom Oki Toki
Рет қаралды 50 МЛН