mirror of
https://github.com/killswitch-GUI/CobaltStrike-ToolKit
synced 2026-06-08 15:16:14 +00:00
Create cs-install.sh
This commit is contained in:
committed by
GitHub
parent
36e768ce40
commit
b09b20cbed
@@ -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
|
||||
Reference in New Issue
Block a user