Longturd

How to install the FatRAT

Dec 3rd, 2022
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. The FatRAT fix
  2.  
  3. # How to install FAT RAT in Kali Linux
  4. sudo apt-get update;sudo apt-get upgrade
  5. git clone https://github.com/Screetsec/TheFatRat.git
  6. cd TheFatRat
  7. chmod +x setup.sh && ./setup.sh
  8.  
  9. ___________________________________________________________
  10. Install Not OK things one by one
  11. ___________________________________________________________
  12.  
  13. Gnome Terminal -> OK                                                                                                            
  14. UPX -> OK                                                                                                                        
  15. Ruby -> OK                                                                                                                      
  16. Python2 -> OK                                                                                                                    
  17. Python3 -> OK                                                                                                                    
  18. Python3-pip -> OK                                                                                                                
  19. Openssl -> OK                                                                                                                    
  20. Jarsigner -> OK                                                                                                                  
  21. Unzip -> OK                                                                                                                      
  22. Keytool -> OK                                                                                                                    
  23. Zipalign -> OK                                                                                                                  
  24. mingw-w64 -> Not OK                                                                                                              
  25. mingw-32 -> Not OK                                                                                                              
  26. DX -> OK                                                                                                                        
  27. Aapt -> OK                                                                                                                      
  28. Apktool -> OK                                                                                                                    
  29. Baksmali -> OK                                                                                                                  
  30. Metasploit -> OK                                                                                                                
  31. Backdoor-factory -> OK                                                                                                          
  32. Searchsploit -> OK                                                                                                              
  33. Was not possible to install The Packages Labeled (Not Ok) in this list above                                                    
  34. Try : (apt-get remove --purge <package name> && apt-get autoremove && apt-get install -f)                                        
  35. before running fatrat setup script again
  36. ---------------------------------------------
  37.  
  38. # fix Install 64 or 32 according to your os
  39. (Not okay list
  40. mingw-w64 -> Not OK                                                                                                              
  41. mingw-32 -> Not OK )
  42.  
  43. #fix for 64bit
  44. wget -q -O - https://archive.kali.org/archive-key.asc  | apt-key add
  45. apt-get install mingw-w64 -y
  46.  
  47. #Press yess
  48. TheFatRat detected an incorrect version of mingw installed                                                                      
  49. Do you wish to remove it and install the appropriate one ?                                                                        
  50. Choose (yes/no) : yes
  51.  
  52. # You are ready to use fat rat
  53. ./fatrat
  54.  
  55. ---------------------------------------------------------------
  56.  
  57. How to install root in Termux, without having actual root
  58. https://youtube.com/playlist?list=PLI4Vi9cCSEQkuNBwBcSPxDEEkMZ25X8n9
  59.  
  60. How to install L3MON RAT in Termux/Kali Linux
  61. https://youtube.com/playlist?list=PLI4Vi9cCSEQkpGsWCx23ieY32ENrTTUnJ
  62.  
  63. Java 8 in Any operating System
  64.  
  65. Join our telegram group
  66. t.me/efxtv
  67.  
  68. Our Paid user Group
  69. https://t.me/+EUnfbhWXqjszNTc9
Add Comment
Please, Sign In to add comment