mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -07:00
Update Kali submodule.
Former-commit-id: 8b5e2177355120135c542a2a12e58e9c444a4858 Former-commit-id: c0c8757545a2976c13e73abe4de8252ba35b631b
This commit is contained in:
parent
4b2b4bdfd8
commit
e0b748cd76
2 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ git clone https://github.com/trustedsec/ptf
|
|||
|
||||
ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
|
||||
|
||||
#Enable our desired services
|
||||
#Enable/disable our desired services
|
||||
systemctl enable ssh
|
||||
systemctl enable cups
|
||||
systemctl enable apache2
|
||||
|
@ -31,9 +31,6 @@ tar xvf ftkimager.3.1.1_ubuntu64.tar.gz
|
|||
mv ftkimager /usr/bin/
|
||||
rm ftkimager.3.1.1_ubuntu64.tar.gz
|
||||
|
||||
#Distro-specific stuff
|
||||
DISTRO=$(cat /etc/lsb-release | grep DISTRIB_ID | cut -c 12-30)
|
||||
|
||||
#Install VS Code extensions
|
||||
codium --install-extension abusaidm.html-snippets --user-data-dir=~/.vscode-oss
|
||||
codium --install-extension dbaeumer.vscode-eslint --user-data-dir=~/.vscode-oss
|
||||
|
@ -48,6 +45,9 @@ codium --install-extension ms-vscode.powershell --user-data-dir=~/.vscode-oss
|
|||
codium --install-extension rebornix.ruby --user-data-dir=~/.vscode-oss
|
||||
codium --install-extension zignd.html-css-class-completion --user-data-dir=~/.vscode-oss
|
||||
|
||||
#Distro-specific stuff
|
||||
DISTRO=$(cat /etc/lsb-release | grep DISTRIB_ID | cut -c 12-30)
|
||||
|
||||
case $DISTRO in
|
||||
Parrot)
|
||||
#Stop ParrotSec from overwriting all our desktop customizations every time parrot-skel updates. >:-(
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e3f5e626bf89dd8a5fa857d1784661124911d1b1
|
||||
Subproject commit b76d2f3328ab1be7b992aa3c419bb3fa096855e7
|
Loading…
Reference in a new issue