PDA

View Full Version : net gh0st


trevelyn
01-14-2008, 07:56 PM
a quick shell script that scans everything really fast in your LAN/WLAN environment.

http://www.zombie.el.cx/ngh0st/index.html

any tool i should maybe add?



EDIT: whooops I failed to Mention this is for Gnu Unix only. The fractions of a second in "sleep" are not supported by others.. - Trev.

MaXe Legend
01-14-2008, 08:09 PM
Checking it out now..

That's actually a quite cool script and it also give me more idea's how
to make scripts on my own (as i would really like to contribute with some
wicked scripts too as i already have some quite good idea's :) )

Keep it going Trevelyn, i think it's a fine application, i don't know if it's coded
correct, as i havent' tried "coding" Shell scripts yet, but i will definently learn
it very very soon on an advanced basis ;)

streaker69
01-14-2008, 08:22 PM
I'd like to remind you that doing hi-speed scans on certain types of equipment can potentially cause that equipment to crash. So before doing so make sure that the networks you're using it on, can withstand it.

trevelyn
01-14-2008, 08:42 PM
hahah thanks for the suggestion these tools can are quite non-invasive the only thing you should worry about is when doing a pentest the logs.. There's no nikto or unicornscan or nessus or anything like that.. this doesnt find vulerablities, just - quasi free domains like open routers,shares,who is on, AP ESSIDs MACs etc etc..

:) glad you like it.

thorin
01-14-2008, 09:22 PM
What's the "Programming" angle? Just that it's a shell script and not a binary?

trevelyn
01-14-2008, 09:53 PM
oh, i didn't know where to put it, i just figured here was fine. You can move the thread if you want.

masteroc
01-24-2008, 04:32 AM
just wanted to say that this a good tool to add to your inventory. i recently tested this, and it worked without problem and did what it was suppose to. keep up the good work trev

trevelyn
01-25-2008, 06:47 PM
thank you i failed to mention here in the "programming": section that I remade net-gh0st entirely in Perl. And the reports are much nicer looking now.
:)

MaXe Legend
01-27-2008, 08:01 PM
I checked your perl one, and somehow it didn't work well on my system(s) :( ..

I still like your first one the most ;) It's nice, fast and good to get a quick overlook
of the entire LAN that you might be on :D

trevelyn
02-07-2008, 07:58 PM
I checked your perl one, and somehow it didn't work well on my system(s) :( ..

I still like your first one the most ;) It's nice, fast and good to get a quick overlook
of the entire LAN that you might be on :D

D: wholey cow! what happened?! It works okay on mine :( im sorry..
you probably like the old version because you are a true fan of Unix philosophy:

# Use shell scripts to increase leverage and portability.
# Avoid captive user interfaces.

:) Well, I personally am becoming a fan of the interface in perl. I just added 2 things and am still working on 2.2 the 1st is a FULL IP Block scan, the second is a MAC Vendor tester. Good for a few things, during recon etc..
you can PM what went wrong I would be glad to help you!

trevelyn
02-08-2008, 05:25 PM
Here's the two newest modules I have added to Net-Gh0st since the last release: http://trevelyn.blip.tv/#659924

It should be up by Sunday night. I have been having a lot of fun with this project.

kontract
02-09-2008, 12:04 AM
Looks like a very nice program I must say so. I cant wait to give it a try.

freemymind
02-09-2008, 12:07 AM
Nice video update, well done. And I agree can't wait to try it out! Keep up the great work and thank you for sharing your work.