UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit b884738a authored by Bryan Gagne's avatar Bryan Gagne
Browse files

Delete sec_linux_setup.sh

parent 5b1eaae6
No related merge requests found
Pipeline #109405 passed with stages
in 1 minute
#!/bin/bash
# Security module script
pkg_array=({xrdp,gdebi,tigervnc-standalone-server,libssl1.0.0,libqt5webkit5,libqt5scripttools5,locate,traceroute,netcat,dnsutils,curl,tmux,lsof,ftp,telnet,wireshark,tcpdump,p0f,scapy,nmap,proxychains,pv,nginx,proftpd,gdebi,install,ethtool,git,make,gcc,flex,bison,build-essential,checkinstall,libpcap-dev,libnet1-dev,libpcre3-dev,libnetfilter-queue-dev,iptables-dev,libdumbnet-dev,zlib1g-dev,gvfs-bin,python-pip,python3-pip,openvpn})
for x in ${pkg_array[@]}; do apt-get install -y $x; done
apt-get install gdb
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment