Advertisement
ppek

s.sh

Aug 17th, 2023 (edited)
1,322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.10 KB | None | 0 0
  1. #!/bin/bash
  2. #Tool By dKs
  3. clear
  4. apt update -y
  5. apt install wget -y && apt install neofetch -y && apt install npm -y
  6. npm install -g bash-obfuscate -y
  7. clear
  8. apt install ufw -y
  9. clear
  10. ufw default allow incoming
  11. ufw default allow outgoing
  12. echo "nameserver 1.1.1.1">> /etc/resolv18.conf;
  13. echo "nameserver 8.8.8.8">> /etc/resolv18.conf;
  14. cat /etc/resolv.conf >> /etc/resolv18.conf;
  15. mv /etc/resolv18.conf /etc/resolv.conf;
  16. iptables -t nat -A POSTROUTING -j MASQUERADE;
  17. wget -O /usr/bin/ipf "http://tiny.cc/i-ipf"
  18. bash-obfuscate /usr/bin/i -o /usr/bin/ipf
  19. rm -rvf /usr/bin/i
  20. chmod +x /usr/bin/ipf
  21. sed -i -e 's/\r$//' /usr/bin/ipf
  22. rm s
  23. history -c
  24. clear
  25. echo "────────────────────────────────────────
  26. ─────────────▄▄██████████▄▄─────────────
  27. ─────────────▀▀▀───██───▀▀▀─────────────  
  28. ─────▄██▄───▄▄████████████▄▄───▄██▄─────
  29. ───▄███▀──▄████▀▀▀────▀▀▀████▄──▀███▄───
  30. ──████▄─▄███▀──────────────▀███▄─▄████──
  31. ─███▀█████▀▄████▄──────▄████▄▀█████▀███─
  32. ─██▀──███▀─██████──────██████─▀███──▀██─
  33. ──▀──▄██▀──▀████▀──▄▄──▀████▀──▀██▄──▀── KETIK
  34. ─────███───────────▀▀───────────███─────
  35. ─────██████████████████████████████───── ipf
  36. ─▄█──▀██──███───██────██───███──██▀──█▄─
  37. ─███──███─███───██────██───███▄███──███─ LALU ENTER
  38. ─▀██▄████████───██────██───████████▄██▀─
  39. ──▀███▀─▀████───██────██───████▀─▀███▀──
  40. ───▀███▄──▀███████────███████▀──▄███▀───
  41. ─────▀███────▀▀██████████▀▀▀───███▀─────
  42. ───────▀─────▄▄▄───██───▄▄▄──────▀──────
  43. ──────────── ▀▀███████████▀▀ ───────────
  44. ────────────────────────────────────────"
  45. read menu
  46. if [ $menu = ipf ]
  47. then
  48.     ipf
  49. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement