Results 1 to 1 of 1
i run this command to invoke tftpd service in my backtrack..
start-tftpd
unfortunately, it seems fail to start...
this is the result when i scan localhost...
Starting Nmap 4.20 ( ...
- 07-06-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 12
tftpd in backtrack fails to start??
i run this command to invoke tftpd service in my backtrack..
unfortunately, it seems fail to start...start-tftpd
this is the result when i scan localhost...
and this is from ps -ef | grep tftpStarting Nmap 4.20 ( Insecure.Org - Nmap Free Security Scanner, Tools & Hacking resources ) at 2007-06-27 22:25 GMT
Interesting ports on bt.example.net (127.0.0.1):
Not shown: 1694 closed ports
PORT STATE SERVICE
22/tcp open ssh
631/tcp open ipp
6000/tcp open X11
am i missing something here? pls let me know...thanxbt pentest # ps -ef | grep tftp
root 25437 3206 0 22:10 ? 00:00:00 [start-tftpd] <defunct>
nobody 25445 1 0 22:10 ? 00:00:00 atftpd --daemon --port 69 /tmp
root 27202 23606 0 22:24 pts/2 00:00:00 /usr/bin/python /usr/bin/start-tftpd
root 27409 25928 0 22:26 pts/4 00:00:00 grep tftp


Reply With Quote