Kali Linux By Katta This will give you basic idea about Advanced Penetration Testing by using Kali Linux. I referred the book Mastering Kali Linux for Advanced Penetration Testing by Vijay Kumar Velu. 1. What is Vscanning? Identifying vulnerabilities or security loopholes in a system or network. 2.What is Pentesting? Safely exploiting vulnerabilities without much impact on the existing network or business. 3. What are RTEs(Red Team Exercises)? Evaluating the effectiveness of the organization's defense system against cyber threats and imp...
Posts
Showing posts from August, 2021
Simple Codes in Kali
- Get link
- X
- Other Apps
I'm writing this post to give you guys the knowledge of simple codes in KALI. But why? Basically to be familiar with the terminal in KALI. As graduates we all have to work with KALI for more than 3 years. So, following are simple basic KALI Linux codes. ' Code Warriors don't have to see or do following codes'. Following is for beginners only. 01. Displaying calendar -Before the code run- -After the code run- 02. Getting the effective User ID. -Before the code run- -After the code run- 03. Displaying the details of the current user. #Method 1 -Before the code run- -After the code run- 04. Displaying the details of the current user. #Method 2 -Before the code run- -After the code run- 05. Displaying the name of the working directory. #Method_1 * PWD means 'Print Working Directory' -Before the code run- -After the code run- 05. Displaying the name of the working directory. #Method_2 -Before the code run- -After the code ...