Skip to content

Instantly share code, notes, and snippets.

@akbaryahya
Last active November 22, 2021 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akbaryahya/bceab83b1c846e349152c19987173dda to your computer and use it in GitHub Desktop.
Save akbaryahya/bceab83b1c846e349152c19987173dda to your computer and use it in GitHub Desktop.
yap
echo -e "$123\n$123\n" | sudo passwd
apt update && apt upgrade && apt-get install git make gcc libpcap-dev && apt autoremove
git clone https://github.com/robertdavidgraham/masscan && cd masscan && make && make install && cd ..
git clone https://github.com/d34db33f-1007/asleep_scanner && cd asleep_scanner && pip3 install -r requirements.txt & cd ..
git clone https://github.com/songlinhou/coolab && cd coolab && pip install . && cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment