Created
April 9, 2021 01:38
-
-
Save logston/8113cf2f900421f0121d34261ef57d85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo 'PATH=${PATH}:/usr/sbin' >> ~/.profile | |
source ~/.profile | |
sudo apt update && sudo apt-get install -y tcpdump nmap dnsutils tmux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment