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
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 ...
Kali Linux in VMware Workstation Player
- Get link
- X
- Other Apps
I needed to run Kali Linux in my computer. So, I knew there are 2 or 3 ways to do that. 1. Run kali as the main OS 2. Run Kali in a virtual machine 3. Dual boot my computer with windows. From these 3 options I choose to run Kali in a virtual machine as it's easy and it's the way most of the people use. I will summarize the procedure step by step. (Note: My computer was Acer swift 3 with an Intel i5- 8th gen processor. AMD has a different method ) 1. Downloaded VMware workstation player from www.vmware.com and intall it with default settings. 2. Went to www.kali.org and downloaded the Kali Linux 64-bit VMware() This will redirect to a site of offensive security and it will look like this. ...