Skip to main content

Day 6. From today’ll be “question” topics!

To enumerate netbios information of a single device on a Windows network, what tool do you choose?

  • nmap
  • pandascan.py
  • Advanced IP Scanner
  • nbtstat
  • socat

Had a hunch what it was, but had to google this to confirm so I won’t be pretending to have known the answer 🙂

 

It’d be great if you answered this topic at the end of the day with a brief write up on the other tools, I’ve used nmap & Advanced IP Scanner, but I haven’t/don’t use the other three 🙂


Had a hunch what it was, but had to google this to confirm so I won’t be pretending to have known the answer 🙂

 

It’d be great if you answered this topic at the end of the day with a brief write up on the other tools, I’ve used nmap & Advanced IP Scanner, but I haven’t/don’t use the other three 🙂

Absolutely, I’ll write something like for netcat on first day :)


nbstat  (with several parameters to get different values)


I’m going with nbtstat but not a 100%


NBSTAT


 

As cmd says, it’s used to display info and statistics uscing netbios.
A command like:

nbtstat -r

shows a list of machine names resolved on network


Comment