Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
R00tS3c
GitHub Repository: R00tS3c/DDOS-RootSec
Path: blob/master/Networking/Spoof/Tutorial.txt
5038 views
1
1. : Upload the file to /proc/sys/net/ipv4/conf/all
2
2. : echo "1" > /proc/sys/net/ipv4/ip_forward
3
3. : iptables -t nat -I POSTROUTING 1 -p all -s "YOUR VPS IP" -j SNAT --to-source 8.8.8.8
4
4. : If you have Iptables Spoof, you can not do a yum update or apt-get update. That's why you can make the spoof on the command:
5
sudo iptables -t nat -F and then turn it on again when you're done with installation.
6
5. For monitoring use "TCPDUMP" : tcpdump -i eth0 ip -X dst host "IP from your second VPS"
7
NOTE: This work on all VPS servers that are not OpenVZ
8
9