summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-06-25 16:22:44 +0200
committerAhmed Abdelhalim <[email protected]>2021-06-25 16:42:15 +0200
commita0334a00b2cf80ea4593fbe9ed4341f8daddb4dd (patch)
tree487d1fe1d283e6f512e98fef1dba406c55bab219 /README.md
parentebd4391235bed856346757c3dfce8621094846f5 (diff)
Update parrot setup
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
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