Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Install Mobile Security Framework on a freshly-installed Ubuntu Groovy Gorilla machine
# https://github.com/MobSF/Mobile-Security-Framework-MobSF
sudo apt update && sudo apt -y upgrade
sudo apt install -y python-is-python3
sudo apt install -y git
sudo apt install -y openjdk-8-jdk
sudo apt install -y python3-dev python3-venv python3-pip build-essential libffi-dev libssl-dev libxml2-dev libxslt1-dev libjpeg8-dev zlib1g-dev wkhtmltopdf
pip install wheel
# Uncomment if you need DAST
@catchingknives
catchingknives / get_queue_position.sh
Last active July 17, 2019 19:06 — forked from codablock/get_queue_position.sh
get_queue_position.sh
#!/bin/bash
MNLISTCMD="zcoin-cli znodelist full 2>/dev/null"
MNADDR=$1
if [ -z $MNADDR ]; then
echo "usage: $0 <Znode address>"
exit -1
fi
@catchingknives
catchingknives / compile_zcoin_sigma_testnet.sh
Last active June 26, 2019 11:01
compile_zcoin_sigma_testnet.sh
echo "########################"
echo "Performing system update"
echo "########################"
sudo apt update
sudo apt upgrade -y
sudo apt autoremove -y
echo "########################"
echo "Installing prerequisites"
echo "########################"
sudo apt install -y build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev
#!/bin/sh
echo "########## Upgrading Firo Masternode to version 0.14.8.0 ##########"
echo "########## Step 1/6: Downloading archive... ##########"
if ! wget -q --show-progress -P "$HOME" https://github.com/firoorg/firo/releases/download/v0.14.8.0/firo-0.14.8.0-linux64.tar.gz;
then
echo "########## Download failed, can't proceed ##########"
else
echo ""
echo "########## Step 2/6: Stopping firod ##########"
~/firo-0.14.6/bin/firo-cli stop

Keybase proof

I hereby claim:

  • I am catchingknives on github.
  • I am catchingknives (https://keybase.io/catchingknives) on keybase.
  • I have a public key ASBre_MclY3mywg1e8Mgh2n5vdCepn1h5CuJMjtAB9AwhAo

To claim this, I am signing this object: