Skip to main content

How to Install Parrot Operating System in Virtual Box using OVA

Step by Step Process of Parrot OS Installation

What is Parrot OS

Parrot is a free and open-source Linux system based on Debian that is popular among security researchers, security experts, developers, and privacy-conscious users. It comes with cyber security and digital forensics arsenal that is totally portable. It also includes everything you'll need to make your own apps and protect your online privacy. Parrot is offered in Home and Security Editions, as well as a virtual machine and a Docker image, featuring the KDE and Mate desktop environments.

Features of Parrot OS

The following are some of the features of Parrot OS that set it apart from other Debian distributions:
  1. Tor, Tor chat, I2P, Anonsurf, and Zulu Crypt, which are popular among developers, security researchers, and privacy-conscious individuals, are included as pre-installed development, forensics, and anonymity applications.
  2. It has a separate "Forensics Mode" that does not mount any of the system's hard discs or partitions and has no impact on the host system, making it more stealthy than the usual mode.
  3. Parrot Security OS features a range of advanced language compilers, interpreters, and IDEs in addition to tools for ethical hacking and penetration testing.
  4. The Parrot OS also has hardware programming and forensics capabilities. Other radio sniffing tools include the Arduino IDE, GNU Radio, Kayak, and others.
  5. Parrot OS is more user-friendly than Black Arch Linux and Kali Linux.

Minimum Requirements

CPU: Dual-core x86_64 Processor or better
RAM: 2 GB DDR2
Storage: 20 GB available space

IOS VS OVA

An ISO image is a file that precisely replicates the contents of a CD, DVD, or Blu-ray disc. A single ISO file may accurately copy a disk's entire contents. One of the benefits of using an OVA file is that it eliminates the need to construct a separate bootable flash drive or partition, and all configurations are already completed.
Open Virtual Application files, also known as Open Virtualization Format Archive files, are a type of OVA file. They are used by virtualization systems to store various files connected to a virtual machine. Among the files you might discover there are disc images (such as VMDKs), an OVF descriptor XML file, ISOs or other resource files, certificate files, and an MF manifest file. One of the benefits of using an OVA file instead of an ISO file is that we don't have to create a separate bootable flash drive or drive partition, and all of the configurations are already done for us.

Parrot OS Download

Step 1:Go to the official parrot download page, you will be presented with two options OVA Home and OVA Security.

Step 2: Choose the Edition as per your requirement and click on download, the Home Edition has the basic toolset ready for daily requirements and the Security Edition consists of a larger toolset for pen-testing and forensics.

Step 3: The downloaded file named a parrot-home-4.11.3_virtual.ova

How to Install Parrot OS

First, you have to download Virtual Box

Step 1: Start the Virtual box application and click on Import.

Step 2: A new window should appear, click on the file icon.

Step 3:  Locate the downloaded ovf file, select the file and click on open. And click on Next.

Step 4: Uncheck the Import hard drives as VDI option and click on import.


Step 5: Agree to the terms and wait for the import to finish.

Step 6: Click on Start. It might take a while for booting the first time.


First Look of Parrot OS
  • [Applications]: The top left tab includes a pre-categorized collection of privacy, programming, system configuration, games, and libre office products.
  • [Running apps]: Displays frequently used apps such as a terminal, Firefox browser, and Pluma text editor. You can also pin an application that you use frequently. for ease of access.
  • [Memory usage]: Displays a graphical pane of the Network, Memory/RAM, and CPU usage.
  • [Network Configuration]: Network management, battery management, Media settings, a clock, and a calendar are all available in the upper right corner.
  • [Menu]: It's similar to the Application tab, however, it enables you to search for apps that aren't in the Applications category.
  • [Work space]: Workspaces can help you keep track of your tasks while providing a clean layout. For example, you may have one workspace/zone with all of your communication windows, such as e-mail and chat software, and another workspace with your work. It's possible that your music manager is working from a third location.

Users Configuration

Step 1: Open the Terminal by clicking on the terminal icon at the top bar. 

Step 1: Open the Terminal by clicking on the terminal icon at the top bar. 

Step 2: For adding a new user you need to have root privileges. Type

sudo su

As in the above picture. It will prompt you for a password which is "toor" if you did everything correctly up to this point you will be logged in as root, now type

adduser <username>
(Replacing <username> with a choice of yours) and hit enter. It will prompt you for a password and retype the password, and a few details which can be skipped by hitting enter, continue by pressing "y" and hitting enter key on your keyboard.



Step 3: Now let's proceed to give the new user you created some privileges. Type the following one-liner command

echo "<username> ALL=(ALL:ALL) ALL" >> /etc/sudoers

Be sure to change the above <username> with the one you created in the previous step.

Comments

Popular posts from this blog

Big Data Analytics Programs

  List of Programs for Big Data Analytics   CLICK ON ME 1.  Implement the following Data structures in Java       a)  Linked Lists            b)   Stacks       c)  Queues     d)   Set            e)   Map 2.  Perform setting up and Installing Hadoop in its three operating modes:      Standalone,     Pseudo distributed,     Fully distributed. 3.  Implement the following file management tasks in Hadoop:    a) Adding files and directories    b) Retrieving files    c) Deleting files 4. Run a basic Word Count Map Reduce program to understand Map Reduce Paradigm. 5. Write a Map Reduce program that mines weather data.     Weather sensors collecting data every hour at many locations across the globe gather a large volume of log data, which is a good candidate for analysis with MapReduce since it is semi-structured and record-oriented. 6. Implement Matrix Multiplication with Hadoop Map Reduce 7. Write a MapReduce program to count the occurrence of similar words in a file. Use partitioner to part

LAB

 Big Data Analytics Lab Programs 1.        Implement the following Data structures in Java for Linked Lists 2.    Perform setting up and Installing Hadoop in its three operating modes: Standalone, Pseudo distributed, Fully distributed 3.        Implement the following Data structures in Java for Stack 4.        Install and Run Pig then write Pig Latin scripts to sort, group, join, project, and filter your data 5.        Implement the following Data structures in Java for Queues 6.        Write a MapReduce program to search for a specific keyword in a file 7.        Implement the following Data structures in Java for Set 8.      Write a MapReduce program to count the occurrence of similar words in a file. Use partitioner to partition key based on alphabets 9.        Implement the following Data structures in Java for Map 10.   Implement the following file management tasks in Hadoop: 1. Adding files and directories 2. Retrieving files 3. Deleting files 11.    Run a basic Word Count Map R