echo "(echo d; echo; echo d; echo; echo d; echo; echo d; echo n ; echo p ; echo 1 ; echo; echo; echo n; echo w ) | sudo fdisk /dev/sda ; sudo reboot" | ssh [email protected] /bin/bash
sleep 300
scp -r tratr.tar.gz [email protected]:~
echo "sudo resize2fs /dev/sda1; sudo apt update; sudo apt-get install -y git fakeroot build-essential ncurses-dev xz-utils libssl-dev bc flex libelf-dev bison; tar -xvf tratr.tar.gz; cd tratr; make -j32; sudo make modules_install install; sudo reboot" | ssh [email protected] /bin/bash
sleep 300
ssh [email protected]
echo "cd tratr; sudo make modules_install install; sudo reboot" | ssh [email protected] /bin/bash
sleep 300
scp -r attacks.tar.gz [email protected]:~
ssh [email protected]
Last active
February 20, 2025 21:09
-
-
Save javierbosch/b6152f6a0ee2125aabd6fa99a40ea2c2 to your computer and use it in GitHub Desktop.
Installing Tratr in Cloudlab.us
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment