|
|
|
Á¦ ¸ñ :
anonymous FTP ¼³Ä¡½Ã...Áú¹®ÀÔ´Ï´Ù.(proftp) |
|
ÀÛ¼ºÀÚ : Á¤¿ÕÁø
|
³¯Â¥ : 2003-08-26 |
|
ºÐ·ù : ¼³Ä¡/Ãʺ¸ |
Á¶È¸¼ö : 1939 |
|
|
ftp ¼³Ä¡½Ã
* /etc/passwd ÆÄÀÏ.
ftp:x:30000:30000:AnonimousFTP:/export/home/ftp:/nosuchshell
* /etc/shadow
ftp:NP:6445::::::
°èÁ¤ »ý¼ºÇϰí ÀÌ·¸°Ô º¯°æÇØÁÖ´øµ¥¿ä..
¿Ö ÀÌ·¸°Ô Çϴ°ÇÁö..^^ ......
±×¸®°í proFTP ¼³Ä¡ÈÄ¿¡ anonymousÁ¢¼ÓÀÌ ¾ÈµÇ°Åµç¿ä
ÀÏ¹Ý °èÁ¤Àº Á¢¼ÓÀÌ µÇ´Âµ¥..
anonymous¸¸ Á¢¼ÓÀÌ ¾ÈµË´Ï´Ù.
### /etc/inetd.conf ÆÄÀÏ¿¡ °ü·Ã ºÎºÐ ###
#ftp stream tcp nowait root /usr/sbin/in.ftpd in.ftpd -a
ftp stream tcp nowait root /usr/sbin/proftpd proftpd
telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
### /usr/local/etc/proftpd.conf °ü·Ã ºÎºÐ ###
ServerName \"FTP SERVER\"
ServerType inetd
DefaultServer on
Port 21
Umask 022
MaxInstances 30
User nobody
Group nobody
<Directory /*>
AllowOverwrite on
</Directory>
<Anonymous ~ftp>
User ftp
Group ftp
MaxClients 10
DisplayLogin welcome.msg
DisplayFirstChdir .message
<Limit WRITE>
DenyAll
</Limit>
<Directory incoming>
<Limit READ>
DenyAll
</Limit>
<Limit STOR MKD>
AllowAll
</Limit>
</Directory>
</Anonymous>
¸¶Áö¸·À¸·Î ftp ȨÆú´õ(/export/home/ftp) owner´Â ftpÀ¯Àú·Î Çß±¸¿©
wuftp·Î´Â À͸íÁ¢¼ÓÀÌ µÇ°Åµç¿ä
¿Ö ±×·±°ÇÁö..µµ¹«Áö ¸ð¸£°Ú½À´Ï´Ù
Ȥ½Ã ´Ù¸¥ºÎºì..°æÇèÀÌ ÀÖÀ¸½ÅºÐÀ̳ª...Á¶±ÝÀÌ¶óµµ ÇØÁֽǸ»¾¸ÀÌ ÀÖÀ¸½ÅºÐÀº
´äº¯ ºÎʵ右´Ï´Ù.
±ä±Û ÀоîÁּż °¨»çÇØ¿ä~
|
[ °ü·Ã±Û º¸±â ]
|
 |