|
-
August 6th, 2004, 11:15 AM
#1
remote port scanner
Can anyone give me nice free utility for remote port scanner
thanks in advance
-
August 6th, 2004, 11:17 AM
#2
What happens if a big asteroid hits the Earth? Judging from realistic simulations involving a sledge hammer and a common laboratory frog, we can assume it will be pretty bad. - Dave Barry
-
August 6th, 2004, 12:31 PM
#3
To test your own systems, just ssh into a remote shell account and use nmap from there.
Slarty
-
August 6th, 2004, 03:19 PM
#4
There is only one true port scanner, and it's name is Nmap, bow down and worship at it's feet!
-
August 6th, 2004, 03:33 PM
#5
While I like NMAP, I was impressed with Superscanner from Foundstone.
-
August 6th, 2004, 06:32 PM
#6
Yes, I use superescan as well, maybe I will check out Nmap...
-
August 8th, 2004, 12:03 AM
#7
I should also mention Look@LAN (http://www.lookatlan.com/download.html ), It’s not as useful as Nmap but it is pretty.
-
August 8th, 2004, 12:17 AM
#8
personally for windows, i found AngryIPScanner is nice -- it doesn't have all the bells and whistles of nmap, but it can do as large a range of PC's that you want and give you the hostname, usernames that are logging in, shares (with a plugin), mac address, and a whole bunch of other stuff -- i am currently working on making another plugin for it that will give usernames (but since i am one of the world's worst programmers it is taking quite awhile)
[gloworange]find / -name \"*your_base*\" -exec chown us:us {} \\;[/gloworange] [glowpurple]Trust No One[/glowpurple][shadow] Use Hardened Gentoo [/shadow]
CATAPULTAM HABEO. NISI PECUNIAM OMNEM MIHI DABIS, AD CAPUT TUUM SAXUM IMMANE MITTAM
-
August 8th, 2004, 02:54 AM
#9
Junior Member
I tend to agree with everyone else and say NMAP.
http://www.insecure.org/nmap/
There is the main site.
One of the good things aboUT nmap is that there is a Windows port of it.
You will find all downloads available here.
And as slarty says, scan your own pc from a remote one for you might recieve different results. The difference being a matter of "trust".
This is the man page (a man page is a explantion of tHE command along with switches and arguments) which will show you what all NMAP can do.
You can perform basic scans along with scanning and getting back not only which ports are open, but what services run on them as well as what versions are running.
This is done using the -sV in your scan.
You can also direct NMAP to make it appear as if you scans are coming from a different source other than the one you are scanning from.
If you use this scan to spoof a say, ummm, I don't know, a trusted source? You would come up with different results than from your pc because you are not a trusted source. This switch is -sI
You can also log all the scans in multiple formats allowing quick reference if which ever format is easier for you. This is done using -oG (grepable), -oX (XML), or -oN (which is basic). -oA saves it as all 3.
There is also one which allows you to save in 1337 speak!
There are also timing options using the -T along with an argument to specify the rate at which the port scan will be done. Of course slower (real slower) might even not raise alarms on IDS?
Experiment and you will soon agree. NMAP r0ck3rs your s0ck3rs!

/edit I found this link in which tonybradely explains port scanning in detail. Good read.
-
September 5th, 2004, 07:24 AM
#10
Junior Member
While I like NMAP , I also like Blue's . www.bluebitter.de
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|