Create cs-install.sh

This commit is contained in:
Alexander Rymdeko-Harvey
2017-01-17 09:59:10 -05:00
committed by GitHub
parent 36e768ce40
commit b09b20cbed
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
# adapted from @christruncer
# just and example
wget https://www.cobaltstrike.com/downloads/a24a41fcae308883d74f3b57e36e5bbb/cobaltstrike-trial.tgz
tar zxvf cobaltstrike-trial.tgz
sudo apt-get update -y
sudo apt-get install build-essential
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update -y
sudo apt-get install oracle-java7-installer