Difference between revisions of "Nbtool"

From SkullSecurity
Jump to navigation Jump to search
Line 31: Line 31:


==Downloads==
==Downloads==
* nbtool 0.1 (2008-08-21)
* nbtool 0.01 (2008-08-21)
** (note: don't remove -g from compile, since I'm using asserts() in critical points. That'll be changed by the next version, it was a temporary measure I forgot about :) )
** (note: don't remove -g from compile, since I'm using asserts() in critical points. That'll be changed by the next version, it was a temporary measure I forgot about :) )
** http://www.skullsecurity.org/downloads/nbtool-0.1.tar.bz2
** http://www.skullsecurity.org/downloads/nbtool-0.01.tar.bz2
** http://www.skullsecurity.org/downloads/nbtool-0.1.tar.gz
** http://www.skullsecurity.org/downloads/nbtool-0.01.tar.gz


* nbtool 0.11 (2008-08-25) (svn rev 147)
* nbtool 0.02 (2008-08-25) (svn rev 147)
** http://www.skullsecurity.org/downloads/nbtool-0.2.tar.bz2
** http://www.skullsecurity.org/downloads/nbtool-0.02.tar.bz2
** http://www.skullsecurity.org/downloads/nbtool-0.2.tar.gz
** http://www.skullsecurity.org/downloads/nbtool-0.02.tar.gz
** http://www.skullsecurity.org/downloads/nbtool-0.2.tar.win32.zip
** http://www.skullsecurity.org/downloads/nbtool-0.02.win32.zip

Revision as of 00:13, 26 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 (cygwin), although it can't do interesting stuff by listening on 137

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

Downloads