The Beginner's Guide to Automating Your Bug Bounty Workflow

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • This video demystifies automation in bug hunting, presenting practical, straightforward examples to streamline your workflow. Whether you're just starting or looking to refine your techniques. No prior expertise required :)
    To get started with CronJobs: crontab.guru/
    Follow me on social media:
    / g0lden_infosec
    / g0lden1_
    goldencybersec...
    Join my Discord:
    discord.gg/BJcDKW4Ke6

КОМЕНТАРІ • 54

  • @stuartjacobs
    @stuartjacobs 4 місяці тому +3

    Great video. Thanks for sharing. Cannot say how many hours I have wasted doing this the long way.

    • @g0lden1
      @g0lden1  4 місяці тому

      Thank you for watching :)

  • @milapmerja5033
    @milapmerja5033 8 місяців тому +2

    Just what I was looking for. Thanks man. I was just stuck at where do I start in automation and this is exactly I needed.

    • @g0lden1
      @g0lden1  8 місяців тому

      Super glad to hear that! Go get em!

  • @ghsinfosec
    @ghsinfosec 8 місяців тому +1

    The simplicity of this makes automation really enticing. Thanks for breaking this down, I'm going to give it a shot!

    • @g0lden1
      @g0lden1  8 місяців тому +1

      Heck ya! :) you got this. I can't wait to see what you come up with!

  • @shauncollins1280
    @shauncollins1280 7 місяців тому +1

    You just helped jump-start my base recon automation. Many thanks!

    • @g0lden1
      @g0lden1  7 місяців тому +1

      Heck ya! You're gonna kill it!

  • @SrRunsis
    @SrRunsis 8 місяців тому +1

    Thank you so much for this video. It's real gold and it's in fact not bad for being a pro automator. Nagli uses bash and txt files for example (at least thats what he said in Critical Thinking) so polishing these scripts you showed a little bit more can be game changer. Thanks golden

    • @g0lden1
      @g0lden1  8 місяців тому

      Absolutely! thank you for watching :)

  • @ItsJustNotBob
    @ItsJustNotBob 8 місяців тому +2

    This is an excellent video and you really broke it down quite nicely. I'm definitely not a recon dude or automationist, but this video inspired me to give it a shot. :)

    • @g0lden1
      @g0lden1  8 місяців тому +1

      Thanks so much! You got this!!

  • @Studiom44
    @Studiom44 8 місяців тому +1

    Yes yes yes! Thanks dude! Great considerations here and well broken down.

    • @g0lden1
      @g0lden1  8 місяців тому

      Thank you so much :)

  • @steiner254
    @steiner254 3 дні тому

    Interesting!

  • @comosaycomosah
    @comosaycomosah 8 місяців тому +1

    This is really good I wish I had a vps but no credit card so may keep looking for a work around... have to do automation these days

    • @g0lden1
      @g0lden1  8 місяців тому

      You can do it on your laptop/PC too :)

    • @comosaycomosah
      @comosaycomosah 4 місяці тому

      @@g0lden1 i actually got it worked out now! your videos are great dude keep it up

  • @cwinhall
    @cwinhall 8 місяців тому +1

    Great vid Gunnar. I'm curious on your thoughts about platforms tackling this as a service, such as trickest - have you ever used any that met expectations?

    • @g0lden1
      @g0lden1  8 місяців тому +1

      I have played with pretty much all of them (I think...), and while they do work, they can tend to get a bit expensive to scale for a single independent user. For an enterprise that just wants to scale and go, maybe worth a look! But for me as a solo guy, I find it cheaper to build my own stuff normally!

    • @cwinhall
      @cwinhall 8 місяців тому

      @@g0lden1 Which are the other platforms that you tried?

  • @Rivenlab
    @Rivenlab 8 місяців тому +1

    Hello, good video, i didn't understand anything 😂 , but I will give a shot

    • @g0lden1
      @g0lden1  8 місяців тому

      You can do it :) I promise!

  • @khaledelsafoury3075
    @khaledelsafoury3075 7 місяців тому +1

    Hey Golden bullet

    • @g0lden1
      @g0lden1  7 місяців тому +1

      My recommendation has always remained the same! :) you should learn and pursue whatever looks fun/awesome FOR YOU 🤘 there is not really a "best" route! Learn and do what interests you, not what interests others 👍

  • @RohitYadav-qt9lx
    @RohitYadav-qt9lx 7 місяців тому +2

    Bash FTW :)

    • @g0lden1
      @g0lden1  7 місяців тому +1

      WOOOO 🤘

  • @4liraah
    @4liraah 8 місяців тому +1

    Great stuff man thanks for the vid. Quick question, is there a way to get around absolute pathing when you want to run a script like this with cron job? It's really a pain in the ass to convert all the tools and dirs into their absolute paths :))

    • @g0lden1
      @g0lden1  8 місяців тому

      I am sure there is... I don't know off the top of my head. But I am sure you could put the scripts in your PATH or something and not need absolute pathing.

    • @4liraah
      @4liraah 8 місяців тому +1

      @@g0lden1 Thanks for the reply. Yeah I figured it out, you could just define the PATH above your script in crontab.

  • @znsmv
    @znsmv 5 місяців тому +1

    Hi
    can you help me
    When I run the script
    He shows me these
    ./recon.sh: line 10: subfinder: command not found
    ./recon.sh: line 10: dnsx: command not found
    ./recon.sh: line 10: anew: command not found
    ./recon.sh: line 11: httpx: command not found
    ./recon.sh: line 11: anew: command not found
    ./recon.sh: line 11: notify: command not found
    ./recon.sh: line 12: anew: command not found
    While I have installed the tools

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

      That looks like you didn't put the GOPATH in your $PATH 👍

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

      @@g0lden1 how i do it ?

    • @znsmv
      @znsmv 5 місяців тому +1

      @@g0lden1 thank you
      fixed

  • @marwanechalh508
    @marwanechalh508 8 місяців тому +1

    Hi ,can you make a review of rengine , do you recommend to used for automation ?

    • @g0lden1
      @g0lden1  8 місяців тому +1

      I have tried it, and don't normally recommend it over some other options🤷‍♂️ but it could still be a video!

  • @Alex-vr8cp
    @Alex-vr8cp 8 місяців тому +1

    Really useful! is the code shown available anywhere?

    • @g0lden1
      @g0lden1  8 місяців тому +1

      I posted it in my discord for folks :)

  • @javadabaee3768
    @javadabaee3768 7 місяців тому +1

    Awesome man thanks a lot happy hacking 🙏

    • @g0lden1
      @g0lden1  7 місяців тому

      Thanks for watching happy hacking to you as well!

  • @Omkumar-xs6vb
    @Omkumar-xs6vb 8 місяців тому +1

  • @gogochow7525
    @gogochow7525 24 дні тому

    I'd rather have you show us what you really use instead of boilerplate examples 😊

  • @Xpl0itme921
    @Xpl0itme921 6 місяців тому +1

    How to setup

    • @g0lden1
      @g0lden1  6 місяців тому +1

      I can make another video on that :)

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

      @@g0lden1 Please could you do this! I struggled to get some of the tools installed , got them all installed now but script doesn't seem to run as well as yours. Thanks!

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

      @@g0lden1 Mnaged to get it running mostly just seems to be an error with HTTPX? IM getting [FTL] Could not create runner: file doesn't exist

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

      @@XploderGAMES1o1 some versions of Linux (like Kali) come with a different HTTPx tool installed. So you maybe need to install that one first if that's the case

  • @javadabaee3768
    @javadabaee3768 7 місяців тому +1

    😍♥

  • @TheCyberWarriorGuy
    @TheCyberWarriorGuy 8 місяців тому +1

    :)

  • @comosaycomosah
    @comosaycomosah 4 місяці тому

    dude wtf! like what the actual fuck youtube quit unsubscribing me from good creators.....havent watched in awhile i see why now smh this happens ALLLL the time im sick of it