mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Add VM tools for Xen/libvirt.
Former-commit-id: 2191ef214f1d71f00d1a0a8af7e14195e085f2c6 Former-commit-id: 183a56c5f969100d0ad24cdd7884ffab95a44a94
This commit is contained in:
parent
1fb95ae98e
commit
9469816e5a
1 changed files with 17 additions and 12 deletions
|
@ -1,14 +1,20 @@
|
||||||
#System utilities
|
#System utilities
|
||||||
open-vm-tools-desktop
|
apt-file
|
||||||
|
cockpit
|
||||||
|
dkms
|
||||||
exfat-fuse
|
exfat-fuse
|
||||||
exfat-utils
|
exfat-utils
|
||||||
guake
|
guake
|
||||||
htop
|
htop
|
||||||
apt-file
|
|
||||||
cockpit
|
|
||||||
libpam-google-authenticator
|
libpam-google-authenticator
|
||||||
xrdp
|
xrdp
|
||||||
|
|
||||||
|
#VM stuff
|
||||||
|
open-vm-tools-desktop
|
||||||
|
spice-vdagent
|
||||||
|
xserver-xorg-video-qxl
|
||||||
|
xserver-xorg-video-vmware
|
||||||
|
|
||||||
#Printing
|
#Printing
|
||||||
cups
|
cups
|
||||||
cups-client
|
cups-client
|
||||||
|
@ -19,27 +25,26 @@ firewalld
|
||||||
firewall-config
|
firewall-config
|
||||||
|
|
||||||
#Privacy tools
|
#Privacy tools
|
||||||
tor
|
bleachbit
|
||||||
proxychains
|
proxychains
|
||||||
scrub
|
scrub
|
||||||
bleachbit
|
tor
|
||||||
|
|
||||||
#Extra pentesting tools
|
#Extra pentesting tools
|
||||||
metagoofil
|
metagoofil
|
||||||
|
|
||||||
#Office/productivity tools
|
#Office/productivity tools
|
||||||
screenfetch
|
|
||||||
cherrytree
|
|
||||||
libreoffice
|
|
||||||
gimp
|
|
||||||
audacity
|
audacity
|
||||||
vlc
|
cherrytree
|
||||||
gedit
|
gedit
|
||||||
gedit-plugins
|
gedit-plugins
|
||||||
|
gimp
|
||||||
|
libreoffice
|
||||||
|
screenfetch
|
||||||
|
vlc
|
||||||
|
|
||||||
#Software development
|
#Software development
|
||||||
|
build-essential
|
||||||
git
|
git
|
||||||
git-lfs
|
git-lfs
|
||||||
build-essential
|
|
||||||
linux-headers-amd64
|
linux-headers-amd64
|
||||||
dkms
|
|
||||||
|
|
Loading…
Reference in a new issue