View previous topic :: View next topic |
Author |
Message |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6656 Location: The soundosphere
|
|
Back to top |
|
 |
cach0rr0 Bodhisattva


Joined: 13 Nov 2008 Posts: 4123 Location: Houston, Republic of Texas
|
Posted: Sat Oct 09, 2010 4:26 am Post subject: |
|
|
you have access to an external host?
My knee-jerk reaction would be to ssh to an external host and:
Code: |
nmap -sT -p<portnum> -P0 -vv x.x.x.x |
where x.x.x.x is your IP.
Rather than testing with the torrent client, probably easiest to just set up a netcat listener on that port. _________________ Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash |
|
Back to top |
|
 |
krinn Watchman


Joined: 02 May 2003 Posts: 7471
|
Posted: Sat Oct 09, 2010 10:44 am Post subject: |
|
|
http://www.dyndns.com/support/tools/openport.html
as cach0rr0 suggest, just you don't have to find an external host
They are tons of website if you google for "testing open port", i just provide dyndns.com one that is not really complete, but a "trust" url. |
|
Back to top |
|
 |
cach0rr0 Bodhisattva


Joined: 13 Nov 2008 Posts: 4123 Location: Houston, Republic of Texas
|
Posted: Sun Oct 10, 2010 3:16 am Post subject: |
|
|
if you're desperate, I just threw this up
not pretty, only did a very quick job of making sure I'm not opening myself up completely:
http://whitehathouston.com/nmap.php?port=1723
(adjust the port accordingly - i provide no frontend! and of course it only does -sT, since the command is run as 'apache' user the other options are limited. )
Just fires off nmap at whatever IP you're connecting from, on the port you specify as the cmd-line argument as seen above. There are other ways to do this (e.g. with php sockets), but that's more convoluted, and where I trust nmap to always tell me the truth, I don't with php.
If you're ssh'd in, just curl it, the output is still legible (e.g. #curl http://whitehathouston.com/nmap.php?port=22) _________________ Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash |
|
Back to top |
|
 |
energyman76b Advocate


Joined: 26 Mar 2003 Posts: 2048 Location: Germany
|
Posted: Sun Oct 10, 2010 9:17 am Post subject: |
|
|
http://www.heise.de/security/dienste/Netzwerkcheck-2114.html
scans all the ports you want it to scan on.
Just scroll down to Tests and click on 'eigener Test'. _________________ Study finds stunning lack of racial, gender, and economic diversity among middle-class white males
I identify as a dirty penismensch. |
|
Back to top |
|
 |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6656 Location: The soundosphere
|
|
Back to top |
|
 |
|