DNS Enumeration Tutorial - Dig, Nslookup & Host

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

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

  • @HackerSploit
    @HackerSploit  5 лет назад +11

    if you have any questions or would like to post your own solutions, you can join the HackerSploit forum.
    hackersploit.org

    • @alexxxk
      @alexxxk 4 года назад

      i learn more with you than my course that i did CEH

  • @charlesalmadi9665
    @charlesalmadi9665 3 года назад +6

    I liked how a script was used to feed the output of dig to nmap, very enlightening.

  • @ingokrispin3482
    @ingokrispin3482 5 лет назад +32

    As for the one liner at the end of the video, u should have used backticks instead of single quotes. That is:
    for ... `dig ...` nmap ... rather than '...'
    or (maybe better):
    for ... $(dig ...) nmap ...
    Anyways, thx for the video !

    • @HackerSploit
      @HackerSploit  5 лет назад +5

      Yes! thanks for the heads up!

    • @ingokrispin3482
      @ingokrispin3482 5 лет назад +1

      @@HackerSploit NP

    • @8080VB
      @8080VB 3 года назад

      Still aint

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

      @@8080VB Try this :
      for ip in $(dig....); do $(nmap $ip...); done
      Fill in the dots with appropriate options.

  • @justme8126
    @justme8126 5 лет назад +7

    Thank you for making this video, I'm learning tons if stuff from watching your videos the past month in a half. I'm new at pentesting. Thank u for taking your time and all of your efforts to teach us great things

  • @NK-iw6rq
    @NK-iw6rq Год назад

    Thank you HackerSploit, I joined a Cyber Security bootcamp because of watching your videos. I love you man and have learned so much from your channel.

  • @thegr8binil
    @thegr8binil 5 лет назад +2

    Sir I watched most of your video everyone is helpful and very valuable

  • @swastikbhat5874
    @swastikbhat5874 5 лет назад +1

    Heyyyyy Man!!!
    I honestly love your RUclips videos!!!
    It's wonderful!! And, this one really helped me revise and regain my knowledge in DNS!!
    Thanks a ton!!

  • @ThreepeatB
    @ThreepeatB 5 лет назад +3

    Another great tutorial! Thanks so much!

  • @SZakiabba
    @SZakiabba 5 лет назад +3

    Can you make a video about Buffer Overflow Attack please?

    • @austinmurphy9074
      @austinmurphy9074 4 года назад

      LiveOverflow channel has great buffer overflow attack videos and protostar is VM to practice them

  • @karthibalaji3817
    @karthibalaji3817 5 лет назад +2

    Alexis can u please upload some steganography audio ctf challenges?

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

    Bro you said the priority for the mail server is important for the ones who know can you explain

  • @florian2119
    @florian2119 5 лет назад +10

    Whats about an Telegram group and Discord?

  • @swastikbhat5874
    @swastikbhat5874 5 лет назад +2

    It would be really really helpful if you could make a video on exploiting a machine that is vulnerable to buffer overflow attack.

  • @Siik94Skillz
    @Siik94Skillz 5 лет назад +1

    What about the people that had signed up for your class on the academy before you took it down????

  • @shemardavis1568
    @shemardavis1568 2 года назад +1

    How do I differentiate between recursive and iterative DNS queries?

  • @duraidthamer7388
    @duraidthamer7388 6 месяцев назад

    Thank you for your efforts, how can I get DNS traffic pass through LAN including many android mobile devices?

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

    World's best teacher thanks

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

    !! DNS server is a server that resolves hostnames or domains to IP addresses.

  • @shanbanaan8095
    @shanbanaan8095 5 лет назад +1

    can we pay u like students pay for school cus its the same,

  • @vikaskumarsingh3608
    @vikaskumarsingh3608 5 лет назад +1

    what are some best tools for website pen- testing ??

  • @MuhammadAbdullah-lu2eh
    @MuhammadAbdullah-lu2eh 6 месяцев назад

    thanks

  • @faysalabohov986
    @faysalabohov986 5 лет назад +2

    Good job Pro

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

    i jsut dindt fully get it, im doing htb dns stuf and i dont get what is a transfer zone. i unferstand that they are a ones with localhost ip

  • @swastikbhat5874
    @swastikbhat5874 5 лет назад

    Can you also make videos on MITM attacks. And, how to perform them?

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

    whats the difference between dns brute forcing and subdomains listing?

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

    ❤ your content

  • @MySachincool
    @MySachincool 5 лет назад +3

    for ip in $(dig hsploit.com +short); do nmap $ip; done

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

    worth it! the command will be "for ip in $(dig domain.com +short);do nmap -sC -sV -Pn $ip; done

  • @CecilAdom
    @CecilAdom 10 месяцев назад

    I scan for an IP and port 53 was open what can I do with this

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

    thank you!

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

    Did not see information about PTR record

  • @Yash_J
    @Yash_J 5 лет назад +3

    Make a video on HOW TO EDIT VOICE LIKE ALEXIS AHMED

    • @netbin
      @netbin 5 лет назад

      Mahmoo-oo-d can we go plane hijacking?

  • @bendover4728
    @bendover4728 5 лет назад

    No transfer zones in this one?

  • @ayanchakraborty76
    @ayanchakraborty76 5 лет назад

    You are great sir great

  • @francescopresta9570
    @francescopresta9570 5 лет назад

    Very useful

  • @anonymoushacker8853
    @anonymoushacker8853 5 лет назад +1

    Nice 🙂

  • @kingdomofjordan3315
    @kingdomofjordan3315 5 лет назад

    my friend How to create a local host of games without band !!!

  • @elliotalderson4467
    @elliotalderson4467 5 лет назад

    What"s mail server for ?

  • @ronak3600
    @ronak3600 5 лет назад

    Can you tell me how to add wildcard for DNS entry

  • @YazhShah
    @YazhShah 5 лет назад +1

    Hey, Alexis do you have any anti-virus recommendations?

    • @thegr8binil
      @thegr8binil 5 лет назад

      Bitdefender

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

      Kapersky, or use a good ids like snort

  • @nomanazeem8455
    @nomanazeem8455 5 лет назад

    Please bro do a video on EagleEye tool

  • @user-fk3jc4jm8s
    @user-fk3jc4jm8s Год назад

    dude "subdoman takeover GEM video" - I would say

  • @krishiv902
    @krishiv902 5 лет назад +1

    How can i contact u

    • @HackerSploit
      @HackerSploit  5 лет назад +3

      Via my email provided in the about section of the channel.

    • @krishiv902
      @krishiv902 5 лет назад

      @@HackerSploit do u have telegram

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

    Neat

  • @mayankdeshmukh8752
    @mayankdeshmukh8752 5 лет назад +1

    I would love to see you use Arch linux once .. Try it at least as it's made for elites especially like you ..Or maybe make a short informative video on it..

    • @jl_woodworks
      @jl_woodworks 5 лет назад

      It's not made for the elite. Linux was created because there were no free options, to empower the regular user and not the elite.

    • @mayankdeshmukh8752
      @mayankdeshmukh8752 5 лет назад

      I am talking about ARCH linux.. Maybe you should Google it for some information..

    • @jl_woodworks
      @jl_woodworks 5 лет назад

      @@mayankdeshmukh8752 I don't know where your existence dwells in this world, but it definitely screams "I'm a script kiddie". What I am telling you is that Arch is Linux, and Linux was not created for the elite. The opposite is true. I appreciate your googling recommendation, but maybe you should learn how to properly read.

    • @mayankdeshmukh8752
      @mayankdeshmukh8752 5 лет назад

      Maybe you need some ice on your burns for getting offended so easily. But yeah as per you giving me "script kiddie" tag, i believe you're a beginner in this field.. Anyway cheers i will humbly accept that title too coz i got nothing to prove you.

    • @HackerSploit
      @HackerSploit  5 лет назад +1

      I will make a video on it

  • @user-ec1zz6xl8q
    @user-ec1zz6xl8q 5 лет назад

    Hey, nice videos, can you make a tutorial for Nessus?

  • @Liryn
    @Liryn 5 лет назад

    Hola mi amor xd

  • @krishiv902
    @krishiv902 5 лет назад +1

    1st

  • @djebbaranon5892
    @djebbaranon5892 5 лет назад

    subdomain takeover :V

  • @ronipatel952
    @ronipatel952 5 лет назад

    1st