What is SQLMAP? The sqlmap is an SQL injection tool developed in Python, your goal is to detect and exploit SQL injection vulnerabilities in applications or Web sites,…
What is a Local File Inclusion (LFI) vulnerability? Local File Inclusion (LFI) allows an attacker to include files on a server through the web browser.…
XSS Payloads XSS can deliver multiple types of payloads. Javascript is powerful and flexible and therefore is capable of delivering a wide range of malicious…
Hi all today im going to show how to get root shell in Ubuntu 12.04.5 version First of all read this post to get how…
What is procfs Procfs is a special virtual filesystem that can be mounted in your directory tree, allowing processes in userspace to read kernel information…
Hi guys today i am going to show how to enable email notification after logged into server via ssh # nano ~/.bash_profile insert the following…
Today im going to show how to configure Fail2ban on Centos 7 and block SSH attempts. Install Fail2ban on CentOS 7# sudo yum install epel-release…
chmod 0 ———- chmod 1 ———x chmod 2 ——–w- chmod 3 ——–wx chmod 4 ——-r– chmod 5 ——-r-x chmod 6 ——-rw- chmod 7 ——-rwx chmod…