paperline27

decode64

Sep 8th, 2023
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | Cybersecurity | 0 0
  1. #!/usr/bin/bash
  2.  
  3. BIRU="\e[94m"
  4. PUTIH="\e[0m"
  5. KUNING="\e[33m"
  6. RED="\e[91m"
  7.  
  8. echo -e "${BIRU} "
  9. read -p "Masukkan Kode64 :> " base64_
  10.  
  11. act_team=$(echo $base64_ | base64 -d)
  12.  
  13. screenfetch -A -linux -L
  14.  
  15.  
  16. echo -e "${BIRU}HASIL :> {=> $act_team <=}"
  17. echo -e "${KUNING}∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞"
  18. echo -e "${RED}wa; 083899008328"
  19. echo -e "${PUTIH} "
  20.  
  21.  
  22.  
  23. #[=]TEAM
  24. #Anon Cyber Team
  25. #Sriwijaya Cyber Community
  26. #Jawa Barat Cyber
  27.  
Add Comment
Please, Sign In to add comment