Skip to main content
Solved

Question of the day 07/09, Cybersecurity Edition


marcofabbri
Forum|alt.badge.img+13

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

Best answer by JMeixner

nbstat  (with several parameters to get different values)

View original
Did this topic help you find an answer to your question?

6 comments

MicoolPaul
Forum|alt.badge.img+23
  • 2363 comments
  • September 7, 2022

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 🙂


marcofabbri
Forum|alt.badge.img+13
  • Author
  • On the path to Greatness
  • 990 comments
  • September 7, 2022
MicoolPaul wrote:

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 :)


JMeixner
Forum|alt.badge.img+17
  • On the path to Greatness
  • 2650 comments
  • Answer
  • September 7, 2022

nbstat  (with several parameters to get different values)


dips
Forum|alt.badge.img+7
  • Veeam Legend
  • 809 comments
  • September 7, 2022

I’m going with nbtstat but not a 100%


Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 8525 comments
  • September 7, 2022

NBSTAT


marcofabbri
Forum|alt.badge.img+13
  • Author
  • On the path to Greatness
  • 990 comments
  • September 9, 2022

 

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