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.16k stars 2.24k forks source link

Metasploit #782

Open cqyber opened 1 year ago

cqyber commented 1 year ago

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 - msfconsole -> Not OK Metasploit - msfvenom -> Not OK Backdoor-Factory -> OK Searchsploit -> Ok

FussuChalice commented 10 months ago

What linux distribution you use?

FussuChalice commented 7 months ago

What linux distribution you use?

Same problem with me

My Linux distribution is "Ubuntu"

Thanks for information! To solve this problem you can try to enter these commands:

# Update the package list to fetch information about available packages
sudo apt update

# Upgrade installed packages to their latest versions
sudo apt upgrade

# Install MINGW-w64 https://launchpad.net/ubuntu/+source/mingw-w64
sudo apt install -y mingw-w64

# Install MINGW-32
sudo apt-get install -y mingw32

To install Metasploit you can use this article. https://adamtheautomator.com/install-metasploit-on-ubuntu/

Morsmalleo commented 7 months ago

What linux distribution you use?

Same problem with me My Linux distribution is "Ubuntu"

Thanks for information! To solve this problem you can try to enter these commands:

# Update the package list to fetch information about available packages
sudo apt update

# Upgrade installed packages to their latest versions
sudo apt upgrade

# Install MINGW-w64 https://launchpad.net/ubuntu/+source/mingw-w64
sudo apt install -y mingw-w64

# Install MINGW-32
sudo apt-get install -y mingw32

To install Metasploit you can use this article. https://adamtheautomator.com/install-metasploit-on-ubuntu/

No sorry but mingw-w64 and mingw32 need to be installed from the Debian Jessie repo otherwise this will keep telling you it's the wrong version

Morsmalleo commented 7 months ago

What linux distribution you use?

Same problem with me My Linux distribution is "Ubuntu"

Thanks for information! To solve this problem you can try to enter these commands:

# Update the package list to fetch information about available packages
sudo apt update

# Upgrade installed packages to their latest versions
sudo apt upgrade

# Install MINGW-w64 https://launchpad.net/ubuntu/+source/mingw-w64
sudo apt install -y mingw-w64

# Install MINGW-32
sudo apt-get install -y mingw32

To install Metasploit you can use this article. https://adamtheautomator.com/install-metasploit-on-ubuntu/

No sorry but mingw-w64 and mingw32 need to be installed from the Debian Jessie repo otherwise this will keep telling you it's the wrong version

You also don't upgrade after Installing Jessie mingw either because it will upgrade it and cause the same problems, it will tell you it's the wrong versions