Files
FSI/CLIENT.sh
2026-05-18 11:45:48 +01:00

12 lines
142 B
Bash

#/bin/bash
source CONFIG.sh
IP="20.60.0.2"
sudo ifconfig enp0s8 $IP netmask 255.255.255.0
sudo route add default gw 20.60.0.1
# exploits