Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Kali Linux Just need the questions answered in simplest form. No need to perform

ID: 3585277 • Letter: K

Question

Kali Linux

Just need the questions answered in simplest form. No need to perform the exercise.

1.What is the aircrack-ng package?

2.Can you update the aircrack-ng package using the absolute latest version of SET?

3.In this scene of Mr Robot, Angela had to boot up a Kali USB drive, and enter several commands in order to get her job done. Can you build a custom kali ISO that would improve on this? https://vimeo.com/225665986

Chapter 10 – Kali Linux in the Enterprise

What is the command you must enter to setup your machine as a salt master?

When configuring a salt master, what is the function of a minion?

What are some features that you can implement when creating a configuration pacakage from scratch?

Explanation / Answer

1.Answer:

Aircrack-ng is a tool to assess the WiFi network security.

This tool focuses on Monitoring , Attacking, Testing ,Cracking areas of the WiFi security.

This tool is used for cracking the 802.11 WEP and WPA-PSK keys and it can recover keys once the sufficient data packets captured.

This tool is used brute force and some advances methods to attack the WPA1/2 networks.

This tool mainly works on the Linux but it also works on the other operating systems also.

2.Answer:

Yes we can update the aircrack-ng package using the absolute latest version of SET.

For aircrack-ng update is :

Grab the kali version SET , then grab the latest version of SET. After that copy all the Debian related stuff then update the version number then perform the actual build and verify it.

3.Answer:

Yes we can build a custom kali ISO that would improve on this.

What is the command you must enter to setup your machine as a salt master?

Answer:

master# apt-get install salt-master

When configuring a salt master, what is the function of a minion?

Answer:

minion# dhclient eth0 # or any other network setup you prefer

minion# apt-get install salt-minion

Each minion is must be ,where to find their master.

What are some features that you can implement when creating a configuration pacakage from scratch?

Answer:

/etc/apt/sources.list.d/offsec.list: a sources.list entry for APT. it is used to enable the company’s internal package repository.

/etc/apt/trusted.gpg.d/offsec.gpg: the GnuPG key is used to sign the company’s internal package repository.

/etc/salt/minion.d/offsec.conf: a saltstack configuration file to find the salt master.

/usr/share/glib-2.0/schemas/90_offsec-default.gschema.override: it is a file to provide the alternate default settings for GNOME desktop.