Difference between revisions of "Nbtool"

From SkullSecurity
Jump to navigation Jump to search
Line 27: Line 27:
* iPhone (make iphone)
* iPhone (make iphone)
* iPod Touch (make ipod)
* iPod Touch (make ipod)
* Windows XP
(Let me know if it works on other operating systems)
(Let me know if it works on other operating systems)



Revision as of 23:59, 25 August 2008

nbtool

Experimentation with NetBios.

Currently implements:

  • NetBIOS lookups
  • NetBIOS registrations
  • NetBIOS poisoning

The poisoning is the most interesting part. It will respond to any NetBIOS lookup with a given address, effectively poisoning everything that wasn't found, and even some stuff that was (if it wins the race). Additionally, it will send a NetBIOS conflict to anything new that tries to register, effectively stealing their names.

The "Implementing CIFS" book has been a huge help:

svn co http://svn.skullsecurity.org:81/ron/security/nbtool

Supports

Current version is tested on:

  • Linux (Slackware 12.1)
  • Mac OS X (PPC and Intel)
  • iPhone (make iphone)
  • iPod Touch (make ipod)
  • Windows XP

(Let me know if it works on other operating systems)

Downloads