This is self explanatory... just shows open ports. You can see that
its runing FTP daemon among lots of other things. We will be targeting
this FTP daemon.
f) See what version of FTP daemon your target is running. You could
just telnet to 21st port on that host of you could ftp to that host:
"telnet 196.1.2.3 21"
or
"ftp 196.1.2.3"
Both will spit out a banner showing the version of FTP daemon like the
following:
----------------------------- cut here -----------------------------
root@kgb:~# ftp 196.1.2.3
Connected to 196.1.2.3.
220 lame_box.za.net FTP server (Version wu-2.6.0(1) Mon Mar 6 13:54:16 SAST 2000) ready.
Name (lame_box:root): anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
230-Welcome, archive user! This is an experimental FTP server. If have any
230-unusual problems, please report them via e-mail to root@kgb.pandora.net
230-If you do have problems, please try using a dash (-) as the first character
230-of your password -- this will turn off the continuation messages that may
230-be confusing your ftp client.
230-
230 Guest login ok, access restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>by
root@kgb:~#
Jai Shree Raam
No comments:
Post a Comment