diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-06-25 16:22:44 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-06-25 16:42:15 +0200 |
| commit | a0334a00b2cf80ea4593fbe9ed4341f8daddb4dd (patch) | |
| tree | 487d1fe1d283e6f512e98fef1dba406c55bab219 /README.md | |
| parent | ebd4391235bed856346757c3dfce8621094846f5 (diff) | |
Update parrot setup
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |
