HackTheBox - Writer

Поделиться
HTML-код
  • Опубликовано: 22 янв 2025

Комментарии • 27

  • @ivanvalentini9345
    @ivanvalentini9345 3 года назад +4

    To do file enumeration with the sql injection you could have used the option --common-file and pass it a wordlist then use --file-read= to read the file all with sqlmap. Great video :)

  • @nuridincersaygili
    @nuridincersaygili Год назад

    This is pure gold! Thank you!

  • @saketsrv9068
    @saketsrv9068 3 года назад +2

    Waiting for insane release,but kudos to your dedication !

  • @Ms.Robot.
    @Ms.Robot. 3 года назад

    Cool. This was very dynamic. Amazing. ❤️

  • @cosmicrisis5699
    @cosmicrisis5699 3 года назад

    Did the box get changed after this video?
    The writer_web directory isn’t writable for me despite using smbclient and when I finally got in the box I saw that it wasn’t listening on port 8080 at all

  • @arachn1d13
    @arachn1d13 3 года назад

    Does anyone know why sqlmap wont work with a UNION based technique on the login page? It seems to only work with time based blind which is a pain.

  • @uaman11
    @uaman11 3 года назад

    I’m on my 5th day of watching this this is a strenuous video 🤯 but I love it

  • @lonelyorphan9788
    @lonelyorphan9788 11 месяцев назад

    Ippsec rocks!!! 🙂

  • @aminhatami3928
    @aminhatami3928 3 года назад

    Thanks for your great videos.

  • @darkivy7207
    @darkivy7207 3 года назад

    fantastic guide thank you!

  • @pswalia2u
    @pswalia2u 3 года назад

    Great work! I have one doubt, why we are supplying absolute file path to image_url param. Like this file:// . I mean this webserver might alread be running in web root, in that case relative path to file should work.

  • @googlebaba7510
    @googlebaba7510 3 года назад +3

    Thanks for such a nice content .
    Please try to make some videos other than ctfs so that we can learn some extra things from you
    Thank you 💗

  • @BartVerhoeven1992
    @BartVerhoeven1992 3 года назад

    Instead of these regex, that might be buggy in some situations, and on top of that aren't super easy to construct... Why don't you use xpath expressions to select your data from the html?

    • @ippsec
      @ippsec  3 года назад +1

      Primarily because I'm more comfortable with regex and can do it quicker.

  • @AshishKumar-gn9pz
    @AshishKumar-gn9pz 3 года назад

    First like first comment love from India ippsec

  • @maorsabag-kraken
    @maorsabag-kraken 3 года назад

    Hey ippsec! I have a suggestion if you didn't know about, you can "copy as curl" the request in burp or the network tab in firefox, then convert the curl to a python script by some online tool and you have a python script of the request you've made! :)

    • @loqpa2364
      @loqpa2364 3 года назад +1

      There is a copy-as-python-request extension in burp, works like magic.

  • @tortotifa5287
    @tortotifa5287 3 года назад

    When you wanted to crack the hash using john, actually you were right! You needed to add a $ in front of the hash as seen on your google research

  • @gingerman942
    @gingerman942 3 года назад

    Can we get a log4j video? Maybe you exploiting the vulnerability?

  • @infosec6253
    @infosec6253 3 года назад

    Got it

  • @johntheocharis573
    @johntheocharis573 3 года назад

    Why are your views going down....

  • @orxanovn5057
    @orxanovn5057 3 года назад

    this is lab very very hard

  • @oy9804
    @oy9804 3 года назад +1

    great but One video a week is not enough

    • @NicolastheThird-h6m
      @NicolastheThird-h6m 3 года назад +12

      Bro RUclips is not his job

    • @damnmayneunfiltered
      @damnmayneunfiltered 3 года назад +15

      he's also mad consistent when you consider the number of videos he has to the number of retired htb boxes...plus this is the best free training by far.

    • @SuperSohaizai
      @SuperSohaizai 3 года назад

      Add on to that, he does not only run the box one time. He has to run it a few times, check how did other people do it and includes those information as well. And then there is UHC series too

  • @mtech1935
    @mtech1935 2 года назад

    instead of running directly john u have to use
    if john is installed in opt directory then do this
    /opt/run/john hash.txt - -wordlists=/usr/share/wordlists/rockyou.txt
    this will load the hash file idk why but this works for me instead of running john directly