diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -89,6 +89,12 @@ sudo ufw enable sudo ufw allow from 192.168.0.0/24 to any port 22 ``` +## ParrotOS (extras) +```bash +git clone https://github.com/danielmiessler/SecLists.git ~/SecLists +sudo mv ~/SecLists /usr/share/ +``` + ## Languages - Setup ruby/rbenv |
