We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee7bfb commit f0a77d3Copy full SHA for f0a77d3
.github/workflows/build.yaml
@@ -33,9 +33,9 @@ jobs:
33
34
- name: Add Custom Packages
35
run: |
36
- cd live-build-config
37
- mkdir -p config/package-lists
38
- echo "plasma-desktop sddm nmap iptables ufw fail2ban clamav wireshark hydra cewl nano curl wget git" | tee config/package-lists/cybr.list.chroot
+ cd live-build-config
+ mkdir -p config/package-lists
+ echo "plasma-desktop sddm nano curl wget git nmap iptables ufw fail2ban clamav suricata psad rkhunter lynis tripwire wireshark hydra cewl theharvester dnsenum whois dnsutils netcat john hashcat sqlmap gobuster dirb steghide binwalk radare2 exiftool" | tee config/package-lists/cybr.list.chroot
39
40
- name: Create OS Release Branding Hook
41
0 commit comments