From a0334a00b2cf80ea4593fbe9ed4341f8daddb4dd Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 25 Jun 2021 16:22:44 +0200 Subject: Update parrot setup --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 43b5f8f..1f34fc1 100644 --- a/README.md +++ b/README.md @@ -82,15 +82,18 @@ ln -sf ~/.rc/.bashrc ~/.bashrc sudo ln -sf /usr/bin/pinentry-tty /usr/local/bin/pinentry-tty ln -sf ~/.rc/.gnupg/gpg.conf ~/.gnupg/gpg.conf +``` -ssh-add -L > ~/.ssh/.authorized_keys +## ParrotOS (extras) +```bash +# Allow ssh into the machine +ssh-add -L > ~/.ssh/authorized_keys +sudo ln -sf ~/.rc/etc/ssh/sshd_config /etc/ssh/sshd_config sudo systemctl enable ssh sudo ufw enable sudo ufw allow from 192.168.0.0/24 to any port 22 -``` -## ParrotOS (extras) -```bash +# Setup extra PenTools git clone https://github.com/danielmiessler/SecLists.git ~/SecLists sudo mv ~/SecLists /usr/share/ git clone https://github.com/Orange-Cyberdefense/arsenal.git ~/arsenal -- cgit v1.2.3