Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-23-2005, 09:55 AM
|
#1
|
|
Member
Registered: Oct 2004
Location: Romania
Distribution: Ubuntu server, FreeBsd
Posts: 442
Rep:
|
unknown ports running
Hi,
On my server the result of #nmap -sS -sU localhost shows some strange/unknown ports running.
For the unknown ports I did #netstat -tupan | grep port_nr
I could identify all ports but 799.
nmap shows: 799/udp open unknown
netstat shows: udp 0 0 0.0.0.0:799 0.0.0.0:* -
What is this 799/udp port?
Does anybody know?
ddaas
|
|
|
|
02-23-2005, 10:03 AM
|
#2
|
|
Senior Member
Registered: Oct 2003
Location: Zurich, Switzerland
Distribution: Debian/unstable
Posts: 1,357
Rep:
|
|
|
|
|
02-23-2005, 04:19 PM
|
#3
|
|
LQ Newbie
Registered: Dec 2003
Location: Germany
Distribution: Gentoo
Posts: 27
Rep:
|
To seem, whats behind port 799, use 'fuser -v 799/tcp'
/bagira
|
|
|
|
02-23-2005, 04:22 PM
|
#4
|
|
LQ Newbie
Registered: Dec 2003
Location: Germany
Distribution: Gentoo
Posts: 27
Rep:
|
Oops, sorry, use 'fuser -v 799/upd' ;-=
|
|
|
|
02-24-2005, 03:30 AM
|
#5
|
|
Member
Registered: Oct 2004
Location: Romania
Distribution: Ubuntu server, FreeBsd
Posts: 442
Original Poster
Rep:
|
The output of #fuser -v 799/udp is empty. I ran the command as root.
I also ran : #fuser -v -a 799/udp.
OUTPUT:
USER PID ACCESS COMMAND
799/udp
No process references; use -v for the complete list
I coudn't find nothing with lsof -i.
I don't know what to do.
|
|
|
|
02-24-2005, 04:48 AM
|
#6
|
|
Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 10,391
|
The correct syntax is:
Code:
fuser -v -n udp 799
|
|
|
|
02-24-2005, 05:41 AM
|
#7
|
|
Member
Registered: Oct 2004
Location: Romania
Distribution: Ubuntu server, FreeBsd
Posts: 442
Original Poster
Rep:
|
The output of the command is empty (fuser -v -n udp 799).
This is the only port which is shown from ‘nmap -sU localhost’ that has an empty output from the previous command.
This starts to make me angry
ddaas
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:08 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|