Bash for Bug Bounty & Ethical Hacking | Basic Course

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

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

  • @alirezahussaini7248
    @alirezahussaini7248 2 года назад +8

    i start to watch your videos from Afghanistan

  • @docmalitt
    @docmalitt 2 года назад +2

    for some of us who do not script every day and tend to forget.... (hmmm...sometimes a lot) you showed amazing extensions for Code. Really helpful. When you started bash in Code and not in Vim I was like.. ok, you have 3 min to... WOW, this is so cool!!! Thank you.

    • @ryan_phdsec
      @ryan_phdsec  2 года назад +4

      It really bothers me when people who are really experienced make tutorials. and don't show the easiest ways to learn.

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

    i love while loops :) especially with reading lines from files. great video :). oh an my fav for loop: i use mostly seq, because you can interchange variables in the loop. : for i in $( seq 1 10 ); do echo $i ; done

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

    thanks for this . i am waiting for the next bash video .

  • @a-man2468
    @a-man2468 2 года назад +1

    Awesome 😎

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

    Thank you so much Ryan for the video. How did you open Kali in VScode? tq for all your lessons/vids

  • @prajjwallearnings-nz6rg
    @prajjwallearnings-nz6rg Год назад

    Keep up the good work sir 👍👍👍

  • @DenisPrat-sl6qz
    @DenisPrat-sl6qz 3 месяца назад

    You make great videos brother

  • @JayJay-hb5ig
    @JayJay-hb5ig Год назад +1

    Wide group of topics that could have all taken their own video. Not just for programming principles like "what is a variable" but just for syntax understanding. Like the difference between your usage of (){}(()). I personally still don't understand the context difference. Not bad for 40 minutes and that many topics for someone who already knows how to program.

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

      ...you won't really understand the () until you understand processes, the shell and sub-shells. in general, () forks a sub-shell and executes ...it is somewhat analogous to 'scope' and function execution in c ...but, a sub-shell is a complete process with it's own environment. consequently, you can do really powerful things in a sub-shell and NOT change the environment of the parent shell... enter something like this in chatGPT " () forks a sub-shell and executes " and it will give you a nice breakdown and code snippet,

  • @alexgardner4401
    @alexgardner4401 3 месяца назад

    Howdy from Australia

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

    where can i get your paid courses