Difference between revisions of "Nbtool"

From SkullSecurity
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 11: Line 11:
Features
Features
* DNS backdoor ([[dnscat]])
* DNS backdoor ([[dnscat]])
**  [http://www.skullsecurity.org/wiki/index.php?title=Dnscat&oldid=2947 v0.04]
* NetBIOS queries, registrations, and releases ([[nbquery]])
* NetBIOS queries, registrations, and releases ([[nbquery]])
* NetBIOS sniffing and poisoning ([[nbsniff]])
* NetBIOS sniffing and poisoning ([[nbsniff]])
Line 32: Line 33:
* Trunk
* Trunk
** svn co http://svn.skullsecurity.org:81/ron/security/nbtool
** svn co http://svn.skullsecurity.org:81/ron/security/nbtool
* nbtool 0.05alpha2 (2010-07-06) (svn rev 876)
** Subversion: svn co http://svn.skullsecurity.org:81/ron/security/nbtool-0.05alpha2
** Source: http://www.skullsecurity.org/downloads/nbtool-0.05alpha2.tgz
** Windows (32-bit): http://www.skullsecurity.org/downloads/nbtool-0.05alpha2-win32.zip
** Linux (32-bit Slackware): http://www.skullsecurity.org/downloads/nbtool-0.05alpha2-bin.tgz
** Linux (64-bit Slackware): http://www.skullsecurity.org/downloads/nbtool-0.05alpha2-bin64.tgz
** Changelog: http://svn.skullsecurity.org:81/ron/security/nbtool-0.05alpha2/CHANGELOG
* nbtool 0.05alpha1 (2010-07-06) (svn rev 870)
** Subversion: svn co http://svn.skullsecurity.org:81/ron/security/nbtool-0.05alpha1
* nbtool 0.04 (2010-02-20) (svn rev 677)
* nbtool 0.04 (2010-02-20) (svn rev 677)
** Subversion: svn co http://svn.skullsecurity.org:81/ron/security/nbtool-0.04
** Subversion: svn co http://svn.skullsecurity.org:81/ron/security/nbtool-0.04
Line 49: Line 59:
** http://www.skullsecurity.org/downloads/nbtool-0.01.tar.bz2
** http://www.skullsecurity.org/downloads/nbtool-0.01.tar.bz2
** http://www.skullsecurity.org/downloads/nbtool-0.01.tar.gz
** http://www.skullsecurity.org/downloads/nbtool-0.01.tar.gz
==How to compile==
===Linux===
Download the source, extract it, and run 'make' then 'make install in its directory.
===BSD===
Same as Linux (should be compatible with BSD's version of make)
===OS X===
Same as BSD and Linux
===Windows===
Double-click on the .sln file in the 'mswin32' folder to load in Visual Studio, then compile.
==Hacking==
If you want to help out with nbtool, that's great! Take a look at the TODO file in the source, or come up with your own ideas about how we can play with NetBIOS/DNS/other nameservers.
Right now, there's no mailing list or anything like that -- the project is too young -- but feel free to email me (ron -at- skullsecurity.net) with ideas or patches (against latest svn build).

Latest revision as of 04:05, 7 July 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

How to compile

Linux

Download the source, extract it, and run 'make' then 'make install in its directory.

BSD

Same as Linux (should be compatible with BSD's version of make)

OS X

Same as BSD and Linux

Windows

Double-click on the .sln file in the 'mswin32' folder to load in Visual Studio, then compile.

Hacking

If you want to help out with nbtool, that's great! Take a look at the TODO file in the source, or come up with your own ideas about how we can play with NetBIOS/DNS/other nameservers.

Right now, there's no mailing list or anything like that -- the project is too young -- but feel free to email me (ron -at- skullsecurity.net) with ideas or patches (against latest svn build).