Today’s release is another simple code written with PHP, We can consider this as an idea to read the Webalizer access log and FTP logs for every user on a Cpanel Linux server that uses Webalizer as a monitoring-logging method
in every Linux server that uses Cpanel there’s Webalizer available for the users on that server , if the user is using the Webalizer service, then we can access the Webalizer folders that exist inside the tmp folder of the user from any other user on the server with any permissions , so we can consider this as a bug because the Webalizer logs contains very important information and FTP users , it might lead to a big breach sometimes you can find compressed backups that logged inside the Webalizer logs.
So the Webalizer folders exist in the tmp folder of every user that uses webalizer…
/home/user/tmp/*
so you will find two folders Webalizer and webalizerftp.
These two folders contain all the information we need and the hacker can find this info too useful for his hack to move inside the server or to reach his targeted website inside the server.
The tool is just a shortcut to read the Webalizer for all users inside the server.
You can check the tool on my GitHub: https://github.com/Alaa-abdulridha/WebalizerReader
This tool for Educational purpose only , to help the people who willing to make a bigger projects.