screetsec / TheFatRat

Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV software protection .
GNU General Public License v3.0
9.15k stars 2.24k forks source link

apktool -> Not OK #461

Closed fikrih97 closed 4 years ago

fikrih97 commented 4 years ago

Hi, Since the latest update, I can't install fatrat. It will always says "was not possible to install The Packages Label (Not OK)" which is apktool. How do I solve this? Thank you.

sidjad commented 4 years ago

I am also encountering the same apktool issue with new kali linux 2020.2

Hi, Since the latest update, I can't install fatrat. It will always says "was not possible to install The Packages Label (Not OK)" which is apktool. How do I solve this? Thank you.

sidjad commented 4 years ago

hello @fikrih97 here is solution ==> chmod +x /usr/local/sbin/apktool

fikrih97 commented 4 years ago

hello @fikrih97 here is solution ==> chmod +x /usr/local/sbin/apktool

It works! Thank you! Anyway do you know how to create undetectable payload? I've tried so many things with the payload, and still detected by Windows Defender and AV.

vctrcardoso commented 4 years ago

hello @fikrih97 here is solution ==> chmod +x /usr/local/sbin/apktool

I used https://ibotpeaches.github.io/Apktool/install/

hello @fikrih97 here is solution ==> chmod +x /usr/local/sbin/apktool

It works! Thank you! Anyway do you know how to create undetectable payload? I've tried so many things with the payload, and still detected by Windows Defender and AV.

I tried so many Rats. They work more or less but the biggest problem is to make them FUD. They want money for Crypter. Not paying for this. So i came across to FatRat but still don't know what it does exactly. Thought its kind of Rat Builder under Linux for Windows and other Systems and generates everytime a new unique FUD, but seems so it doesnt.

I have also a problem with the tfstfile. FatRat generates the file in the Root folder and i cant access it.

https://github.com/Screetsec/TheFatRat/issues/462 help me, I have the problem in the dx and aapt not installed

peterpt commented 4 years ago

apt-get remove --purge apktool -y && apt-get autoremove -y && rm /usr/local/sbin/apktool

then run setup from fatrat .

Apktool in fatrat it is inside its folder there is only created a symlink to /usr/local/sbin that points to fatrat folder where apktool exists . In previous version the folder was in fatrat "aptool2.4.0" and now it is "apktool2.4.1" so by removing the current symplink from previous version will enable fatrat to create a new symlink with the new corrected path . Let me know if you find any more issues with this after these steps .

Cloning fatrat from github to a directory and then run setup there and if after that you change the path of fatrat folder then will break fatrat . So before running setup from fatrat make sure you have it in your final desired destination .

peterpt commented 4 years ago

Fixed in last update . Just clone again the git and run setup