parrot-build
parrot-build copied to clipboard
Ansible Scripts to Build Out My Parrot
I've updated the README: Latest Debian releases will no longer allow `pip install` outside of a venv: You can still force it via `pip install --break-system-packages` if needed. > ERROR!...
Did anyone try it with the latest Parrot OS 6.0 (released 24 Jan)? I did, and it didn't seem to work.
on newest python3 version, there is an "error" installing ansible using pip, as it can break system packages. it can be overriden by using --break-system-packages parameter.
fixed this issue https://github.com/IppSec/parrot-build/issues/23
pipx
I could not get this to run and could not install pipx using apt. I got the following error: "pipx depends on python3-userpath but it is not installable". I was...
ERROR! [DEPRECATED]: ansible.builtin.include has been removed. This feature was removed from ansible-core in a release after 2023-05-16. Please update your playbooks.
Fix the "not a gzip file" exception that is thrown when trying to extract a .tar.gz release. closes #18
When trying to extract a release with a .tar.gz extention,the gitdownload.py file throws an exception "not a gzip file". 
After installing the parrot build, below the eu-vip-28 turns to a underscore, as shown in the screenshot below, how can this be corrected? This happens only in tmux session. **Tmux...
- Add feroxbuster. Beneficial for TwoMillion box at HTB - Add feroxbuster config file. Current use case: pointing to default wordlist. - Add chromium to apt list. Beneficial for Agile...