Solving a JavaScript crackme: JS SAFE 2.0 (web) - Google CTF 2018

  Рет қаралды 496,130

LiveOverflow

LiveOverflow

Күн бұрын

Solving a crackme implemented in JavaScript that attempts to obfuscate the algorithm through some anti-debugging.
Solution Script / HTML: gist.github.com/LiveOverflow/...
John Hammond: / rootofthenull
=[ ❤️ Support ]=
→ per Video: / liveoverflow
→ per Month: / @liveoverflow
=[ 🐕 Social ]=
→ Twitter: / liveoverflow
→ Website: liveoverflow.com/
→ Subreddit: / liveoverflow
→ Facebook: / liveoverflow
=[ 📄 P.S. ]=
All links with "*" are affiliate links.
LiveOverflow / Security Flag GmbH is part of the Amazon Affiliate Partner Programm.
#CTF

Пікірлер: 305
@adityavallabh6082
@adityavallabh6082 6 жыл бұрын
The confusion with the x's isn't cuz of the with statement. The parameter х (U+0445 or 1093) isn't the x from the English alphabet. It is a Cyrillic alphabet which only looks like it. And this input variable was never used in the code except for the last eval() which dynamically generated 'х==c(weird_string,h(х))' referring to our input х. THAT was the beauty of the challenge :P
@LiveOverflow
@LiveOverflow 6 жыл бұрын
yeah I was fooled!
@adityavallabh6082
@adityavallabh6082 6 жыл бұрын
They fooled us all lol. Btw since you didn't mention why the browser crashes, it's cuz the for loop in c() runs for a.length times and a regex doesn't have this property making it an infinite loop and crashing the browser due to memory limits. And by this they fooled us not once but TWICE! xD
@LiveOverflow
@LiveOverflow 6 жыл бұрын
AHHHHHHHHH. that also explains why they wrote i!=a.length and not i
@tomaschku
@tomaschku 6 жыл бұрын
This trick to use similar (or equal) looking characters is also a vuln. in Windows. (An Example here: kzbin.info/www/bejne/baTciGZjr96FhZo) Kinda wondering, why javascript (and other languages as well) allow non-ansii characters to be used outside of (string) variables.
@Ariana-dn4mm
@Ariana-dn4mm 6 жыл бұрын
Oh wow such a interesting challenge, thanks for the insight
@LOEVI
@LOEVI 5 жыл бұрын
whenever i feel like im getting the hang of coding i just watch one of these videos so i realize i know nothing again
@BorisMediaProds
@BorisMediaProds 4 жыл бұрын
sigh
@skrmnghrd4520
@skrmnghrd4520 4 жыл бұрын
I think I was the only one
@chrisauh
@chrisauh 4 жыл бұрын
he's going so fast so it's hard to understand
@michaelhofmann2925
@michaelhofmann2925 4 жыл бұрын
@@chrisauh totally, especially when you are used to watch video on youtube in *1.5time X)
@RGT.
@RGT. 4 жыл бұрын
lmao
@mxxone16
@mxxone16 6 жыл бұрын
Wow, if you say you're a total noob I don't know what I am
@XseuguhX
@XseuguhX 6 жыл бұрын
He is not, just very humble...
@LiveOverflow
@LiveOverflow 6 жыл бұрын
Thanks, I guess. But it was in fact one of the easiest challenges during this CTF based on the number of solves ;)
@qps9380
@qps9380 6 жыл бұрын
Same lol
@ChrisD__
@ChrisD__ 6 жыл бұрын
Maybe you just took the long way around.
@soopyc
@soopyc 5 жыл бұрын
mx xone me too
@Anonymous-vh6kp
@Anonymous-vh6kp 4 жыл бұрын
I love watching these videos. I’m at a stage in life where I kind of understand what is going on, enough to comprehend the logic expressed, but not enough to be able to try this myself.
@_JohnHammond
@_JohnHammond 6 жыл бұрын
Thanks so much for the shoutout, Live Overflow! Hopefully we can do more together sometime soon. :)
@trungthanhbp
@trungthanhbp 3 жыл бұрын
hey dude, dont change avatar, people cant find you ...
@matthewlandry1352
@matthewlandry1352 3 жыл бұрын
Lol..10,000 followers back in the day. Good job on the almost 200,000k
@motivaciontotal5310
@motivaciontotal5310 2 жыл бұрын
@@matthewlandry1352 You have seen his face? lol he looks totally different i was socked.
@THE16THPHANTOM
@THE16THPHANTOM 6 жыл бұрын
this some next level thinking and reasoning i am just not ready for. and its scary that there are so many people that can do this and i can barely comprehend it.
@stefanopersechino9684
@stefanopersechino9684 6 жыл бұрын
Totally agree with you. Just impressive
@alexanderher7692
@alexanderher7692 5 жыл бұрын
lol, so much for 3 years of CS uni
@rumble1925
@rumble1925 5 жыл бұрын
Relax. If I encounter anything even half as complex as this in a codebase I just rip it out and replace it. Fuck trying to debug horrors like this.
@GRITBONE
@GRITBONE 5 жыл бұрын
It's just learning a new language. Takes practice, but if there's other people that can speak it, so can you.
@kilvesx7924
@kilvesx7924 5 жыл бұрын
Nah figuring out stuff like this takes hours and lots of trial and error, it's all just edited out here and only the final conclusions are presented. Watching a guy do "does this work? nah, how about this?" for 4 hours isn't good entertainment
@ineedzsleep
@ineedzsleep 5 жыл бұрын
When C++ programmers look at Javascript code: *wtf* ** googles some stuff ** *wtf intensifies*
@wargodsamael6860
@wargodsamael6860 4 жыл бұрын
tm man facts 😂
@excalibirb9204
@excalibirb9204 4 жыл бұрын
I don't get it. Is it cuz js is child's play to them?
@skepticmoderate5790
@skepticmoderate5790 4 жыл бұрын
@@excalibirb9204 No it's because it's insanely dynamic. The opposite of child's play. The programmer has basically no guarantees about the state of the runtime at any specific point in the program, which can make it very hard to debug.
@cameronholt4735
@cameronholt4735 4 жыл бұрын
True asf
@koji2975
@koji2975 4 жыл бұрын
@@excalibirb9204 No, the joke is that javascript can be really fuckin confusing
@hopkinskong
@hopkinskong 6 жыл бұрын
Btw, two "x" are in different encoding. IDE saves the day :D
@pavankumar773
@pavankumar773 5 жыл бұрын
mean while I'm coding hello world with some hacker music in the background .
@wargodsamael6860
@wargodsamael6860 4 жыл бұрын
Pavan Kumar lol this cracked me up 😂
@autumnhd
@autumnhd 4 жыл бұрын
@@spidercubed9718 title hacking bank details
@jowyjozef
@jowyjozef 4 жыл бұрын
"Coccolino" 👈 Best music channel on KZbin, perfect for coding/programming/hacking... Thank me later.
@FunkadelicFeed
@FunkadelicFeed 4 жыл бұрын
Lolz
@benjaminbrady2385
@benjaminbrady2385 6 жыл бұрын
This felt like one of those de-obfuscation of pop-under videos. I loved those!
@IsaiahGamers
@IsaiahGamers 5 жыл бұрын
Benjamin Brady agreed we need more like those
@tobias8678
@tobias8678 6 жыл бұрын
Awesome video! I really enjoy your writeup's video because they are so inspiring, detailed and actually enjoyable to watch!
@PaprikaX33
@PaprikaX33 6 жыл бұрын
1:30 I don't think "JS" and "military grade" are compatible with each other
@peregrinusoblivione4967
@peregrinusoblivione4967 5 жыл бұрын
The recent breaches at some big companies were hackers cleverly injecting 15 lines of JS. Mirai I think it was called. So I'd say it's militant enough. Enough for the FBI to have them snitch and employ them.
@chigozie123
@chigozie123 5 жыл бұрын
Depends on perspective. Military grade for the person who did NOT write that garbage.
@slonkazoid
@slonkazoid 4 жыл бұрын
aes-js in node.js
@theshermantanker7043
@theshermantanker7043 3 жыл бұрын
@@peregrinusoblivione4967 It's still pretty horrific at breaching systems. For that there really is no other reliable way bessides C/C++ and Assembly language
@userou-ig1ze
@userou-ig1ze 4 жыл бұрын
I simply love this channel. Hits just my level of programming skills
@soopyc
@soopyc 5 жыл бұрын
You sir said you were a noob at this, then I should be an insect lol
@marsanmarsipan
@marsanmarsipan 6 жыл бұрын
Been lurking your chan for months. Started Beginners quest on this google-ctf now. Never done this before.. Thanks for hooking me up!
@LeoLokoII
@LeoLokoII 4 жыл бұрын
lol
@stefanopersechino9684
@stefanopersechino9684 6 жыл бұрын
I feel incredibly stupid. This is impressive..who created this is just a genius
@codechapter6960
@codechapter6960 5 жыл бұрын
I love you videos and im kinda binge watching them keep up the good work!
@LiveOverflow
@LiveOverflow 5 жыл бұрын
awesome, thanks!
@neloka4313
@neloka4313 6 жыл бұрын
Great video and great challenge too! Spent quite a few hours before beating it!
@jankaltenecker597
@jankaltenecker597 6 жыл бұрын
I just want to thank you for not taking a jab at JS. This Video was really interesting. I was torn between trying it myself first and watching your solution but I'm glad to have watched your video instead.
@KingJellyfishII
@KingJellyfishII 5 жыл бұрын
*The with statement makes it hard for the interpreter to understand how to interpret it* (or something) lmao
@DeepakKumar-ym1wr
@DeepakKumar-ym1wr 2 жыл бұрын
I don't know any programming language but love to watch this ;)
@techitow
@techitow 6 жыл бұрын
Wowwww. You're pretty good at this! Keep it up with the videos
@alex10791
@alex10791 6 жыл бұрын
Same here, joined for a few hours and only solved the noob question :p The argument was not an x but a homograph of x as others also mentioned and that took me a bit to figure out. Also I didn't figure out exactly why the browser hanged but it was so annoying, yet I didn't want to spend time on that. I took the same approach for decryption but heard that there was another way based on low redundancy of the internal variables (a and b). I hope I find time and motivation to look into it soon.
@myflorin25
@myflorin25 4 жыл бұрын
I don't have a clue what I've just watched but it was interesting and a pleasure to watch , you are a clever dude .
@perkinskurt6147
@perkinskurt6147 4 жыл бұрын
'll refer you to this pro for SPY/HACK related issues i can swear on my late dads grave he is legit contact via:::::WHATSAPP>>> wa.me/17472081186 remember a stitch in time saves nine
@pourliver
@pourliver 6 жыл бұрын
Great to see a writeup on this once since I participated :)
@vibheeshavelayudha1903
@vibheeshavelayudha1903 6 жыл бұрын
i want to appreciate ur time and dedication towards the efforts by you not related to solving the ctf but the thing not many noticed, which was the ur skills in copying and redrawing the "google capture the flag" logo as your thumbnail XD lol. Seriously how the hell did u do that, which software?
@jmms49
@jmms49 6 жыл бұрын
Awesome content as always. Cheers m8!
@cjhackerz
@cjhackerz 6 жыл бұрын
I knew this video is coming :D
@BlackHermit
@BlackHermit 3 жыл бұрын
This one was so much fun!
@hoxorious
@hoxorious 6 жыл бұрын
thank you so much for another amazing video
@Hyperverse
@Hyperverse 5 жыл бұрын
This was kind of hard to follow but also easy to understand. Where have you been all my life? Shit, I guess I'm hunting for flags now.
@Thulahdanlauss
@Thulahdanlauss 5 жыл бұрын
Love you videos, i'm gradually learning more and more thanks to you ! Your explainations helps me understand the mindset behind these CTF, hopefully with more knowledge and time i'll be able to clear some CTF one day :) Cheers !
@greywolf271
@greywolf271 2 жыл бұрын
Number 1 reading for the next few weeks.
@EmanuelLopesS2
@EmanuelLopesS2 6 жыл бұрын
I love this content
@sp1nzer813
@sp1nzer813 5 жыл бұрын
i srsly dont understand shit about this but its really cool man keep up the good work
@dannythomsen
@dannythomsen 6 жыл бұрын
I never got to solve this challenge because I got the length of the hash wrong. But the argument x is not x but a unicode that looks like x, that is why the scoping looks weird :)
@cocosloan3748
@cocosloan3748 4 жыл бұрын
John Hammond is such cool guy!
@michaelz6820
@michaelz6820 4 жыл бұрын
Basically to explain 'with' statement, you enter an object to it like: with( ) { // CODE HERE } then, basically when you call anything, it first checks the block scope if the variable exists, then, the window. Else, it tries the properties of the object you put in. So in theory, this should work. with (console) { log("Hello."); }
@LastOlie
@LastOlie 4 жыл бұрын
How do you know when to give up and just learn a new feature and how do you know when to just carry on trying things
@bluerhinoo
@bluerhinoo 5 жыл бұрын
Great video! Are there any similiar websites where you can practice JS by solving similiar tasks (I still feel I’m not ready to join CTF) ? Any recommendations are welcome.
@akiraryu6250
@akiraryu6250 4 жыл бұрын
Great question. I'm looking for a good website too.
@gwennycake5046
@gwennycake5046 5 жыл бұрын
I didn't understand a shit, but I loved it! I subscribed!
@phoelee352
@phoelee352 5 жыл бұрын
Man... my mind is blown... holy smokes...
@hopkinskong
@hopkinskong 6 жыл бұрын
Wired CSV is good too :)
@Brandino480
@Brandino480 4 жыл бұрын
This is highly entertaining to watch
@perkinskurt6147
@perkinskurt6147 4 жыл бұрын
'll refer you to this pro for SPY/HACK related issues i can swear on my late dads grave he is legit contact via:::::WHATSAPP>>> wa.me/17472081186 remember a stitch in time saves nine
@perkinskurt6147
@perkinskurt6147 4 жыл бұрын
'll refer you to this pro for SPY/HACK related issues i can swear on my late dads grave he is legit contact via:::::WHATSAPP>>> wa.me/17472081186 remember a stitch in time saves nine
@AdrielFreud
@AdrielFreud 4 жыл бұрын
I'm watching from Brazil, Congratulations on the content :D
@jarska22
@jarska22 6 жыл бұрын
The "x" password variable is actually cyrillic small letter (u0445)
@AntiAtheismIsUnstoppable
@AntiAtheismIsUnstoppable 5 жыл бұрын
However, there exists other "chars", which are interpreted right away and which can be used to obfuscate code, if you use them as actual non-printable "chars" (copied from the char table) instead of (what they're usually used for) as HML entities. Like the RTL mark. I use that to obfuscate source code (browser view source code, but also some IDEs), and while the code is run as it should, it does fool some RegExes used by bots (It's quite effective in anti spamming). The W3C validator, however, is not fooled, that's its only weakness. It throws an error. From Wikipedia: _"The right-to-left mark (RLM) is a non-printing character used in the computerized typesetting of bi-directional text containing mixed left-to-right scripts (such as English and Cyrillic) and right-to-left scripts (such as Persian, Arabic, Urdu, Syriac and Hebrew). "_
@AntiAtheismIsUnstoppable
@AntiAtheismIsUnstoppable 5 жыл бұрын
Back in time, using the RTL mark on email addresses was an easy way of obfuscating, because they were "reversed", when going to the email program, while still bots didn't understand it. This doesn't work anymore though, no email program will accept it today.
@padreigh
@padreigh 6 жыл бұрын
Time travel - 90+ solves earlier, then 60th :) nice video
@pwnweb5734
@pwnweb5734 6 жыл бұрын
No doubt u r the BEST
@berndeckenfels
@berndeckenfels 3 жыл бұрын
Hashing the code, that is great!
@mitchg9017
@mitchg9017 5 жыл бұрын
These naming conventions hurt my head
@adrien8768
@adrien8768 6 жыл бұрын
You are the best :)
@MrinalPaliwal98
@MrinalPaliwal98 6 жыл бұрын
13:21 'obviously always repeated' Can someone please help me in understanding why the 4 byte is being repeated in its use in function c?
@LiveOverflow
@LiveOverflow 6 жыл бұрын
i is counting from 0 to the length of the cipher text 'a', right? And each character of that cipher text is addressed with a[i]. The other value (the key) that is being XORed uses b[i%b.length]. Length is 4. So b[i%4]. i modulos 4 means, the result will never be larger than 3... so 1%4 = 1 2%4 = 2 3%4 = 3 4%4 = 0 5%4 = 1 6%4 = 2 So this always references b[0], b[1], b[2], b[3], b[0], b[1], ... so it always repeats the key from the start.
@XiothMontage
@XiothMontage 6 жыл бұрын
This is how XOR Encryption works. If your key is smaller than your message, then the key is repeated. :) Example: xor("message", "key") ; '^' is the character for XOR Encryption in many languages. - m ^ k - e ^ e - s ^ y - s ^ k - a ^ e - g ^ y - e ^ k
@MrinalPaliwal98
@MrinalPaliwal98 6 жыл бұрын
Thanks for the quick reply, it helped. This was my first ever CTF and this was the first problem I attempted but was struck on it for the whole 2 days on it. Great explanation video :D
@MrinalPaliwal98
@MrinalPaliwal98 6 жыл бұрын
Thanks for the quick explanation, I'll be reading more about this :D
@christiankaindl
@christiankaindl 5 жыл бұрын
This is so crazy cool 😱
@Askaholic907
@Askaholic907 6 жыл бұрын
I think the guys over at JS Safe should really have used a sha256 hash. Then there’s no need for all the anti debugging and it’s also unbreakable (given the current state of technology). Very fun challenge though!
@xenonamericium8535
@xenonamericium8535 6 жыл бұрын
on which websites you can play ctfs without a team? looks like you have to be really into it to compete with something on ctftime.org...
@AnthonyVandeGejuchte
@AnthonyVandeGejuchte 6 жыл бұрын
I tried to do this challenge myself, the part with the regexp object was the part I got stuck. About the with statement: `var test = {a: () => console.log("Hello local")}; var a = () => console.log("Hello world"); with (test) a();` outputs "Hello local" as it uses properties in the with statement as first lookup table instead of global scope.
@DangerousPictures
@DangerousPictures 6 жыл бұрын
can you upload a video when a ctf starts? I always miss them
@DangerousPictures
@DangerousPictures 6 жыл бұрын
Ritoban Roy Chowdhury thanks
@diegoalpizar6857
@diegoalpizar6857 6 жыл бұрын
Ritoban Roy ... Thanks!
@lomomuch
@lomomuch 6 жыл бұрын
Awesome !!!!
@SrIgort
@SrIgort 6 жыл бұрын
This was cool, I found it interesting that you probably even do not need to debug to pass this challenge lol
@floodingthesea9366
@floodingthesea9366 5 жыл бұрын
How? By opening the source in an IDE \ notepad ++ in the right configuration to notice that the x is different?
@aroymart
@aroymart 6 жыл бұрын
I somehow didn't realize pure RE capture the flag existed until you scrolled past the challenge list
@raulmartina8781
@raulmartina8781 6 жыл бұрын
Hey, can you suggest me an IRC with teams from the current ongoing Google CTF, I would like to chat with likeminded! :)
@otaldohenrik
@otaldohenrik Жыл бұрын
Eu não poderia simplesmente usar um depurador como GDB + engine do google e então ler os dados de "x" na memória em um ponto que ele está descriptografado?
@Sam-us6jn
@Sam-us6jn 4 жыл бұрын
Mindblow!
@Ariana-dn4mm
@Ariana-dn4mm 6 жыл бұрын
Oh this problem, took me so long for me to realize why adding console.log kept changing output:/ ah should've used the web debugger instead of spamming console.logs, took me i don't even know how many hours (btw try dm coll it's quite easy once you found the correct line of code)
@ChunkyChest
@ChunkyChest 4 жыл бұрын
I wish I could analyze out the steps like you do.
@perkinskurt6147
@perkinskurt6147 4 жыл бұрын
'll refer you to this pro for SPY/HACK related issues i can swear on my late dads grave he is legit contact via:::::WHATSAPP>>> wa.me/17472081186 remember a stitch in time saves nine
@akatsukilevi
@akatsukilevi 4 жыл бұрын
JS: 'with' MDN: Not even who made this function knows, may be a sentient function SCP: Hold my containment
@SolomonUcko
@SolomonUcko 4 жыл бұрын
At first I though you could just use "CTF{" xor the input string to figure out the 4 bytes, but then remembered that that part of the input is ignored.
@expeng5861
@expeng5861 5 жыл бұрын
crazy man ~~!!!
@WhiterockFTP
@WhiterockFTP 6 жыл бұрын
did the other flag also work? :)
@takatsbalint1
@takatsbalint1 6 жыл бұрын
They used two different x. You know like the old greek semicolon vs semicolon joke. Whit some fonts you can even see the difference: x(х)
@JoJoModding
@JoJoModding 6 жыл бұрын
Could you next time tell us when CTFs are starting/announced and you're participating so that we can follow along?
@Askaholic907
@Askaholic907 6 жыл бұрын
JoJoModding Check out ctftime.org
@thealex7671
@thealex7671 3 жыл бұрын
So where I can find this website with crackmes?
@IzanBF
@IzanBF 6 жыл бұрын
Cool challenge!
@LeoLokoII
@LeoLokoII 4 жыл бұрын
good idea
@kim87713
@kim87713 5 жыл бұрын
How do you open the source code for the html
@xx-wp3mq
@xx-wp3mq 5 жыл бұрын
CTRL + U
@bschlueter
@bschlueter 6 жыл бұрын
Wieso sublime oben gecuttet?😛 Etwa keine Lizenz?😏
@Arschnart
@Arschnart 5 жыл бұрын
Bist du besoffen
@mangckyatmamon
@mangckyatmamon 4 жыл бұрын
A few hrs ago I was watching a solution in NetHack. how did I end up here?
@twentylush
@twentylush 5 жыл бұрын
this is like mathmatical composition on xanax
@PeakyBlinder
@PeakyBlinder 5 жыл бұрын
Where can I learn all this stuff Where do you start ?
@ThirdEyeSuspect
@ThirdEyeSuspect 5 жыл бұрын
.
@thechillipl
@thechillipl 5 жыл бұрын
I wanna know that too
@peregrinusoblivione4967
@peregrinusoblivione4967 5 жыл бұрын
He has a video on this. Go watch his web hacking video series. also overthewire.org has very easy ctf games that teach you the basics. Code Academy is the best site out there. Learn basic HTML, then some JS, then choose between either Python or Ruby to go full into. Basic SQL helps. But the best thing you can do is learn the theory behind it all and learn how computers think.
@peregrinusoblivione4967
@peregrinusoblivione4967 5 жыл бұрын
Also be prepared to learn hundreds of Acronyms and be able to quickly memorize long strings of numbers.
@StuxNETozor
@StuxNETozor 5 жыл бұрын
Hey, I'm still a n00b but I'd like to try playing CTF, does anyone know if there's anyway to find n00bs like me online and start playing ?
@floodingthesea9366
@floodingthesea9366 5 жыл бұрын
U don't need anyone to play with you can simply start with the beginner CTF by Google that's a decent accessible start
@tiavor
@tiavor 6 жыл бұрын
I didn't know that JS functions can print it self :D
@Askaholic907
@Askaholic907 6 жыл бұрын
Tiavor Kuroma function x() {return eval(String(x))}()
@CristiNeagu
@CristiNeagu 3 жыл бұрын
0:03 Lol. A photo of John Hammond from when he was a baby hacker.
@wesleymays1931
@wesleymays1931 3 жыл бұрын
h(s) looks like an Adler-32 checksum
@god_mode_0n97
@god_mode_0n97 4 жыл бұрын
I have maths exam today at 9:30 Am and I'm sitting here watching this video at 1:30 am for nothing .
@harryfox4389
@harryfox4389 5 жыл бұрын
What is "foo" I've seen it used a lot as a kind of temporary/test variable
@PatrickGHG
@PatrickGHG 5 жыл бұрын
placeholder name
@yes-i-am
@yes-i-am 4 жыл бұрын
first part of 'bar' ;) google wikipedia to find out more :)
@exoR1ft
@exoR1ft 5 жыл бұрын
This just looks like my regular code
@xeome5596
@xeome5596 5 жыл бұрын
lol
@Yotanido
@Yotanido 6 жыл бұрын
You could have put a link to the challenges in the description, not just your solution...
@elliotpowell8392
@elliotpowell8392 6 жыл бұрын
Text editor?
@rootkalinethunter382
@rootkalinethunter382 4 жыл бұрын
I am going to study ICT soon and I want to work in the cybersecurity. What do you guys recommend me to learn? I guess python right? Or what else? Could someone give me some answers? Thank you, Root KN from The Netherlands
@notkamui9749
@notkamui9749 4 жыл бұрын
If you want to do cybersecurity, python might not be the best language to learn tbh. Actually, if this is your first language, it would be even worse. Even though python is simple to learn, it makes you develop bad habits a lot if you don't know what you're doing. Plus, it does so much things in the background for you that you might end up not really understand how everything works deeply. C might be a little too harsh and cold for a beginner, but C++ or Java are great for that. They're both still low/mid level (not meaning they're easy or bad, but that they're closer to the computer) while being understandable and very complete. Bonus, if you know Java, or C or C++, you can learn any language pretty easily because many are just derivatives of C/C++/Java
@rootkalinethunter382
@rootkalinethunter382 4 жыл бұрын
@@notkamui9749 that's pretty amazing advice! Thank you very much.
@notkamui9749
@notkamui9749 4 жыл бұрын
@@rootkalinethunter382 No prob ! I hope you the best in your studies !
@rootkalinethunter382
@rootkalinethunter382 4 жыл бұрын
@@notkamui9749 thanks!
@7heMech
@7heMech 2 жыл бұрын
Uhh... Yes, I understood everything!
@DragonStoneCreations
@DragonStoneCreations 5 жыл бұрын
The git link is dead
@oldbootz
@oldbootz 5 жыл бұрын
If you have a look at the file for this challenge now its quite different!
@oldbootz
@oldbootz 5 жыл бұрын
Maybe time to redo this one?
@yvng4697
@yvng4697 6 жыл бұрын
🔥🔥🔥
@KingJellyfishII
@KingJellyfishII 5 жыл бұрын
What is CTF?
@sisyfos101
@sisyfos101 5 жыл бұрын
Is Ctf challenges good practise for noobs like me? It seems fun
@izybit
@izybit 5 жыл бұрын
If you are a noob then there is no way you'll ever understand what's going on. You need some experience to even scratch the surface. Better try HackerRank and other similar sites for easier challenges that progressively get harder.
@RobertKvsv
@RobertKvsv 4 жыл бұрын
What debugger does he use? It's so neat I need to know Google source code is messy
@perkinskurt6147
@perkinskurt6147 4 жыл бұрын
'll refer you to this pro for SPY/HACK related issues i can swear on my late dads grave he is legit contact via:::::WHATSAPP>>> wa.me/17472081186 remember a stitch in time saves nine
@perkinskurt6147
@perkinskurt6147 4 жыл бұрын
'll refer you to this pro for SPY/HACK related issues i can swear on my late dads grave he is legit contact via:::::WHATSAPP>>> wa.me/17472081186 remember a stitch in time saves nine
@fiercethundr_
@fiercethundr_ 5 жыл бұрын
I'm an outsider looking in. I tried to figure it out, but as far as I can tell "x" provides the password in hidden and obscured fashion. That of course being the main difficulty. Me having little knowledge of JS I know I would be incapable of solving for "x" assuming my assessment here is correct.
@AntiAtheismIsUnstoppable
@AntiAtheismIsUnstoppable 5 жыл бұрын
Using greek letter "look a likes" or other alphabeths as substitutes for roman letters is a well known technique for spamming purposes. Disquss had this problem for a period of time, probably because they used some reg ex operations to search for "spammy" words in english, while they wanted to allow for any language (and therefore alphabeth) to be used at the same time. Look up the UTF-8 table and see for yourself how many letters of other alphabeths are look-a-likes to roman letters. This is the hebrew letter HET: ח And this is the english n They're not the same, but they look the same. So, JS allows for non ASCII chars in function names, not sure why, but this is used to obfuscate the source code here. Digging deeper into how languages work, and recognizing, that LTR (Left to Right) is only the standard in english speaking world, you can further obfuscate the code by using *non-printable RTL mark,* which is used in for example arabic. Not sure how it works with JS, but HTML it works, I have placed a few RTL marks in my code strategically. The source code gets completely screwed up and unreadable, as it is shown reversed, but it's run and it works.
@forex_shark6042
@forex_shark6042 4 жыл бұрын
> a b
@phaseloli6668
@phaseloli6668 4 жыл бұрын
MATH
@juan-ou3gq
@juan-ou3gq 5 жыл бұрын
I like so far
@maxrandom569
@maxrandom569 6 жыл бұрын
nice
@iseceepcool2
@iseceepcool2 5 жыл бұрын
If password = the flag why doesn't you just do like element.innerHtml(password); to make it display what the password string is
@JackBond1234
@JackBond1234 5 жыл бұрын
The password isn't stored anywhere in the file. It has to be reverse engineered based on the encryption key and the encryption algorithm provided, but the file is full of a lot of pitfalls that can make that very difficult.
XSS a Paste Service - Pasteurize (web) Google CTF 2020
11:46
LiveOverflow
Рет қаралды 65 М.
HOW FRCKN' HARD IS IT TO UNDERSTAND A URL?! - uXSS CVE-2018-6128
15:47
НРАВИТСЯ ЭТОТ ФОРМАТ??
00:37
МЯТНАЯ ФАНТА
Рет қаралды 3,9 МЛН
New model rc bird unboxing and testing
00:10
Ruhul Shorts
Рет қаралды 24 МЛН
Beautiful gymnastics 😍☺️
00:15
Lexa_Merin
Рет қаралды 15 МЛН
JavaScript Pro Tips - Code This, NOT That
12:37
Fireship
Рет қаралды 2,5 МЛН
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
Generic HTML Sanitizer Bypass Investigation
14:05
LiveOverflow
Рет қаралды 140 М.
7 Amazing Developer Tools that you're not using yet
6:27
Fireship
Рет қаралды 1,9 МЛН
Analysing a Firefox Malware browserassist.dll - FLARE-On 2018
16:26
LiveOverflow
Рет қаралды 253 М.
Making a Game in JavaScript with No Experience
5:49
Goodgis
Рет қаралды 784 М.
Hacker Tweets Explained
13:47
LiveOverflow
Рет қаралды 158 М.
Local Root Exploit in HospitalRun Software
20:48
LiveOverflow
Рет қаралды 68 М.
Cracking Websites with Cross Site Scripting - Computerphile
8:34
Computerphile
Рет қаралды 1,5 МЛН
НРАВИТСЯ ЭТОТ ФОРМАТ??
00:37
МЯТНАЯ ФАНТА
Рет қаралды 3,9 МЛН