Rebuilding Parrot and Using Ansible to Script Customizations to My Image
Skills:
Prompt Craft80%Advanced Prompting70%Prompt Systems Engineering60%Tool Use & Function Calling50%
The Github Repo: https://github.com/IppSec/parrot-build
00:00 - Intro downloading the HTB Edition of Parrot and talking about basic VM Things
02:20 - Talking about using Ansible to install software after and why we should not use Snapshot's for a long-term solution.
04:00 - Parrot has been installed! Fixing up the Terminal real quick and talking about how to set the prompt like I have it
08:00 - Installing Ansible with apt
09:30 - Creating our first playbook, doing some quick introduction things
15:30 - Creating an Ansible Role to configure tmux
21:50 - Looking at all the ansible_facts to see the variable where our home is stored
24:20 - Using the copy module in ansible to copy files to our users home directory
27:55 - Start creating an ansible role for customizing our terminal
30:10 - Looking at how Mate Terminal creates profiles and exporting our settings so ansible can load it. Lots of using dconf
37:50 - Using Ansible to start configuring mate terminal
38:27 - Creating a new fact (variable) and using regex_replace to remove the last character, so we can append to the list.
43:30 - Using when, so an ansible task will be skipped if the string 'video' is in profile_list.
48:10 - Creating an Ansible Role to install tools such as Kerbrute
49:15 - This time our role will have multiple task files, so when we have 100 tools we will be able to easily remove tools we don't want
51:10 - Using the ansible shell module to run multiple commands
55:30 - Ansible script complete! Rebuilt my VM and am running the script to see if it works
57:10 - Looking at the role that errored, showing when there are no profiles /org/mate/terminal/global does not exist
58:00 - Adding another check to create a standard profile_list.value when profile_list is None
59:40 - Re-running our playbook and having our parrot built!
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from IppSec · IppSec · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
HHC2016 - Analytics
IppSec
HackTheBox - October
IppSec
HackTheBox - Arctic
IppSec
HackTheBox - Brainfuck
IppSec
HackTheBox - Bank
IppSec
HackTheBox - Joker
IppSec
HackTheBox - Lazy
IppSec
Camp CTF 2015 - Bitterman
IppSec
HackTheBox - Devel
IppSec
Reversing Malicious Office Document (Macro) Emotet(?)
IppSec
HackTheBox - Granny and Grandpa
IppSec
HackTheBox - Pivoting Update: Granny and Grandpa
IppSec
HackTheBox - Optimum
IppSec
HackTheBox - Charon
IppSec
HackTheBox - Sneaky
IppSec
HackTheBox - Holiday
IppSec
HackTheBox - Europa
IppSec
Introduction to tmux
IppSec
HackTheBox - Blocky
IppSec
HackTheBox - Nineveh
IppSec
HackTheBox - Jail
IppSec
HackTheBox - Blue
IppSec
HackTheBox - Calamity
IppSec
HackTheBox - Shrek
IppSec
HackTheBox - Mirai
IppSec
HackTheBox - Shocker
IppSec
HackTheBox - Mantis
IppSec
HackTheBox - Node
IppSec
HackTheBox - Kotarak
IppSec
HackTheBox - Enterprise
IppSec
HackTheBox - Sense
IppSec
HackTheBox - Minion
IppSec
VulnHub - Sokar
IppSec
VulnHub - Pinkys Palace v2
IppSec
HackTheBox - Inception
IppSec
Vulnhub - Trollcave 1.2
IppSec
HackTheBox - Ariekei
IppSec
HackTheBox - Flux Capacitor
IppSec
HackTheBox - Jeeves
IppSec
HackTheBox - Tally
IppSec
HackTheBox - CrimeStoppers
IppSec
HackTheBox - Fulcrum
IppSec
HackTheBox - Chatterbox
IppSec
HackTheBox - Falafel
IppSec
How To Create Empire Modules
IppSec
HackTheBox - Nightmare
IppSec
HackTheBox - Nightmarev2 - Speed Run/Unintended Solutions
IppSec
HackTheBox - Bart
IppSec
HackTheBox - Aragog
IppSec
HackTheBox - Valentine
IppSec
HackTheBox - Silo
IppSec
HackTheBox - Rabbit
IppSec
HackTheBox - Celestial
IppSec
HackTheBox - Stratosphere
IppSec
HackTheBox - Poison
IppSec
HackTheBox - Canape
IppSec
HackTheBox - Olympus
IppSec
HackTheBox - Sunday
IppSec
HackTheBox - Fighter
IppSec
HackTheBox - Bounty
IppSec
More on: Prompt Craft
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
Wie oft sollte man einen Text vor Abgabe prüfen?
Dev.to AI
How to Keep Humanity in the Writing of a Technical World
Medium · Machine Learning
How copywriters attract leads right now: Proven 10x plays (not 2x tactics)
Copyhackers
The authority book move that separates you from every copywriter with a ChatGPT account
Copyhackers
Chapters (20)
Intro downloading the HTB Edition of Parrot and talking about basic VM Things
2:20
Talking about using Ansible to install software after and why we should not us
4:00
Parrot has been installed! Fixing up the Terminal real quick and talking about
8:00
Installing Ansible with apt
9:30
Creating our first playbook, doing some quick introduction things
15:30
Creating an Ansible Role to configure tmux
21:50
Looking at all the ansible_facts to see the variable where our home is stored
24:20
Using the copy module in ansible to copy files to our users home directory
27:55
Start creating an ansible role for customizing our terminal
30:10
Looking at how Mate Terminal creates profiles and exporting our settings so an
37:50
Using Ansible to start configuring mate terminal
38:27
Creating a new fact (variable) and using regex_replace to remove the last char
43:30
Using when, so an ansible task will be skipped if the string 'video' is in pro
48:10
Creating an Ansible Role to install tools such as Kerbrute
49:15
This time our role will have multiple task files, so when we have 100 tools we
51:10
Using the ansible shell module to run multiple commands
55:30
Ansible script complete! Rebuilt my VM and am running the script to see if it
57:10
Looking at the role that errored, showing when there are no profiles /org/mate
58:00
Adding another check to create a standard profile_list.value when profile_list
59:40
Re-running our playbook and having our parrot built!
🎓
Tutor Explanation
DeepCamp AI