Skip to content

Automated build of parrot for pentesters and red teamers

Notifications You must be signed in to change notification settings

n0isegat3/parrot-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Install Parrot HTB Edition
  2. Run following commands
#Install Ansible
python3 -m pip install ansible --break-system-packages

#Add Ansible to PATH
export PATH="$PATH:$HOME/.local/bin"

#Clone repo
git clone https://github.com/n0isegat3/parrot-build
cd parrot-build

#Install requirements
ansible-galaxy install -r requirements.yml

#Make sure to have a sudo token
sudo whoami

#Run playbook
ansible-playbook main.yml
  1. Enjoy

Credits

Thank you ippsec for initial automation! You can find his repo on github.com/ippsec/parrot-build

About

Automated build of parrot for pentesters and red teamers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 55.5%
  • Shell 23.9%
  • Python 20.6%