troubleshoot.md
After this point and when finished , all the remains of your faulty mingw installation are already removed .
After this point , execute ./setup.sh on fatrat folder , so mingw packages could be correctly installed in your linux from the Kali repositories .
1st - add this line to /etc/apt/sources.list
deb http://ftp.debian.org/debian jessie main
2nd - remove all your mingw versions , write this in your terminal
apt-get remove --purge *mingw* -y && apt-get autoremove -y
3rd - update your repositories and install mingw from jessie
apt-get update && apt-get install -t jessie *mingw* -f -y
go to https://packages.debian.org/jessie/all/mingw32 and download the package at the bottom of the page. When it downloads, right click it and click Open with GDebi Package Installer, then install it. Do the same for https://packages.debian.org/jessie/all/mingw32-binutils
then run ./setup.py again. FatRat will install in Parrot.
It is advised to have in your sources list the repository for your linux distribution , best way to check it is :
on your terminal : (cat /etc/apt/sources.list)
if everyline in this file have an (#) behind , then it means that is not activated .
The solution is to search on your official linux distribution the repository links and add them in sources.list . You can use any text editor , if you are familiarized with nano editor , then run (nano /etc/apt/sources.list) and paste the links from your linux distribution from official website in that file , and save it . After that point , just do (apt-get update && apt-get upgrade) to upgrade your linux .
All tools in fatrat were not made by us , this means that we are unable to help you on that . backdoor-apk was denvelopen by :
The solution is to install names python module by running in your terminal ( pip install names)
the solution for this problem is to downgrade your mingw packages , check this topic : https://github.com/Screetsec/TheFatRat/issues/391
Execute chk_tools inside fatrat folder and fix whatever is wrong manually
chmod +x chk_tools && ./chk_tools
https://github.com/Screetsec/TheFatRat/issues/421#issuecomment-593453573