Difference between revisions of "Nbtool"

From SkullSecurity
Jump to navigation Jump to search
Line 49: Line 49:
** 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.

Revision as of 04:13, 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

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.