Skip to content

Instantly share code, notes, and snippets.

@Tsuk1ko
Created May 8, 2021 06:37
Show Gist options
  • Save Tsuk1ko/4f411630f3c150c3db0148ace29463af to your computer and use it in GitHub Desktop.
Save Tsuk1ko/4f411630f3c150c3db0148ace29463af to your computer and use it in GitHub Desktop.
卸载阿里云盾
curl -sL http://update.aegis.aliyun.com/download/uninstall.sh | bash -
curl -sL http://update.aegis.aliyun.com/download/quartz_uninstall.sh | bash -
pkill aliyun-service
rm -rf /etc/init.d/agentwatch /usr/sbin/aliyun-service /usr/local/aegis*
iptables -I INPUT -s 140.205.201.0/28 -j DROP
iptables -I INPUT -s 140.205.201.16/29 -j DROP
iptables -I INPUT -s 140.205.201.32/28 -j DROP
iptables -I INPUT -s 140.205.225.192/29 -j DROP
iptables -I INPUT -s 140.205.225.200/30 -j DROP
iptables -I INPUT -s 140.205.225.184/29 -j DROP
iptables -I INPUT -s 140.205.225.183/32 -j DROP
iptables -I INPUT -s 140.205.225.206/32 -j DROP
iptables -I INPUT -s 140.205.225.205/32 -j DROP
iptables -I INPUT -s 140.205.225.195/32 -j DROP
iptables -I INPUT -s 140.205.225.204/32 -j DROP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment