Skip to content

Updating the IppSec parrot-build repository to be compatible with the most recent Ansible and Parrot OS versions.

Notifications You must be signed in to change notification settings

m4nt0de4/parrot-build-updated

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT: IppSec already updated his repository to work with the Parrot OS newer version (6.3.2 at this date). Take a look into that!

** Make sure to pip install ansible, apt has an older copy **

Due to the newer versions of Ansible and Parrot OS, the Playbook couldn't run smoothly. I found two workarounds, one using pipx and the other installing Ansible system-wide. I think that the second workaround is more accurate with the end system that IppSec gets, so that's why I used the second approach instead of installing Ansible using pipx and isolating the app.

Instructions updated (Ansible 9 [core 2.17.2] + Parrot OS Version 6.1 Lorikeet)

  • Start with Parrot HTB Edition
  • Install Ansible (python3 -m pip install ansible --break-system-packages)
  • Clone and enter the repo (git clone)
  • ansible-galaxy install -r requirements.yml
  • ansible-playbook main.yml -K (-K for a prompt for the sudo password)

Off-Video Changes

  • Mate-Terminal Colors, I show how to configure it here (https://www.youtube.com/watch?v=2y68gluYTcc). I just did the steps in that video on my old VM to backup the color scheme, then copied it to this repo.
  • Evil-Winrm/Certipy/SharpCollection/CME/Impacket, will make a video for these soon
  • Updated BurpSuite Activation. Later versions of ansible would hang if a shell script started a process that didn't die. Put a timeout on the java process

About

Updating the IppSec parrot-build repository to be compatible with the most recent Ansible and Parrot OS versions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 57.1%
  • Python 21.7%
  • Shell 21.2%