Laravel CVE / PHP Deserialization - "Larablog" HTB Business CTF

  Рет қаралды 43,924

John Hammond

John Hammond

Күн бұрын

If you would like to support the channel and I, check out Kite! Kite is a coding assistant that helps you code faster, on any IDE offer smart completions and documentation. www.kite.com/g... (disclaimer, affiliate link)
For more content, subscribe on Twitch! / johnhammond010
If you would like to support me, please like, comment & subscribe, and check me out on Patreon: / johnhammond010
PayPal: paypal.me/john...
E-mail: johnhammond010@gmail.com
Discord: johnhammond.or...
Twitter: / _johnhammond
GitHub: github.com/Joh...

Пікірлер: 59
@flaxeneel2905
@flaxeneel2905 3 жыл бұрын
wow that was fun to watch, i honestly didn't know about that nginx misconfig. uhhh time to go recheck all of my configs coz thats pretty scary
@helmchen1239
@helmchen1239 2 жыл бұрын
that's exactly what i did while listening to the rest of the video, even though i was pretty sure i didn't use aliases - better safe then sorry right :D
@Operaatoors
@Operaatoors 3 жыл бұрын
I’ve always been no trailing slash guy, but now I am thinking going to be always tailing slash guy
@MartinKrisell
@MartinKrisell 2 жыл бұрын
A small clarification - the .env file is gitignored because different environments uses different .env values, and to keep this away from source control, but not because we want to exclude/hide it from a production environment. Of course, there are also other ways to set environment variables in a production runtime.
@theDeparted480
@theDeparted480 4 ай бұрын
its mind blowing to see so many chrome tabs open at the same time🤣
@amraljaifi8792
@amraljaifi8792 Жыл бұрын
Thank you so much 🥰🥰🥰
@masterjiggle5728
@masterjiggle5728 3 жыл бұрын
Damn man... Its so awesome to watch you do this.. Keep it up
@vivekchoudhary8745
@vivekchoudhary8745 3 жыл бұрын
FYI, Azure VMs are not "pingable", Microsoft for some reason removed this feature from Azure VMs
@justgiz
@justgiz 3 жыл бұрын
I had no idea what was going on until the last few moments. No idea what Capture the Flag had to do with Laravel. But you're actually playing Capture the Flag. Interesting.
@SumanRoy.official
@SumanRoy.official 3 жыл бұрын
Hi John, just need some knowledge that I am trying to figuring out recently, currently I am fiddling around with Java, and interesting thing I found about it was that Windows 10 does not check for Code Sigining of a Jar file but if I deploy a simple hello world written in C/C++, exe file on a different computer it detects it as a malacious file and does not let user to run it. What are the edge cases that will prevent someone from writting a Java based virus or a ransomware to go undetected by a security endpoint given the fact writing obfuscate code to prevent behavioural analysis by security.
@MattMcT
@MattMcT 3 жыл бұрын
John… lovely work as always dude! Cheers! [checks path mods]
@JNET_Reloaded
@JNET_Reloaded 3 жыл бұрын
Interesting, any other / exploits we should know about to path our systems?
@jsz4937
@jsz4937 3 жыл бұрын
kuuuurwa
@Nature08405
@Nature08405 3 жыл бұрын
Thanks so much Amazing content ^^
@DcWHaT07
@DcWHaT07 3 жыл бұрын
Wow John your amazing!! Thank you for all the amazing how-tos! I’m curious how long did this take you to do? Your real time, keep it up. God bless.
@MatteoGariglio
@MatteoGariglio 3 жыл бұрын
I am not super familiar with command line: what does "cat /tmp/f | sh -1 2>&1" actually do? Thanks John, your videos are really awesome!
@HMUP7
@HMUP7 3 жыл бұрын
the output of /tmp/f is being piped to or run by sh
@somebodystealsmyname
@somebodystealsmyname 3 жыл бұрын
It's trick with named pipes (mkfifo). With some redirection magic you get an executable to be passed over nc. It's often used for reverse shells because /dev/tcp is a Bash only feature and nc -e is often disabled due to obvious reasons.
@Car777777777
@Car777777777 3 жыл бұрын
great wholesom video
@MrRobotUy
@MrRobotUy 3 жыл бұрын
👏🏻👏🏻👏🏻 Awesome!
@ca7986
@ca7986 3 жыл бұрын
❤️
@cesaredwuardsperezrobles5458
@cesaredwuardsperezrobles5458 3 жыл бұрын
That was hot
@phoenixzeu
@phoenixzeu 3 жыл бұрын
Hey John, can you do Etituber? I'm curious about the XXE payload...
@sandra8139
@sandra8139 2 жыл бұрын
I am posting all the information of identity thefts scammers as I am building myself to be unstoppable success of my own
@tylerlwsmith
@tylerlwsmith 3 жыл бұрын
Laravel 😍😍😍
@dareenoch6880
@dareenoch6880 3 жыл бұрын
What's the cookies plugins, John?
@fachruzi.ramadhan
@fachruzi.ramadhan 3 жыл бұрын
He used CookieManager - Cookie Editor
@estebmun9462
@estebmun9462 3 жыл бұрын
Amazingg videoo !!
@quangvo4563
@quangvo4563 3 жыл бұрын
Hey John. I wonder if i can solve these challenges after the ctf is over ?. I want to practice on my own
@SinusQuell_
@SinusQuell_ 3 жыл бұрын
nice one
@Chezt
@Chezt 3 жыл бұрын
That ngix misconfig is scary
@comdeyoverflow2414
@comdeyoverflow2414 3 жыл бұрын
Hey John, I notice that you always solve more web challenge in HTB Business CTF. I think that your channel root is reversing or crypto. Can i know the reason?😊
@_JohnHammond
@_JohnHammond 3 жыл бұрын
I have a challenge from the reversing category and two from the cryptography category recorded and ready -- I have just been uploading Web first 🙂 Granted, I like web stuff 😜
@comdeyoverflow2414
@comdeyoverflow2414 3 жыл бұрын
@@_JohnHammond I like Web Stuff too.
@yoshi5113
@yoshi5113 3 жыл бұрын
I think, Web hacking is a good start for learn hacking 😁
@zeepranabesh911
@zeepranabesh911 3 жыл бұрын
Sir, I want to build a booking website using php, html and css. If I don't learn javascript is it possible to make it
@JanBebendorf
@JanBebendorf 3 жыл бұрын
It's possible without javascript but it will completely suck. If you actually know php already, adapting to other languages should be no big problem. If you can't adapt you probably didn't actually understand the key concepts yet and you should dive into the very basics of DSA first.
@LasseRafnDk
@LasseRafnDk 3 жыл бұрын
Bottomline: deny ANY file/directory starting with a dot from being accessed publicly.
@jmjl2
@jmjl2 3 жыл бұрын
.well-known is the only exception to that rule.
@sihmy9870
@sihmy9870 3 жыл бұрын
Test CVE-2021-36934 Serious SAM and Hive-Nightmare
@raghavendrans9667
@raghavendrans9667 3 жыл бұрын
Can you do a video of Pegasus spyware how it works and how to protect from it
@alikhatab1009
@alikhatab1009 3 жыл бұрын
When you get access to .env you have access to the db name user + password I think you could just try that for to ssh to the server
@2penry2
@2penry2 3 жыл бұрын
could you access the .env file? *EDIT* lol I was way too impatient.
@leosnavratil3821
@leosnavratil3821 2 жыл бұрын
What version of Xubuntu does the VM have?
@MikeStratton
@MikeStratton 3 жыл бұрын
I will no longer sleep at night.
@JanBebendorf
@JanBebendorf 3 жыл бұрын
What about simply reading /assets../.env? If that doesn't work, because we are speaking of php developers, there is always at least one route that can be easily forced into a 500 to get the debug screen and read the entire configuration from there.
@mrmarker98
@mrmarker98 3 жыл бұрын
Pog? Pog? Being early-ish?
@Infamous159
@Infamous159 3 жыл бұрын
I didnt know seth rogan had a twin brother who is a hacker
@ichhabahnung
@ichhabahnung 3 жыл бұрын
I'm sry, I found you a few weeks ago, and love the content, but I just have to say it. God: 'how many frackles do you want" John: "yes" XD love you! Keep it up!
@mohdrizwan3676
@mohdrizwan3676 2 жыл бұрын
Sir please give your picoCTF class code
@xronnet
@xronnet 3 жыл бұрын
you do not need to close the `?>` in php files
@varadvithalkj1716
@varadvithalkj1716 3 жыл бұрын
all it took was a simply missing '/'
@ElectroBytes-SS
@ElectroBytes-SS 3 жыл бұрын
Why are you using old version of Ubuntu
@CoolFire666
@CoolFire666 3 жыл бұрын
I noticed that too. To be fair, he probably has extended support on it through ubuntu advantage, but it's still worth a small bit snickering just as a matter of course.
@onejdc
@onejdc 3 жыл бұрын
he also has VM image he uses for CTF/pen that runs perfectly and does what he needs to. No point in updating it....yet
@pirbaba755
@pirbaba755 3 жыл бұрын
Need firebase exploit
Reverse Engineering Loops - "Syncopation" HackTheBox Business CTF
11:18
Exploiting Tomcat with LFI & Container Privesc - "Tabby" HackTheBox
45:54
小天使和小丑太会演了!#小丑#天使#家庭#搞笑
00:25
家庭搞笑日记
Рет қаралды 57 МЛН
Every parent is like this ❤️💚💚💜💙
00:10
Like Asiya
Рет қаралды 25 МЛН
إخفاء الطعام سرًا تحت الطاولة للتناول لاحقًا 😏🍽️
00:28
حرف إبداعية للمنزل في 5 دقائق
Рет қаралды 76 МЛН
BAD RANSOMWARE - HackTheBox Business CTF
22:01
John Hammond
Рет қаралды 52 М.
Marcel Pociot "Native PHP" - Laracon US 2023 Nashville
30:13
JSON Web Keys (JWK & JWT) - "Emergency" - HackTheBox Business CTF
29:09
PHP on the frontend! No more Javascript!
14:47
Aaron Francis
Рет қаралды 124 М.
XML Object Exfiltration - HackTheBox Cyber Apocalypse CTF "E. Tree"
28:13
HackTheBox - Meta
32:34
IppSec
Рет қаралды 23 М.
GraphQL Introspection - HackTheBox "Business CTF" - NoteQL
14:34
John Hammond
Рет қаралды 31 М.
SQLite Blind SQL Injection - HackTheBox Cyber Apocalypse CTF
35:25
John Hammond
Рет қаралды 71 М.
Become a bash scripting pro - full course
36:00
CODE IS EVERYTHING
Рет қаралды 61 М.
小天使和小丑太会演了!#小丑#天使#家庭#搞笑
00:25
家庭搞笑日记
Рет қаралды 57 МЛН