How To Brute Force Subdomains and Automate Web Server Enumeration Using WFuzz and Aquatone

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024

ความคิดเห็น • 31

  • @kaineuler
    @kaineuler 3 ปีที่แล้ว

    hands down best instructor ive come across, really great info thanks.

  • @xtwisted007x
    @xtwisted007x 3 ปีที่แล้ว

    Great explanation about subdomain enumeration as well as a cool tip about Aquatone for sifting through the results. Just subscribed and looking forward to more of your videos Sir!

  • @florencio1000
    @florencio1000 3 ปีที่แล้ว

    I really enjoy your way of presenting information. Thanks, dude!

    • @InfiniteLogins
      @InfiniteLogins  3 ปีที่แล้ว

      That's awesome to hear -- thank you.

  • @justinmckinney5110
    @justinmckinney5110 3 ปีที่แล้ว +1

    This is great education, thank you for sharing your knowledge with us in a fun way!

    • @InfiniteLogins
      @InfiniteLogins  3 ปีที่แล้ว +1

      Thanks Justin, I'm glad you liked it!

  • @jbossman008
    @jbossman008 3 ปีที่แล้ว

    very nice. the python server command at the end was excellent info! good job

  • @20thcenturyfoxyoutube
    @20thcenturyfoxyoutube 2 ปีที่แล้ว

    that was such a good walkthrough, i learned quite a bit!

  • @i_am_dumb1070
    @i_am_dumb1070 ปีที่แล้ว

    Thankyou brother very good video .

  • @khalifakhalifi2397
    @khalifakhalifi2397 3 ปีที่แล้ว

    You're like "im using vi u can use whatever u like" that flexing was EPIC! good video keep it up! Isnt it the same using Ffuf instead of wffuf?

    • @InfiniteLogins
      @InfiniteLogins  3 ปีที่แล้ว +1

      Yeah I actually use ffuf now haha. Might make a new video showing it off.

  • @craigaskew9115
    @craigaskew9115 3 ปีที่แล้ว

    Fantastic video. Very helpful indeed. thanks man! Subscibed and hit the bell.

  • @c0nd4
    @c0nd4 3 ปีที่แล้ว

    Great content as always! Keep it up man

  • @hasnainabidkhanzada3754
    @hasnainabidkhanzada3754 3 ปีที่แล้ว

    Thank you very much 💝

  • @pacman804
    @pacman804 3 ปีที่แล้ว

    I love you mahn,just discovered your channel and you've earned my sub 4sure.

  • @aaryanbhagat4852
    @aaryanbhagat4852 3 ปีที่แล้ว

    Great stuff, the timestamps were helpful, but I do not understand the purpose of enumerating possible kinds of sub-domains for bug-bounty, what are the possible implications?

    • @InfiniteLogins
      @InfiniteLogins  3 ปีที่แล้ว +1

      Each subdomain can point to a different host altogether. In addition to this, a single webserver can be configured with multiple virtual hosts, which allows it to display multiple websites (depending on which domain you go to).

  • @aminsec
    @aminsec ปีที่แล้ว

    nice

  • @hasnainabidkhanzada3754
    @hasnainabidkhanzada3754 3 ปีที่แล้ว

    Noob question: what we can do with different ports. For example if i came to know about 8080 port. How it is helpful for me when doing bug bounty?

    • @InfiniteLogins
      @InfiniteLogins  3 ปีที่แล้ว +1

      I've been getting this question a lot lately -- maybe I'll do a whole video on that. Each port may have its own webserver virtual host configured to allow for multiple websites to run off the same box. This means that browsing to example(dot)com:80 might return a different webpage than example(dot)com:8080. Likewise, sub.example(dot)com:80 might return an additional different webpage, because subdomains may resolve to completely different IP addresses that take you to completely different machines. I hope this makes sense!

    • @hasnainabidkhanzada3754
      @hasnainabidkhanzada3754 3 ปีที่แล้ว

      @@InfiniteLogins Thanks but i think a video is a good option to better understand this

  • @hiddenvirus
    @hiddenvirus ปีที่แล้ว

    i want this subdomain list

  • @MrWysocky
    @MrWysocky 3 ปีที่แล้ว

    👍

  • @mayhem1994
    @mayhem1994 3 ปีที่แล้ว

    how do i use my normal wordlists file

  • @saadalhrby3149
    @saadalhrby3149 3 ปีที่แล้ว

    if i want to brute forcr subd for ex i want brute subdomains on:
    dev.test.com
    i want brute force on this subdomain to extract domains for ex:
    help.dev.test.com
    which way i can do that?
    thanks advanced