Page 1 of 1

NST Network Security ToolKit

PostPosted: Mon Jul 26, 2004 7:30 pm
by King_Ice_Flash
I found an interesting bootable version of linux. It is a version of RH9, and has the linux-wlan drivers included! It was almost too easy to get tne mn-510 working with kismet.

It takes a little setting up (unlike knoppix-std), but you can save your configuration on a floppy or usb drive to get it to run how you want to.

Here are directions on how to use just about every single command and feature:
http://nst.sourceforge.net/nst/docs/user/index.html

Here is where you can find it:
http://sourceforge.net/projects/nst/

I hope someone else finds it as usefull as me!

Thanks

PostPosted: Mon Jul 26, 2004 7:35 pm
by wrzwaldo
Thanks for the link! Getting it now.

re savin info

PostPosted: Wed Jul 28, 2004 10:14 am
by aahicnow
but you can save your configuration on a floppy or usb drive to get it to run how you want to.

King you did know that you can do this^^^^^^^ with STD as well

PostPosted: Wed Jul 28, 2004 2:35 pm
by King_Ice_Flash
aahicnow wrote:King you did know that you can do this^^^^^^^ with STD as well

I am aware of this, I have never needed to save a configuration with knoppix-std. With this, you do. To get kismet going, it takes some work, you can't just click setup_kismet like you could in std. In knoppix, it boots you right to the desktop. In this distro, you have to set a root password, type setup_x, then startx to get into the GUI. I had to configure my monitor and video card. After that, I had to edit some configuration files to get my wireless card working.

ahh ic now

PostPosted: Thu Jul 29, 2004 6:00 am
by aahicnow
Ok I see what you meant by it now ;)

PostPosted: Tue May 10, 2005 5:22 pm
by King_Ice_Flash
http://nst.sourceforge.net/nst/

There is a new version of NST out.

http://www.networksecuritytoolkit.org/nst/log/changelog.html

1.2.3 is soon to be released too!

PostPosted: Wed Jul 06, 2005 11:08 am
by Dr3D1zzl3
im a whoppix/auditor/knoppixstd guy myself.

there is also operator and a few others out there..

PostPosted: Tue Aug 09, 2005 11:46 am
by theprez98
I have been using a modified version of Auditor lately. I will definitely try NSC as a live CD and maybe see what I can add to my setup.

PostPosted: Tue Aug 09, 2005 6:34 pm
by Airstreamer
I fired up STD the other day on my Dell 800 with the Truemobile 1150.

It found the card and Kismet fired right up and started sniffing!

Now I just have to figure out how to get it to save somewhere that doesn't go -poof- when the system is shut down.

Steve

PostPosted: Tue Aug 09, 2005 6:38 pm
by wrzwaldo
Airstreamer wrote:I fired up STD the other day on my Dell 800 with the Truemobile 1150.

It found the card and Kismet fired right up and started sniffing!

Now I just have to figure out how to get it to save somewhere that doesn't go -poof- when the system is shut down.

Steve


USB device?

PostPosted: Tue Aug 09, 2005 6:38 pm
by Thorn
Airstreamer wrote:I fired up STD the other day on my Dell 800 with the Truemobile 1150.

It found the card and Kismet fired right up and started sniffing!

Now I just have to figure out how to get it to save somewhere that doesn't go -poof- when the system is shut down.

Steve

Mount a SD or CF card and save to that.

PostPosted: Tue Aug 09, 2005 6:43 pm
by Airstreamer
Thorn wrote:Mount a SD or CF card and save to that.



That's kind of what I figured, but with almost zero Linux knowledge, I've got some 'learnin' to do. If I type 'mount' I get a list of all the partitions on the HD plus the USB drive that I've plugged in. The device numbers are pretty meaningless to me. It becomes a guessing game as to what device I should mount. I'll figure it out one of these days when I get time.TM :rolleyes:

PostPosted: Tue Aug 09, 2005 7:06 pm
by Thorn
Renderman told me this, so I'll pass it on... The specifics will vary according to the actual distro.

Insert the card to the appropriate card slot or PCMCIA adapter. Look at the last entry in dmesg. It should be the device name of the card.

For the sake of this exercise, let's assume it is "/dev/sda1" in dmesg.

Now, create the mount point:
Code: Select all
# mkdir /mnt/memcard


and mount the device:
Code: Select all
# mount /dev/sda1 /mnt/memcard


And you should be ready to read and write to the card.

PostPosted: Tue Aug 09, 2005 8:04 pm
by Airstreamer
Thorn wrote:Renderman told me this, so I'll pass it on... The specifics will vary according to the actual distro.

Insert the card to the appropriate card slot or PCMCIA adapter. Look at the last entry in dmesg. It should be the device name of the card.

For the sake of this exercise, let's assume it is "/dev/sda1" in dmesg.

Now, create the mount point:
Code: Select all
# mkdir /mnt/memcard


and mount the device:
Code: Select all
# mount /dev/sda1 /mnt/memcard


And you should be ready to read and write to the card.


Thanks, Thorn. I don't know what dmesg is. (Temp file that lists system activity? I'll look it up.) I don't have a SD card or reader, just a USB flash drive. The system seems to find USB devices, though. This is just one of those things that I just have to take the time to learn.

Steve