Index Of Passwd Txt __top__
awk -F: 'print $1' /etc/passwd
For Apache Servers:You can disable directory listing by modifying your .htaccess file or your main configuration file. Adding the following line will prevent the server from generating an index:Options -Indexes index of passwd txt