HackTheBox - Shoppy

Поділитися
Вставка
  • Опубліковано 15 вер 2024

КОМЕНТАРІ • 47

  • @gelules
    @gelules Рік тому +21

    8:16 about the logic gates : The AND operator has a higher precedence than the OR operator, meaning the && operator is executed before the || operator. It's explained on the Mozilla developper documentation.

    • @css2165
      @css2165 Рік тому +1

      it's like the relationship between math multiplication and addition

  • @c0ri
    @c0ri Рік тому +2

    Love your vids. Extremely concise explanations and details about your thought processes on how you arrived at conclusions is great. Thanks for sharing!

  • @RealCyberCrime
    @RealCyberCrime Рік тому +17

    If you have $10 a month to spare, HTB is the number one security resource you can buy!

    • @iconelias508
      @iconelias508 Рік тому +3

      What about TryHackMe?

    • @d_cb
      @d_cb Рік тому +2

      @@iconelias508 full of bugs / not worth it

    • @fokyewtoob8835
      @fokyewtoob8835 Рік тому +9

      @@iconelias508 I’d say the best for an ABSOLUTE beginner is tryhackme and as you get more experience definitely move to HTB. That’s what I did and I’m glad I did tryhackme first cause HTB even easy machines are not necessarily easy for beginners

    • @reaper4110
      @reaper4110 Рік тому

      @@fokyewtoob8835 Try Blue, you can root that machine in less than 5 mins.

    • @interfou8068
      @interfou8068 Рік тому +3

      Tryhackme way more better in terms of learnings

  • @KaliMax1337
    @KaliMax1337 Рік тому

    I lucked out and found 'Sample' as plaintext just using plain vanilla strings but love you showcasing the encoding args (duly noted!) and your tips on initial web app enum - those are gold and would love to hear more tips in future videos! Thank you!

  • @beezball38
    @beezball38 Рік тому +5

    that thing with strings -e l is so awesome. i used ghidra but I always like to use strings if I can.

  • @CVE-20XX
    @CVE-20XX Рік тому +3

    I think the reason behind the operations at 8:09 is because the “and” operation has precedence over the “or” operation. So variables get computed with and first, then or later

  • @sand3epyadav
    @sand3epyadav Рік тому

    Did you know, i love ippsec. We never miss any video... because we learn something new ...

  • @SeanCallahan52
    @SeanCallahan52 Рік тому +3

    Why are -sC and -sV always separated? You can do -sCV. Just curious.

  • @somiltyagi7127
    @somiltyagi7127 Рік тому

    You we're right regarding the string termination with the Null byte 🙂

  • @wolfVFXmc
    @wolfVFXmc Рік тому +4

    "Cannot get /" is also displayed in golang fiber rest apis (express but in go)

    • @ippsec
      @ippsec  Рік тому +7

      Good example, I did not know that. However, the NodeJS one is a valid HTML Page. Golang Fiber just looks to be the error with no HTML.

  • @TornTech1
    @TornTech1 Рік тому

    when you converted that post payload to JSON and the response was a stack trace, that was a clear confirmation it was a NODEJS Server.

  • @blackthorne-rose
    @blackthorne-rose Місяць тому

    isn't trying false creds and trying to force a remote buffer overflow crash going beyond discreet enumeration and just blasting the conch of battle?

  • @jmee7580
    @jmee7580 6 місяців тому

    Am I right in saying that at 5:17 there is an information disclosure in the response?

  • @celticfans1
    @celticfans1 5 місяців тому

    any idea why gobuster dns doesnt find mattermost even with the correct wordlist?

  • @HossamMohamed-pq2yk
    @HossamMohamed-pq2yk Рік тому

    17:58
    so for the path hijack, using for example `sudo PATH=$(pwd):$PATH ` won't work?

  • @ovebepari6682
    @ovebepari6682 Рік тому

    Regarding how js processes conditions at 8:16
    It's fine. Every C variant processes conditionals this way, once something is true at first in a statement with || (OR), it discards the rest, same with false statements and &&.

  • @quickmick9000
    @quickmick9000 Рік тому

    8:20 , the order of operations in boolean logic is NOT, AND, OR, so AND gets evaluated first. This is like BIMDAS (or PEMDAS) but for boolean.

  • @solcloud
    @solcloud Рік тому

    Good educational video! Thank you

  • @lonelyorphan9788
    @lonelyorphan9788 Рік тому +3

    Ippsec rocks 🙂!

  • @flrn84791
    @flrn84791 Рік тому

    Great video! This should be a medium box though. When you look at the table for HTB submission, easy doesn't fit what this box is.

  • @MrFontaineInc
    @MrFontaineInc Рік тому

    Have you played around with the ffufrc config file recently? it's a life saver for the basic enum checks.

  • @booruledie3052
    @booruledie3052 Рік тому +1

    Awesome video !

  • @ahmedmouad344
    @ahmedmouad344 Рік тому

    7:46 will be translated to { TRUE or (TRUE and FALSE) } if we applied equivalence rules i don't actually remember what was the exact name of this rule but the result will be { (TRUE and TRUE) or ( TRUE and FALSE) } >>> { (TRUE) or (FALSE) } >>>> the result is {TRUE}

  • @nuridincersaygili
    @nuridincersaygili Рік тому

    OK, so you got the Node.js via 404 response content, but the question is, how do you know that it is MongoDB? What did you base this guess on?

    • @ippsec
      @ippsec  Рік тому +1

      Because with NodeJS MongoDB is extremely common. With PHP you have the "LAMP" Stack (Linux, Apache, MySQL, PHP).
      The NodeJS Equivalent is MEAN (MongoDB, ExpressJS, Angular, Node).
      It's not a guarantee that stack is being used, but they hold the majority of articles/guides when you are learning so those applications are more often then not bundled togather.

    • @nuridincersaygili
      @nuridincersaygili Рік тому

      @@ippsec thank you very much for the clarification! Hope to see more walkthroughs like this!

  • @darkfire4789
    @darkfire4789 Рік тому

    thank you very much!

  • @markuche1337
    @markuche1337 Рік тому

    Love ur videos ❤️

  • @mukeshsingh7069
    @mukeshsingh7069 Рік тому

    There is another TCP Port 9093 open.

    • @ippsec
      @ippsec  Рік тому

      Yeah its a non-standard port but I couldn't find any way to make it meaningful so didn't bother showing it. In this case it is related to Mattermost, but I don't know how you could have known that blindly as it wasn't a thing specific to mattermost. And a lot of googling did not return it may be related to mattermost.

    • @flrn84791
      @flrn84791 Рік тому

      @@ippsec It mentioned the playbooks plugin 1.29.1 at the end, which is used in Mattermost. That actually was the first thing I found out in the enumeration, which brought me directly to mattermost.shoppy.htb. But in the end we still have to go through the nosql injection to log in into mattermost :D

  • @kristibegaj608
    @kristibegaj608 Рік тому

    Where is ZAP?
    You promised long ago that you'll switch in a very close future! Still nothing!

    • @shammahagwor9205
      @shammahagwor9205 Рік тому

      He doesn't owe you an explanation man

    • @ippsec
      @ippsec  Рік тому

      Yeah I tried to switch. Had trouble. There’s a reason everyone uses burp

  • @16bit_16
    @16bit_16 Рік тому

    my channel too it is really good too🐢