nmap question

Stuff that don´t fit in the other categories.
Post Reply
User avatar
johntheripper2008
On the way to fame!
On the way to fame!
Posts: 30
Joined: 11 Nov 2007, 17:00
16
Location: In Your Computer

nmap question

Post by johntheripper2008 »

ok guys i got a question for you,

i use nmap (i dont realy know what im doing on it)
i used the commands:

[Zero_Cool@localhost ~]$ nmap -v -iR 10000 -PN -p 80 uktotty.co.uk

and all i got was:

Starting Nmap 4.23RC2 ( http://insecure.org ) at 2007-11-30 13:06 GMT
Initiating Parallel DNS resolution of 4096 hosts. at 13:06

and it has stayed like that ever since.
any one know whats going on?

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

-v = increase verbosity level

-iR 10000 = scan 10000 random targets

-PN doesn't exist as far as i know

-p 80 = only scan port 80

and then the host....

so, either it takes a long time because you have chosen so many targets, or it's because of the -PN option that you used.

try with removing -PN and then make a lower -iR (under 1000 should do the trick). You could also replace -PN with -P0 to make it a little quicker.
"The best place to hide a tree, is in a forest"

User avatar
johntheripper2008
On the way to fame!
On the way to fame!
Posts: 30
Joined: 11 Nov 2007, 17:00
16
Location: In Your Computer

Post by johntheripper2008 »

ok thanks, that did help, still dont have a clue what im looking at.

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Post by computathug »

Take a look here for commands and explanations for nmap.

Code: Select all

http://www.securitydocs.com/library/3320
You can also use nmap -h i think it ios for help, someone correct me if this is wrong, i haven't got time to boot my Linux box up to check but i know the option is available.

i recommend you doing a search on nmap commands and doing some reading before testing so you know what to do and what results you are looking for. :wink:

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

no such host

Post by DNR »

11/30/07 12:00:07 ping www.uktotty.co.uk
Ping failed, no such host

Follow cats instructions, RTFM;

http://insecure.org/nmap/man/

If you are not sure what you are doing, don't do it.

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

User avatar
Big-E
Administrator
Administrator
Posts: 1332
Joined: 16 May 2007, 16:00
16
Location: IN UR ____ , ____ING UR _____ .
Contact:

Re: no such host

Post by Big-E »

DNR wrote:11/30/07 12:00:07 ping www.uktotty.co.uk
Ping failed, no such host

Follow cats instructions, RTFM;

http://insecure.org/nmap/man/

If you are not sure what you are doing, don't do it.

DNR
I personally recommend try running various metasploit exploits in the 7.*.*.* 9.*.*.* and 11.*.*.* IP ranges. That way, you can soon see the men in black. :P

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

MIB

Post by DNR »

try 144.51.76.23

Thats for the men in black..

If anyone can tell me the name of that computer let the thread know....

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: MIB

Post by bad_brain »

DNR wrote: If anyone can tell me the name of that computer let the thread know....
what a weird domain name, where you got that IP from? :lol: :-s

User avatar
Big-E
Administrator
Administrator
Posts: 1332
Joined: 16 May 2007, 16:00
16
Location: IN UR ____ , ____ING UR _____ .
Contact:

Re: MIB

Post by Big-E »

DNR wrote:try 144.51.76.23

Thats for the men in black..

If anyone can tell me the name of that computer let the thread know....

DNR
That is the NSA - No thanks. Living within 5 minutes of the boarder, I would be dubbed a 'terrist' (G.W.B Style) within hours. ;)

bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

Post by bubzuru »

National Computer Security Center :lol:

G-Brain
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 467
Joined: 08 Nov 2007, 17:00
16
Location: NL

Post by G-Brain »

escapepain.ncsc.mil :P

Post Reply