Hacker Tweets Explained

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024

ความคิดเห็น • 258

  • @LoafyHarbinger
    @LoafyHarbinger ปีที่แล้ว +658

    This episode could have been 13m37s in length, surely...!

    • @LiveOverflow
      @LiveOverflow  ปีที่แล้ว +292

      oooof.... missed opportunity

    • @hyronharrison8127
      @hyronharrison8127 ปีที่แล้ว +59

      ​@@LiveOverfloweeh leet, leat, same thing

    • @nesieARK
      @nesieARK ปีที่แล้ว +35

      It must be an AI.
      There is no way the Real liveoverflow would have ever let this slip,
      He cut it, he render it, he watch it
      He uploads it.
      Multiple occasions where an Actual human would have seen the magical number but not an AI..
      For an AI it's just a number.
      Therefore Liveroverflow has replaced himself with an AI

    • @lukasjetu9776
      @lukasjetu9776 ปีที่แล้ว +1

      could, but wans't

    • @GeorgeValkov
      @GeorgeValkov ปีที่แล้ว

      @@lukasjetu9776 I think Leet + 9 seconds bonus is also cool. Nice video, now I'm hungry for more XSS.

  • @supergamerfr
    @supergamerfr ปีที่แล้ว

    Most valuable piece of information I saw today

  • @ganeshdatha8240
    @ganeshdatha8240 ปีที่แล้ว

    It feels like it's a special case of DOM Clobbering, right? We are overwriting the names/definitions of defined variables/functions with our payloads so that they get executed when the page's code calls the overwritten function without knowing it.

  • @efrkool
    @efrkool ปีที่แล้ว +120

    Nice video explaining the issue. One thing that I think is good to mention is what is the underlying mistake. This makes it a better resource for devs and also for researchers. In my humble opinion this is due to the fact that the person implementing this tried to it's own filtering instead of using the native available functionality and/or standard package. The red flag beeing the specific list of characters used for filtering

  • @SoreBrain
    @SoreBrain ปีที่แล้ว +59

    I'm really into all kinds of quirks of js and I can't believe that knowledge finally paid off and I was able to fully follow a liveoverflow video 🎉

    • @ChillerDragon
      @ChillerDragon 10 หลายเดือนก่อน +1

      Yea its one of the more easy to follow videos for web soydevs like us :D

  • @AntoshaPushkin
    @AntoshaPushkin ปีที่แล้ว +5

    It's such a weird filtering when you disallow ( ' and ` but allow " < and >

  • @markusjohansson4949
    @markusjohansson4949 ปีที่แล้ว +3

    would also work in this example

  • @fourtwizzy
    @fourtwizzy ปีที่แล้ว +14

    I like this as a reoccurring video. It is nice to be able to decipher what someone was referring to. Given everyone has different levels of knowledge, I would give it a 2 thumbs up. Keep ‘em coming!

  • @VxMxPx
    @VxMxPx ปีที่แล้ว +125

    This is not really JS problems as some people seems to think. Carelessly treating user's input would always lead to big problems. In general when developing FE applications we rarely set any user provided values in any context that could be evaluated like this.
    Concatenating user's input with code is just bad practice and big no-no.
    In general, interesting information, but highly theoretical: so many characters are disallowed while double quote still being allowed. I feel IRL, if such case would be allowed, would be either no input cleaning or stricter rules.

    • @shapelessed
      @shapelessed ปีที่แล้ว +8

      Sadly most websites stubbornly develop their own ways of providing rich text display methods instead of using standards, which generally just tends to expose users to exploits... I know that all too well. Been working on the frontend for a while (please kill me)

    • @aa-fi9ks
      @aa-fi9ks ปีที่แล้ว +9

      I have seen a lot of old codebase concatenating user's input with code, it really isn't that bad as long as you know what you are doing. Also in those applications you just can't rewrite the majority of the codebase just to fix a newly discovered XSS.
      Sorry I lied it was so damn bad that it has become a joke where the filter list just increases day by day. We slapped on a 5000$ IDS and IPS service and everyone pretends like everything is in control but deep inside we all know that the codebase is on fire. I know Robert had told me for a thousand time that concatenating user input with code is bad, but when deadline is chasing off my a** I just can't help but pray and do it anyway, I just want to go home.
      Sorry Robert, I swear it will be the last time I do it.
      Amen.

    • @BrotWurst
      @BrotWurst ปีที่แล้ว

      you are absolutely right. thats also almost always my first thought. but i have to throw that thought away for a moment because it gets more interessting if you think about all the existing websites who still could have flaws like this. and its also interesting just to see again how sh*tty and dirty compilcated and entangled javascript can be as a scripting language :D

    • @furiat5981
      @furiat5981 ปีที่แล้ว +1

      it kind of is. javascript is dogshit and was made to do simple things when it was created but some clowns said "hold my beer" and other clowns took it seriously, then nodejs happened and embedded webshit posing as fully functional desktop applications known as electron came to be and it's at its worse. Thank God I don't ever was forced to dabble in this cesspool profesionally

  • @yuhanaatmaja
    @yuhanaatmaja ปีที่แล้ว +11

    as always Xcelent Xplanation....

  • @xorlop
    @xorlop ปีที่แล้ว +9

    PLEASE do more vids like these! I love the way you explained every bit.

  • @KyoSawada1
    @KyoSawada1 ปีที่แล้ว +18

    This was super interesting and fun to learn about. Great lesson! Hope to see more of your content, keep up the great work

  • @MelroyvandenBerg
    @MelroyvandenBerg ปีที่แล้ว +3

    real hackers don't use Twitter/X anymore.. But Mastodon.

  • @4ydno1
    @4ydno1 ปีที่แล้ว +3

    Cool, but not one programmer who respects himself will not write such a shit code.
    I will say more, in order to allow such a vulnerability, you need to try hard

  • @hydejel3647
    @hydejel3647 ปีที่แล้ว +6

    great video. learned a lot. would love to see more like it 👍

  • @jacesec6484
    @jacesec6484 ปีที่แล้ว +1

    This video should have been "The Secret Step-by-step Guide to hacking: Deep Dive" 😂
    Great video tho.

  • @TCKRDefense
    @TCKRDefense ปีที่แล้ว +1

    i refuse to create a twitter account, and twitter doesn't allow viewing without a account so. i can't look at the links you posted. at least Tiktok allows you to view stuff without requiring a account. but i hate tiktok

  • @Sp3cia1m4n
    @Sp3cia1m4n ปีที่แล้ว +1

    wow it's an awesome idea, I always took ton of researches to understand.

  • @fmaximus
    @fmaximus ปีที่แล้ว +3

    About using the name variable, wouldn't that only work on your window? I can't see how the xss would do something nefarious on a targets browser.

    • @schwingedeshaehers
      @schwingedeshaehers ปีที่แล้ว +3

      You link them to your website, that redirects with the name "parameter"?

    • @brypleb5792
      @brypleb5792 11 หลายเดือนก่อน +2

      @@schwingedeshaehers thanks i was confused

  • @DEBO5
    @DEBO5 ปีที่แล้ว +2

    I’ve never seen an actual real world example of a successful XSS or SQL injection attack. It’s always a stupid example form that was purposefully set up to be vulnerable to such injection attacks. I wish someone could show this working when someone uses proper input sanitization.

  • @XPOnion
    @XPOnion ปีที่แล้ว +1

    Super interesting video, liked this very much!

  • @Ishvires
    @Ishvires ปีที่แล้ว +1

    In 2023, the only safe way to accept user input is via post letters

  • @OetziOfficial
    @OetziOfficial ปีที่แล้ว +1

    If I could I would subscribe again. :D

  • @galopeian
    @galopeian ปีที่แล้ว +2

    Love this explanation. Would use this as a quick explanation for javascript injection methods in general

  • @antenna8836
    @antenna8836 ปีที่แล้ว +2

    The longer I watched this the more upset I became at web development that 1. they're using direct string replace and 2. they didn't properly sanitize the input
    but then I became legitimately impressed with the use of the javascript uri the hex encoding, and the use of objects

  • @Zooiest
    @Zooiest ปีที่แล้ว +1

    Aren't there many other ways too? Like...
    "[location=name],"
    ".a=location=name,"
    A"?location=name:0,"

    • @Bunchachis
      @Bunchachis ปีที่แล้ว +1

      clever approach

  • @_hackwell
    @_hackwell ปีที่แล้ว +2

    neat! these tricks go straight into my notes ! Nice video format too. I'd like to watch more of this kind

  • @BenBE1987
    @BenBE1987 ปีที่แล้ว +1

    Is this some sort of haXplaining ?

  • @VaibhavShewale
    @VaibhavShewale ปีที่แล้ว +1

    well that was useful who doesnt get anything

  • @snapstromegon
    @snapstromegon ปีที่แล้ว +1

    This would've been your chance to call it haXplained or heXplained.

  • @karlkastor
    @karlkastor ปีที่แล้ว +3

    Great video! Really well explained and easy to understand. Would like more in this series to just explain a short exploit in a way that anyone can understand.

  • @forestcat512
    @forestcat512 ปีที่แล้ว +3

    Cool format, please more of this :)

  • @GlorytoTheMany
    @GlorytoTheMany ปีที่แล้ว +1

    Now if I make a website, how can I avoid exploits like this?

    • @Bunchachis
      @Bunchachis ปีที่แล้ว +1

      Just make sure you're using built-in functions to filter user's input. In case of passing data to JS, it would be even better if you use JSON. For PHP it should look like this:
      x("a", );
      Note the lack of double quotes in the second argument. That's because json_encode() wraps the value of $xss in quotes if it's a string.

  • @exoZelia
    @exoZelia ปีที่แล้ว +1

    This is a really cool format. Had this recommended, never seen your channel. Ngl I thought it was gonna be clickbaity and surface level, but this was great! I subbed

  • @thetrends5670
    @thetrends5670 ปีที่แล้ว +1

    This mean TypeScript devs won't find this vuln, as they type the func to accept only N number of args, and TS will throw runtime error if they try to use N+K args, but in build time there code will create this vuln.

    • @KirkWaiblinger
      @KirkWaiblinger ปีที่แล้ว

      TS will not throw a runtime error if a function is called with extra arguments. At runtime it's just raw JS and anything goes.

    • @joechristo2
      @joechristo2 ปีที่แล้ว +1

      @@KirkWaiblingertypescript is meant to PREVENT runtime errors from even happening

    • @KirkWaiblinger
      @KirkWaiblinger ปีที่แล้ว

      @@joechristo2 yeah but it can only type check intentionally authored code. TS will be no help at runtime against injected code, since that's all long after the type-checking time

  • @0xteknogeek
    @0xteknogeek ปีที่แล้ว +2

    super cool bug, and great explanation!

  • @anion21
    @anion21 ปีที่แล้ว +1

    Yes, this video was funny, it was useful, and now I find javascript even much more strange than it already was.

  • @staCats
    @staCats ปีที่แล้ว +2

    Very insight and presented in a way you can understand. I had no idea about XSS or an and now I do.

  • @LorSupra
    @LorSupra 11 หลายเดือนก่อน

    Did I only understand about 20% of this? Yes.
    Did I watch it all and want more anyway? Also yes.

  • @catmage
    @catmage ปีที่แล้ว +1

    That's crazy creative. I'd be interested in learning how this could be mitigated. Better input sanitation?

  • @tirsek
    @tirsek ปีที่แล้ว +1

    The conclusion is simple: Javascript is full of black magic!

  • @shinkurt
    @shinkurt ปีที่แล้ว +1

    If this amuses you, you have a lot to learn! And that's exciting

  • @Roll4Combat
    @Roll4Combat ปีที่แล้ว +2

    This was utterly amazing

  • @abhaysingh2334
    @abhaysingh2334 ปีที่แล้ว +1

    What will be the use case and what it is use for.
    Sorry just want to know/learn more, for me it looks useless to set an alert for myself

    • @jaideepshekhar4621
      @jaideepshekhar4621 ปีที่แล้ว +1

      You can set any javascript instead of alert, so you can do anything at the server.

    • @abhaysingh2334
      @abhaysingh2334 ปีที่แล้ว

      @@jaideepshekhar4621 so If someone else accesses the same page he will get the same script which I injected

  • @rumplstiltztinkerstein
    @rumplstiltztinkerstein ปีที่แล้ว +1

    As a Rust programmer, it blows my mind how messy Javascript has become. When a programming language gets obsessed with "convenience", it becomes impossible to keep track of changes. I think browsers should switch to simply running a WebAssembly runtime directly instead of Javascript.

    • @joechristo2
      @joechristo2 ปีที่แล้ว +1

      people are gonna lose track of the difference between asmjs and wasm, thinking they are the same thing thus doing damage to the web as a whole

  • @a.for.arun_
    @a.for.arun_ ปีที่แล้ว +2

    Loved it. Please continue.

  • @bandie9101
    @bandie9101 ปีที่แล้ว +1

    thank you reminding me:
    do. not. touch. javascript. ever. never. ever.

  • @shockwave9875
    @shockwave9875 ปีที่แล้ว

    Whatever technical things he say ( which is almost 95%) I don't understand a thing. Could someone help me to learn which tools, languages, etc to understand whatever he says ( at least like all those technical terms).

  • @pekonipilvi116
    @pekonipilvi116 11 หลายเดือนก่อน

    learned more about java script in this video than i learned in year of college doing some shitty copypaste code :) ngl keep em coming

  • @chessbybrendi
    @chessbybrendi 11 หลายเดือนก่อน

    Why cyber security is hard to learn, when learning web development you ask a question and you get the answer, in cyber security you have no one to ask and you don't get the actually answer..

  • @wrathofainz
    @wrathofainz 9 หลายเดือนก่อน

    5:57 the screebshot at this timestamp may potentially help me with an eacape in a challenge I've left sitting. I can't seem to find any writeups past step 1 (clue 1) of the writeup.
    It's been a bitch.

  • @bennymeister
    @bennymeister ปีที่แล้ว

    Wouldn't it be a little cleaner to just put the payload in an array like this: x(""+[location=name]) ?

  • @olaola-yh5ge
    @olaola-yh5ge ปีที่แล้ว +1

    This is great, Insiteful as always @LiveOverflow, can this type of xss vulnerabilities be found in react applications as well ?

  • @mgostIH
    @mgostIH ปีที่แล้ว

    Weak typing and its consequences have been a disaster for the human race.

  • @JohnnyNilsson83
    @JohnnyNilsson83 ปีที่แล้ว +1

    Super interesting. Thanks for the explanation.

  • @seybsen
    @seybsen ปีที่แล้ว +1

    Super useful and interesting format. Thanks for sharing

  • @frenches1995
    @frenches1995 ปีที่แล้ว

    Hi I'm a noob here. I think this is interesting but I don't see how this can be a vulnerability since it can only trigger on a client that you obviously have already access to...

  • @PunkrockNoir-je2vs
    @PunkrockNoir-je2vs ปีที่แล้ว

    I did my first JavaScript injection on a local realtor website when I was 10 ooops

  • @sebscripts
    @sebscripts 7 หลายเดือนก่อน

    This video started my web hacking journey, Thank you!

  • @wabbitseason8187
    @wabbitseason8187 ปีที่แล้ว

    looking at the thumbnail i was like "he looks german" and well he got an german accent. Hallo fellow Deutscher

  • @chessbybrendi
    @chessbybrendi 11 หลายเดือนก่อน

    What are they really looking for in cyber security role? are the courses that we see online really enough? probably not even close, right?

  • @a.k.b.a.l.
    @a.k.b.a.l. ปีที่แล้ว +1

    Not even a minute of reproduction and I can say "I love this series"

  • @chessbybrendi
    @chessbybrendi 11 หลายเดือนก่อน

    What is a day life in a cyber security job? can you show a real examples of tasks and jobs?

  • @snudget
    @snudget ปีที่แล้ว +2

    Just build web applications in Rust/WASM

    • @joechristo2
      @joechristo2 ปีที่แล้ว +1

      that’s FRONTEND (at least WASM)

  • @fededamian
    @fededamian ปีที่แล้ว +1

    Great video and explanation, professional, and gets to the point. I think one main takeaway one can get, that would especially help guys who may feel overwhelmed by these injections, is that the core problem here to be spotted while you are testing is the lack of the encoding / filtering of the double quotes, which allows you to escape the context of the string where the contents of the parameter is being injected. After that is just a matter of playing around to see what you are allowed to inject and find a way to run code, which is what these injections are all about.

  • @mc-not_escher
    @mc-not_escher ปีที่แล้ว

    Reminds me of SQL injecting and little Bobby Tables

  • @12...
    @12... ปีที่แล้ว

    you don't need to write , those tags are all optional and are inserted automatically

  • @SIGSEGV200
    @SIGSEGV200 ปีที่แล้ว

    what is more annoying than character filtering? dompurify

  • @sjoervanderploeg4340
    @sjoervanderploeg4340 9 หลายเดือนก่อน

    If you tweet such a statement, you are assuming the target knows what you are trying to show.

  • @_chris_6786
    @_chris_6786 ปีที่แล้ว

    But, is this like, preventable with input validation?

  • @WistrelChianti
    @WistrelChianti ปีที่แล้ว +1

    Wow thanks! It's so important for people to have a handle on this sort of thing so we can be aware of what we need to look out for when writing code.

  • @Backstabbio
    @Backstabbio ปีที่แล้ว

    You'd be a lot cooler if you didn't put your pronouns in your bio, he/him!

  • @wingedcatgirl
    @wingedcatgirl ปีที่แล้ว

    @.@ That name thing seems super exploitable

  • @elgunlee
    @elgunlee ปีที่แล้ว +3

    Actually this is PHP problem, not JS. First of all you must escape correctly when transferring PHP variable to inline JS script. Using handmade regex is error-prone. Instead you can use json_encode() in PHP for that scenario.
    Here is the example:
    const foo = ;
    But still this is not totally safe, because it doesn’t escape , you can use additional flags for that.
    const foo = ;
    Anyway the XSS talked in this video is caused by misusing PHP and is not related to JS. It should be better to explain how to solve this in PHP instead of talking about JavaScript. Also some other programming languages for example Golang (.gohtml) implicitly json encode to safe string before printing your variable to script tag.

    • @Bunchachis
      @Bunchachis ปีที่แล้ว

      Bare json_encode would be enough. While it doesn't escape , it'll still escape slash. So becomes "", which doesn't close the script tag and stays a part of the string.

  • @chessbybrendi
    @chessbybrendi 11 หลายเดือนก่อน

    How can I land on the first cyber security job?

  • @HritikV
    @HritikV 7 หลายเดือนก่อน

    this was an open tab for so long. greatly explained !!

  • @berndeckenfels
    @berndeckenfels ปีที่แล้ว

    Hm does it make sense to cancel out name on top of each page (or can it CSPed?)

  • @cyanoure
    @cyanoure ปีที่แล้ว

    What if they use "htmlspecialchars" php function?

  • @nincsx
    @nincsx 11 หลายเดือนก่อน

    could you upload a video about how to learn effektively?

  • @bioblade87
    @bioblade87 ปีที่แล้ว +1

    the hex encoding trick is impressive too.

  • @xB-yg2iw
    @xB-yg2iw ปีที่แล้ว +1

    This format is fun and useful, please do it again!

  • @AlissonNunes
    @AlissonNunes ปีที่แล้ว

    Would you be able to create an array, instead of an object?

  • @FuzzyLitchi
    @FuzzyLitchi ปีที่แล้ว

    very fun format! :) learnt a few tricks

  • @sullivan3503
    @sullivan3503 ปีที่แล้ว

    Why would the input end up as ""..."" instead of "\"...\""? Why would the quotes not get automatically escaped by the input form?

    • @LiveOverflow
      @LiveOverflow  ปีที่แล้ว

      Why would it get automatically escaped by the input form. Or the correct question would be, why would it not get automatically escapes by PHP?
      Well. Because PHP doesn’t do that automatically. If you want that you need to program that

  • @navpreetdevpuri
    @navpreetdevpuri ปีที่แล้ว

    +{toString:e=>location=name}
    -{toString:e=>location=name}
    0>{toString:e=>location=name}
    ...etc
    replace toString with valueOf or [Symbol.toPrimitive]
    [...{[Symbol.iterator]:e=>location=name}]
    1 instanceof {[Symbol.hasInstance]:e=>location=name}

  • @ahmedMohamed-zu2qp
    @ahmedMohamed-zu2qp ปีที่แล้ว

    Good usage for the new Twitter logo 👏👏

  • @roymoshe7822
    @roymoshe7822 ปีที่แล้ว +1

    A couple of questions:
    When does the evaluation of the parameter takes place? Right after the function call and before any part of the function takes place?
    Are there any possible mitigations for this kind of exploit? I mean if this code runs before anything else I don’t see any possibility of mitigations which is wild, but I might be missing something

    • @joechristo2
      @joechristo2 ปีที่แล้ว +1

      i have no idea what i’m talking about (as in the context of the video cuz i haven’t watched it) but JS might use C calling conventions in some cases i think (?) and with those, usually the parameters are passed to the function BEFORE the function gets “called” (as in the CALL assembly instruction) but it really doesn’t matter what the function “is” because it can be overrided to not even use the parameters in the first place but get called by the same name, which might be a security risk if some people don’t know what they’re doing

    • @roymoshe7822
      @roymoshe7822 ปีที่แล้ว

      @@joechristo2 well in the video it’s shown that parameters are evaluated pre call to the function which causes a security risk at a fundamental level since the parameter inserted may contain js code that will run before the call of the function
      Maybe having input checks before each function calll can be a solution but still it seems clunky and weird

    • @xelspeth
      @xelspeth ปีที่แล้ว

      The assignment is evaluated before the function call. It has to because otherwise you couldn't use the return value of assignments in functions.
      The mitigation for this is to not have it in the first place e.g. sanitizing the userinput before placing it in the dom

  • @DanielRumba
    @DanielRumba 3 หลายเดือนก่อน

    Can I bypass router login page

  • @AssemblyWizard
    @AssemblyWizard ปีที่แล้ว +1

    For the first solution, what about using square brackets to define an array instead of an object?
    For the second solution, I believe the "new class b" part can be deleted if you replace the equals after toString with a colon.
    Great video!

    • @KirkWaiblinger
      @KirkWaiblinger ปีที่แล้ว

      Agreed that the toString in object literal should work too.... maybe they're trying to be general as far as including the case that different characters are prohibited (for example the colon). I think your suggestion with the array gives a nice way of solving it if curly braces are prohibited too.

    • @avlidienbrunn
      @avlidienbrunn ปีที่แล้ว

      @@KirkWaiblinger this! if colon is available, might as well use the first example. If it isnt, but one of many whitespace/line terminator/multiline comment characters are, we can use the second example. [location=name] is a good point!

    • @joechristo2
      @joechristo2 ปีที่แล้ว +1

      but in lua members of objects are referred to by square brackets as WELL as members of arrays because every variable is an object in lua and every variable is an object in JS

  • @prodeveloper8329
    @prodeveloper8329 ปีที่แล้ว

    the question is how you will control the window.open() ? probably it is gonna be hardcoded values. please someone explain, i couldn't understand that!!!

    • @LiveOverflow
      @LiveOverflow  ปีที่แล้ว

      You execute this from your own domain. So the victim visits your site and you trigger that

  • @mrlithium69
    @mrlithium69 11 หลายเดือนก่อน

    typical javascript error oh no

  • @Haapavuo
    @Haapavuo ปีที่แล้ว

    Great video, thanks!!

  • @slickis
    @slickis ปีที่แล้ว

    great video, thank you

  • @arkadiymel5987
    @arkadiymel5987 ปีที่แล้ว +1

    9:00 Concatenation is executed first and the result is a string, which cannot be assigned to. It's essentially equivalent to writing 1 = 2

    • @LiveOverflow
      @LiveOverflow  ปีที่แล้ว

      No, because you get a syntax error ;)

    • @Qbe_Root
      @Qbe_Root ปีที่แล้ว +1

      @@LiveOverflow I guess nothing gets "executed" because of the syntax error, but JavaScript does know in what order to execute this: first the concatenation, then the assignment. It just so happens that the expression makes no sense using that order

    • @arkadiymel5987
      @arkadiymel5987 ปีที่แล้ว +1

      @@LiveOverflow My bad, I meant parsed, not executed.
      What I was trying to say is that the reason the expression in the video results in a syntax error is that the addition is treated as the left side of the assignment and is not assignable, and that it is similar to the 1 = 2 case in that regard.
      I looked it up in the ECMAScript documentation to try to be more precise this time and it seems that the reason it results in a syntax error is that the left side of the assignment is not a valid LeftHandSideExpression (13.3) or because of the second bullet in (13.15.1).
      The fun thing is that I actually tested that with " true ? 0 : (1 = 2) " before writing the comment and it did fail with a syntax error instead of executing.

  • @myname-mz3lo
    @myname-mz3lo ปีที่แล้ว

    just ask chatgpt to explain it

  • @planktonfun1
    @planktonfun1 ปีที่แล้ว

    I'm still waiting for it to run on twitter

  • @gergelykalman9822
    @gergelykalman9822 10 หลายเดือนก่อน

    Man, I almost never do websec, so this was fascinating. I learned a ton, your content is always top notch! Thanks for this ❤

  • @daem0n1ze
    @daem0n1ze ปีที่แล้ว

    Thank you for the information

  • @yassinesafraoui
    @yassinesafraoui ปีที่แล้ว

    Please make more vids like this!

  • @saketsrv9068
    @saketsrv9068 11 หลายเดือนก่อน

    You are genius thats all i have to say