What is Shellcode?
Shellcode is defined as a set of instructions injected and then executed by an exploit. It is used to directly manipulate the logs and functionality of an exploit, even ensuring…
Online Portal for Geeks
Shellcode is defined as a set of instructions injected and then executed by an exploit. It is used to directly manipulate the logs and functionality of an exploit, even ensuring…
ls is a shell command in Linux OS that used to lists the directory content of files and directories. It helps in to provide the valuable information about files, directory…
XML stands for eXtensible Markup Language. XML is a programming language which provide rule to device data. It is software and hardware independent tool which helps in storing, transporting, reconstructing…
Transport Layer Security or TLS is a security protocol which is designed to provide or facilitate privacy and data security for communication over the Internet service. The mainly use of…
Datagram Transport Layer Security (DTLS) is a protocol used to secure datagram-based communications. It is based on the stream based Transport layer Security which providing similar level of security. It…
Kali Linux is a Linux distribution designed for digital forensics and penetration testing. It is maintained and funded by Offensive Security. Kali Linux is based on the Debian Testing branch:…
Port Scanning is the technique used to identify open ports and service available on a host. The outsider use port scanning to find information that can be helpful to exploit…
Encryption and Hashing are used to convert the human readable date to unreadable format which is not to be understanding format of actual data. Encryption is a process which scramble…
CD (i.e. Change Directory) command in linux is used to change the current directory. The current directory is where the user is working in directory currently and If you working…