WSO (web shell by oRb) is a simple and easy to use tool for any would-be hacker to learn and use. WSO 2.6 Shell This shell allows an attacker to perform the following actions: View detailed server informationFile management (uploading, downloading...
To connect to the FTP server, we have to type in the terminal window ‘ftp’ and then the domain name ‘domain.com‘ or IP address of the FTP server and port. ftp example.com 21 you will be asked for username and...
Gridsome is a Vue.js static site generaqtor that requires yarn, nodejs and NPM in order to generate website files. I recommend using two separate devices, one on which you develop the site and another where it will bi published. But, if you for some...
For servers where ‘mod_userdir’ module is enabled, you can access your websites via temporary URLs instead of the domain name. The format of this temporary URL is usually ‘; The ‘ipaddress’ used is the server’s...
“DomainKeys” is an anti-spam software application that uses a public key, cryptography to authenticate the sender’s domain. cPanel offers a installer script “domain_keys_installer” using which the DomainKeys can be...
When connecting to a mail server over SSL via an email client (e.g. Outlook), connection fails with the following message: Your server does not support the connection encryption type you have specified. Try changing the encryption method. and in...
In order to increase the memory limit for Java, perform the following steps, create a new file: nano /var/cpanel/tomcat.options Insert the following 2 lines: Xmx200M Xms100M Where Xmx is the upper limit and Xms is the lower limit. You have to...
When using Cloudflare, all the hits to your web server will come from a Cloudflare IP address. So in order to retrieve the actual IP address from the visitor you must install mod_cloudflare. 1. Connect to your server through SSH and log in...