Linux Hacking: Hidden Files & File Ownership | Bandit: OverTheWire (Levels 4-6)

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

КОМЕНТАРІ • 22

  • @LastOlie
    @LastOlie 5 років тому +15

    Accidentally found out about CTF’s recently and had so so much fun working through problems with people in a hackerspace. Learning some more fundamental skills so I can take place in some more. I’m doing the problems first myself then watching your videos for advice/best practices

    • @_JohnHammond
      @_JohnHammond  5 років тому +1

      Oh excellent, that is great! Sounds like a good process. Thanks for watching, I hope you enjoy!

  • @ivancontreras7292
    @ivancontreras7292 6 років тому +11

    Bro THATNKS for explaining the 2>/dev/null

  • @GerryHarris
    @GerryHarris 2 роки тому +1

    There are so many ways to do things in Linux, I watched someone else do bandint7 and to hide the permission denied thy did a | grep -V "permission denied". I always learn something new watching your videos.

  • @enlivensenior2542
    @enlivensenior2542 3 роки тому

    Watching John vids for CTF is so awesome and you get to learn various new things !!! Thanks John !!! Always an inspiration

  • @jayphelix4221
    @jayphelix4221 4 роки тому +4

    Some of the best explanations I have seen yet!! Thanks for explaining things so well!!! Keep up the great work!

    • @_JohnHammond
      @_JohnHammond  4 роки тому +1

      Thanks for all the kind words, and thanks for watching!

    • @jayphelix4221
      @jayphelix4221 4 роки тому

      Really helps my learning to see an explanation that I can follow along with. Thanks again and Kudos!

  • @Yerbah
    @Yerbah 6 років тому +2

    subbed! thanks for explaining :P

  • @anonpater2923
    @anonpater2923 4 роки тому +1

    So find . means this current directory and find / means root or all the files on the computer?

  • @bugr33d0_hunter8
    @bugr33d0_hunter8 6 років тому +1

    Lovemthat you explain everything.

  • @TanmayBhattacharjee-gj3vb
    @TanmayBhattacharjee-gj3vb 4 роки тому

    awesome. truly you are guru for me.

  • @programmedkky5715
    @programmedkky5715 5 років тому +6

    simple, 1033 answer........... just :: $ du -a -b | grep "1033"

    • @_JohnHammond
      @_JohnHammond  5 років тому +2

      That's a good solution, nice one liner! Thanks for watching! :D

  • @johnvardy9559
    @johnvardy9559 2 роки тому

    thank you john

  • @bugr33d0_hunter8
    @bugr33d0_hunter8 6 років тому

    Does it have to be in that order, find / -size 33c -user. -group?

    • @husam1919
      @husam1919 6 років тому +2

      Good News of the Kingdom No, the command line options can be written in any order.

    • @bugr33d0_hunter8
      @bugr33d0_hunter8 6 років тому

      JW @ alright thanks. That helps big time.

    • @zahidbond
      @zahidbond 2 роки тому +1

      my command looked something like find / uid xxxxx gid xxxxx -size 33c 2>/dev/null

  • @GabREAL1983
    @GabREAL1983 6 років тому

    thx, good videos.

  • @bugr33d0_hunter8
    @bugr33d0_hunter8 6 років тому

    Can you search for bytes with something like find - type f -size 1033c -exec ls {} \;

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

    the problem i do it when i found the file
    ./maybehere07/.file02
    i make this :
    01: cd maybehere07
    02: cat < -file2
    and i get a long code but thank you for the tutorial