Difference between revisions of "Nbtool"

From SkullSecurity
Jump to navigation Jump to search
Line 5: Line 5:
* Path: http://svn.skullsecurity.org:81/ron/security/nbtool
* Path: http://svn.skullsecurity.org:81/ron/security/nbtool
* Created: 2008-08-02
* Created: 2008-08-02
* State: New
* State: Stable


Experimentation with NetBios.  
Some tools for NetBIOS and DNS investigation, attacks, and communication.  


Currently implements:
Features
* NetBIOS lookups
* DNS backdoor ([[dnscat]])
* NetBIOS registrations
* NetBIOS queries, registrations, and releases ([[nbquery]])
* NetBIOS poisoning
* NetBIOS sniffing and poisoning ([[nbsniff]])
* Cross-site scripting over DNS ([[dnsxss]])
* DNS sniffer ([[dnslogger]]
* DNS tester ([[dnstest]])


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.  
See the individual tools for more information.  


The "Implementing CIFS" book has been a huge help:
* http://www.ubiqx.org/cifs/
<pre>svn co http://svn.skullsecurity.org:81/ron/security/nbtool</pre>


==Supports==
==Supports==
Current version is tested on:
Current version is tested on:
* Linux (Slackware 12.1)
* Linux 32 and 64-bit
* Mac OS X (PPC and Intel)
* Mac OS X Intel
* iPhone (make iphone)
* Windows 2000, XP, 2003
* iPod Touch (make ipod)
* iPhone (make iphone) -- hasn't been tested lately
* Windows XP (cygwin), although it can't do interesting stuff by listening on 137
* iPod Touch (make ipod) -- hasn't been tested lately
 
(Let me know if it works on other operating systems)
(Let me know if it works on other operating systems)


==Downloads==
==Downloads==
* nbtool 0.01 (2008-08-21)
* Trunk
** (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 :) )
** svn co http://svn.skullsecurity.org:81/ron/security/nbtool
** http://www.skullsecurity.org/downloads/nbtool-0.01.tar.bz2
* nbtool 0.04 (2010-02-20) (svn rev 677)
** http://www.skullsecurity.org/downloads/nbtool-0.01.tar.gz
** Subversion: svn co http://svn.skullsecurity.org:81/ron/security/nbtool-0.04
** Source: http://www.skullsecurity.org/downloads/nbtool-0.04.tgz
** Windows (32-bit): http://www.skullsecurity.org/downloads/nbtool-0.04-win32.zip
** Linux (32-bit Slackware): http://www.skullsecurity.org/downloads/nbtool-0.04-bin.tgz
** Linux (64-bit Slackware): http://www.skullsecurity.org/downloads/nbtool-0.04-bin64.tgz
** Changelog: Everything changed -- total rewrite, new tools, etc.  


* nbtool 0.02 (2008-08-25) (svn rev 147)
* nbtool 0.02 (2008-08-25) (svn rev 147)
Line 40: Line 45:
** http://www.skullsecurity.org/downloads/nbtool-0.02.tar.gz
** http://www.skullsecurity.org/downloads/nbtool-0.02.tar.gz
** http://www.skullsecurity.org/downloads/nbtool-0.02.win32.zip
** http://www.skullsecurity.org/downloads/nbtool-0.02.win32.zip
* 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 :) )
** http://www.skullsecurity.org/downloads/nbtool-0.01.tar.bz2
** http://www.skullsecurity.org/downloads/nbtool-0.01.tar.gz

Revision as of 04:11, 21 February 2010

nbtool

Some tools for NetBIOS and DNS investigation, attacks, and communication.

Features

See the individual tools for more information.


Supports

Current version is tested on:

  • Linux 32 and 64-bit
  • Mac OS X Intel
  • Windows 2000, XP, 2003
  • iPhone (make iphone) -- hasn't been tested lately
  • iPod Touch (make ipod) -- hasn't been tested lately

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

Downloads