The software is CWMail which is a program that give the E-mail users an access to there email accounts from the Web. So, it creates a kind of interface between the mail server and the web browser!
The directory permissions are:
------------------------------------------------------------------------------------
[root@mail cgi-bin]# stat /home/httpd/cgi-bin
File: "/home/httpd/cgi-bin"
Size: 4096 Filetype: Directory
Mode: (0755/drwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)
Device: 3,6 Inode: 192385 Links: 2
Access: Sat Dec 22 14:31:40 2001(00000.00:01:04)
Modify: Sat Dec 22 08:25:45 2001(00000.06:06:59)
Change: Sat Dec 22 08:25:45 2001(00000.06:06:59)
------------------------------------------------------------------------------------
While the cgi page permissions are:
------------------------------------------------------------------------------------
[root@mail cgi-bin]# stat /home/httpd/cgi-bin/cwmail.cgi
File: "/home/httpd/cgi-bin/cwmail.cgi"
Size: 836974 Filetype: Regular File
Mode: (0770/-rwxrwx---) Uid: ( 99/ nobody) Gid: ( 99/ nobody)
Device: 3,6 Inode: 192410 Links: 1
Access: Sat Dec 22 08:25:45 2001(00000.06:07:39)
Modify: Sat Dec 22 08:25:45 2001(00000.06:07:39)
Change: Sat Dec 22 08:25:45 2001(00000.06:07:39)
----------------------------------------------------------------------------------
???
|