Having issues with mingw 64 && 32 bit
Os Version is Dragon OS Focal Lubuntu
All other requirements are OK
I just did a purge and remove of mingw now I'm running setup.sh again
setup script 1.9.7
Note the setup script said I had the wrong versions hopefully this helps I hope it does is there a way to by pass as I only need it really for backdooring apks
xterm -> OK
Dns-Utils -> OK
Mono-Denvelop Utils -> OK
GCC -> OK
Apache2 -> OK
Gnome Terminal -> OK
UPX -> OK
Ruby -> OK
Python2 -> OK
Python3 -> OK
Python3-pip -> OK
Openssl -> OK
Jarsigner -> OK
Unzip -> OK
Keytool -> OK
Zipalign -> OK
mingw-w64 -> Not OK
mingw-32 -> Not OK
DX -> OK
Aapt -> OK
Apktool -> OK
Baksmali -> OK
Metasploit -> OK
Backdoor-Factory -> OK
Searchsploit -> OK
Was not possible to install The Packages Labeled (Not Ok) in this list above
Try : (apt-get remove --purge
NOTE
Jessie release returns an error on update all I'm doing is running the script
--------- TheFatRat tools version check----------
-
- Checking Netcat (Net Check)...............[✔]
-
- Checking Xterm (Terminal).................[✔]
-
- Checking Dig (Dns-Util)...................[✔]
-
- Checking mono-mcs (compiler)..............[✔]
-
- Checking Gcc (compiler)...................[✔]
-
- Checking Apache2 (Web Server).............[✔]
-
- Checking Gnome Terminal (Terminal)........[✔]
-
- Checking Upx (File Compressor)............[✔]
-
- Checking Ruby (Programming)...............[✔]
-
- Checking Gem (Ruby modules installer).....[✔]
-
- Checking nokogiri (Ruby module)...........[✔]
-
- Checking Openssl (Certificates)...........[✔]
-
- Checking Python2 (Programming)............[✔]
-
- Checking Python3 (Programming)............[✔]
-
- Checking Python-pip3 (Module Installer)...[✔]
-
- Checking names (python module)............[✔]
-
- Checking Build-Essential (Cross Compiler).[✔]
-
- Checking lib32z1 (apk Req.)...............[✔]
-
- Checking lib32ncurses5 (apk Req.).........[✔]
-
- Checking lib32stdc++6 (apk Req.)..........[✔]
-
- Checking Jarsigner (apk Req.).............[✔]
-
- Checking Keytool (apk Req.)...............[✔]
-
- Checking Unzip (Unpacker).................[✔]
-
- Checking Zipalign (Apk Req.)..............[✔]
-
- Checking Mingw 64 Bit (Compiler)..........[x] Not Found
------------Solution ------------- Step 1 - Run Setup from fatrat
chmod +x setup.sh && ./setup.sh
-
- Checking Mingw 32 Bit (Compiler)..........[x] Not Found
------------Solution ------------- Step 1 - Run setup from fatrat
chmod +x setup.sh && ./setup.sh
-
- Checking Dx (Apk Req.)....................[✔]
-
- Checking Aapt (Apk Req.)..................[✔]
-
- Checking Apktool (Apk Req.)...............[✔]
-
- Checking Baksmali (Apk Req.)..............[✔]
-
- Checking Metasploit-Framework (msfc)......[✔]
-
- Checking Metasploit-Framework (msfv)......[✔]
-
- Checking Backdoor Factory (exe backdoor)..[✔]
-
- Checking Searchsploit (exploit db)........[✔]
I am having the same issue when using latest Kali, however i was able to use the FatRat for generating non exe exploit for now. Not sure if this issue will affect the actual operation or not.
i am also having the same issue .. does anyone know the solution
Use this script I made, it should help.
https://GitHub.com/Morsmalleo/TheFatRat-MinGW-fix
Use this script I made, it should help.
https://GitHub.com/Morsmalleo/TheFatRat-MinGW-fix
If this script works for you, then you'll want to hold the mingw packages after the script finishes so they're not automatically upgraded.
sudo apt-mark hold *mingw-w64* *mingw32*
You'll want to run setup again first after the script finishes to confirm the correct version was installed before holding the package version.