Great video and thank you for dumbing it down and giving a good explanation of your approach. So glad your Java was rusty I learned more from your approach
Because it's an array of that kind of object, you use the curly braces to make a new array containing the object, or objects seperated with a comma, in the curly braces. You could do this with numbers, too, in Java, I believe (same as C#. Not a java expert, sorry!). Integer[] intArray = {1,2,3,4,5};
@@majoryoshi ah, yes, you can make an empty array like that, too. Apparently in C#, you are supposee to use the generic Array.Empty. Idk if that is common in java or not, or if it matters THAT much. 😂
@@nordgaren2358 I'm not the most experienced with Java admittedly so I can't speak to if initializing empty arrays is commonplace, especially given that they're a fixed size (as opposed to an ArrayList, which is akin to a list in Python). It's literally an array of length 0 with no way to add anything to it, taking up memory unnecessarily. Maybe it's reinitialized later on and I didn't cat it but still.
I hear there were some hiccups with the event itself and infrastructure. I might try and chat with them if there is anything more I can do to help for the future
Hey jonh! I just need help, I installes blackeye on my kali VM but the link to send to the victing is invisible, I tried reinstalling blackeye and ngrok, but it still doesn't work. What should I do?
Have you Court them doing in My identity you do don't forget to tell them it's out of Shoalhaven hards like the highest court's will get them what they deserve forever right
As an infrastructure red teamer, this topic is one I've never explored, but this vid has piqued my curiosity.
Cheers.
Finally, some code that I recognize but John doesn't lol. I feel proud rn
Every time I watch John I learn something new. Love this channel.
We need more videos like this John
U are the best 🤜🤛
Great video and thank you for dumbing it down and giving a good explanation of your approach. So glad your Java was rusty I learned more from your approach
Thumbnail goes hard
This was my first CTF, I got so close to cracking this. I got stuck on getting the reverse shell. Thanks for the video!
where i can try ?
@@lorenzocuttitta9474 I believe the docker images should be available to download from snyk
While it is kind of funny seeing you struggling with Java, you did pulled yourself through. Great job!
Learning so much from your channel! ❤
Awesome content John, amazing content as usual!
I think it would also be helpful if you discussed on how to mitigate this vulnerability. Thanks for the vid as usual!
I do know java fairly well but this stuff still puzzles me. I still have a lot to learn
You are a magician 🤯
Most likely will refer to this video again. lol
As someone who newer to pentest/'hacking' world but knows java well, I got a nice lil lol out of "idk what p-o-m.xml is.."
Here's John!!
19:22 why use {} on line 13?
Because it's an array of that kind of object, you use the curly braces to make a new array containing the object, or objects seperated with a comma, in the curly braces.
You could do this with numbers, too, in Java, I believe (same as C#. Not a java expert, sorry!).
Integer[] intArray = {1,2,3,4,5};
@@nordgaren2358 you’re right, initializing an array with {} creates an empty array of size 0
@@majoryoshi ah, yes, you can make an empty array like that, too. Apparently in C#, you are supposee to use the generic Array.Empty. Idk if that is common in java or not, or if it matters THAT much. 😂
@@nordgaren2358 there are helper methods to initialize an empty array in Java too, but there is no wrong way to do it :)
@@nordgaren2358 I'm not the most experienced with Java admittedly so I can't speak to if initializing empty arrays is commonplace, especially given that they're a fixed size (as opposed to an ArrayList, which is akin to a list in Python). It's literally an array of length 0 with no way to add anything to it, taking up memory unnecessarily. Maybe it's reinitialized later on and I didn't cat it but still.
where i can try this ?
can you share the source code ? I would like to download and try it by myself ?
Great¡¡¡¡¡¡¡¡¡¡
my brain exploded
saddened to see the absolute mess from the snyk ctf 101 continued into the actual event. great video though!
I hear there were some hiccups with the event itself and infrastructure. I might try and chat with them if there is anything more I can do to help for the future
Lol, me to my code: “can’t find symbol… what are you talking about??”
Hey jonh! I just need help, I installes blackeye on my kali VM but the link to send to the victing is invisible, I tried reinstalling blackeye and ngrok, but it still doesn't work. What should I do?
hello sir, can you help me find a family member using her name on facebook only??
Who is the comment opening outside price files
☃️
Does not make sense - still enjoy
Reg ryxein account
Have you Court them doing in My identity you do don't forget to tell them it's out of Shoalhaven hards like the highest court's will get them what they deserve forever right
First comment
I'm a little dissapointed that you don't know Maven (pom.xml, mvnw) while knowing Java