Stop xmlrpc.php attack on Cpanel Server
xmlrpc.php is part of wordpress. It is used for some API. This is used by hackers to bruteforce WordPress installations, that can…
xmlrpc.php is part of wordpress. It is used for some API. This is used by hackers to bruteforce WordPress installations, that can…
Amazon ECS is a container service from Amazon AWS Cloud. This allow you to run Docker containers in AWS cloud. It is…
To initialize the MySQL data directory, run This will create /var/lib/mysql directory. For some versions of MySQL you can use Example See…
Windows Server 2008 R2 come with IIS 7.5, latest supported TLS version is 1.1. Recently Google Chrome starting showing sites using TLS…
To enable SSL for stream, you can use nginx reverse proxy. In this case, i have a stream available on http://my-domain.com:8000/index.html?sid=1 I…
To instal pureftpd from source, go to http://download.pureftpd.org/pub/pure-ftpd/releases/ find latest version download link. Download and Install At the time of this post,…
expoloit-db.com contact many 0 day vlunerability and security related papers. https://www.exploit-db.com
LetsEncrypt provide Free SSL with 90 day validity. You need to renew it every 90 days, there are software to do this.…
To delete SSL certficate in IIS, 1) Start Internet Information Service (IIS) Manager 2) Click on Server Name (server hostname) 3) On…
I have a haproxy container running on port 80. This container is started with command docker run -d -p 80:80 –name haproxy1…
To auto start Nginx on Windows, download http://nssm.cc/download Extract the file, you will find “nssm.exe” file for 32 and 64 bit windows.…