HackTheBox - Gofer

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

КОМЕНТАРІ • 28

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

    This one was done very very well! Outstanding explanations !!

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

      Thanks, glad you liked it. The use after free explanation make sense?

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

      @@ippsec I was already aware of it. But you did a great job explaining it.

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

    Fantastic video! I really appreciate your thorough explanation of your thought process. I gained a lot of valuable insights.

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

    Great video! Thanks for taking the time to explain your thought process in detail, learned a lot.

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

    Two things I found interesting so far:
    When examining the documentation, it seems important to have a newline between the 'Subject' field and the message body (which I did and it worked). However, in the video, it worked without it:
    A blank line is needed between the 'Subject' field and the message body.
    I attempted to establish a reverse shell on port 22 since I found this port open during the initial scan. Unfortunately, I couldn't get a reverse shell. I then changed to some other random port, and it worked. Maybe it was a mistake on my end, so I will certainly try again :)

  • @AUBCodeII
    @AUBCodeII Рік тому +15

    Common IppSec phrases:
    What's going on, UA-cam, this is IppSec, and we're doing X from Hack The Box
    As always we start with nmap so -sC for default scripts, -sV for enumerate version, -oA to output all formats
    This may take some time to run so I've already ran it
    Please subscribe
    Shoot
    I did not have Ipp relations with that woman
    There we go
    Hey, at least I'm not drinking, Brian
    Hope you guys enjoyed the video, take care, and I will see you all next time

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

      Let's Seee!
      😂

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

      looking at the resulsts, we see x ports open, the first one being ssh on port 22, and we can see....@@sl4x0

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

      crap

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

    Push!

  • @yuyu-ce4fz
    @yuyu-ce4fz Рік тому +1

    Nice box

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

    Ippsec, do you plan on making HTB Battlegrounds content?

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

      If I ever went back to streaming too and became consistent, I may do some. But no plans on that.

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

      @@ippsec Okay.

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

    hey ipp, what keyboard r u using if i may ask?

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

    33 seconds after publishing 🙂

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

    On Debian there by default is no sudo installed.

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

    It will be good if you will teach us binary exploitation and RE

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

    ok so why telnet smtp mail ??? i didn't get this :(

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

      When a program sends mail to SMTP, it is just opening a socket to the SMTP Port and writing the strings showed in this video. Since with Gopher we can write strings to a socket we can use it to send SMTP Commands which end up sending an email.

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

    why don't you make a course that would me great

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

      There is, it's ippsec.rocks. There is no syllabus but IMO the most important part in this field is being able to identify what you need to search for and learn as you go.

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

      @@ippsec i didn't get the 16:40 part if some can explain whole part

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

      @@Heisenberg696 go to Ippsec.rocks, type in “ip encode” and you’ll see the first time I explain it (holiday video). The first time I explain something I generally go into more detail