From 2235d933d5c2012cd423698ace86978ca87e661d Mon Sep 17 00:00:00 2001 From: Tuan-Dat Tran Date: Tue, 28 Jul 2026 09:00:22 +0200 Subject: [PATCH] feat(ctf): add gitleaks, nuclei-bin, picocom, python-pyserial --- roles/ctf/tasks/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/roles/ctf/tasks/main.yml b/roles/ctf/tasks/main.yml index 6c1d6ed..8ff9149 100644 --- a/roles/ctf/tasks/main.yml +++ b/roles/ctf/tasks/main.yml @@ -8,4 +8,15 @@ - openbsd-netcat - binwalk - gobuster + - gitleaks + - picocom + - python-pyserial state: present + +- name: Install CTF AUR packages + kewlfft.aur.aur: + name: "{{ item }}" + use: "{{ aur_helper | default('paru') }}" + state: present + loop: + - nuclei-bin