Soy_Estudiante

DesencripEHI

Jun 4th, 2022 (edited)
756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Comandos:
  2.  
  3. apt udpate -y
  4. apt upgrade -y
  5.  
  6. termux-setup-storage
  7.  
  8. Descargar el archivo que esta en la descripcion del video
  9.  
  10. cd storage
  11. ls
  12. cd downloads
  13. cp DesEncryp.zip $HOME
  14. cd $HOME
  15.  
  16. apt install zip -y
  17. ls
  18. unzip DesEncrip.zip
  19. ls
  20. cd DesEncrip
  21. chmod +x *
  22.  
  23. apt install bash -y
  24. apt install nodejs -y
  25.  
  26. ./install-dep.sh
  27.  
  28.  
  29. ----------------------------------------
  30.  
  31. Ejemplo de uso
  32.  
  33. node HCDecryptor.js nombrearchivo.ehi
  34.  
  35. Esperar....................
Add Comment
Please, Sign In to add comment