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.43k stars 2.26k forks source link

i can't install FatRat #457

Closed BettiouiFarid closed 2 years ago

BettiouiFarid commented 4 years ago

apt.log

peterpt commented 4 years ago

1st you dont have any repositories in your sources.list , you should look into parrto website and know the repository update links and add them to /etc/apt/sources.list

2nd , root user is required to install fatrat , and you are only an user . Root user is the same thing as an full administrator witch have no restrictions in executing anything in the OS .

peterpt commented 4 years ago

https://github.com/Screetsec/TheFatRat/blob/master/troubleshoot.md

krishpranav commented 4 years ago

Hi can i know what is the reason and what issue is coming

cruelty1708 commented 4 years ago

Do you have Python installed?

On Wed, Sep 2, 2020, 06:16 Krisna Pranav notifications@github.com wrote:

Hi can i know what is the reason and what issue is coming

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Screetsec/TheFatRat/issues/457#issuecomment-685283669, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP7TUNQFOZUFVESBDYRLTZTSDXBKBANCNFSM4MORBTUQ .

krishpranav commented 4 years ago

yeah i have python i am using parrot os

krishpranav commented 4 years ago

so it has python already installed

peterpt commented 4 years ago

Python has nothing to do to what this user issue have , stop messing around . Recent distributions do not install anymore mingw32 , so you have to remove your current mingw installations and run setup.sh from fatrat , setup from fatrat will use debian jessie repository witch still install mingw32 .

apt-get remove --purge *mingw-* -y && apt-get autoremove -y && ./setup.sh

MohammedFaiz06 commented 3 years ago

Python has nothing to do to what this user issue have , stop messing around . Recent distributions do not install anymore mingw32 , so you have to remove your current mingw installations and run setup.sh from fatrat , setup from fatrat will use debian jessie repository witch still install mingw32 .

apt-get remove --purge mingw- -y && apt-get autoremove -y && ./setup.sh

I get "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem

Morsmalleo commented 3 years ago

Python has nothing to do to what this user issue have , stop messing around . Recent distributions do not install anymore mingw32 , so you have to remove your current mingw installations and run setup.sh from fatrat , setup from fatrat will use debian jessie repository witch still install mingw32 . apt-get remove --purge mingw- -y && apt-get autoremove -y && ./setup.sh

I get "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem

As @peterpt said this has nothing to do with your Python installation!

All you need to do is simply check your parrot.list file, in the directory /etc/apt/sources.list.d/ by running the command

cat /etc/apt/sources.list.d/parrot.list

if nothing prints in the terminal, or if you receive a

no such file or directory named "parrot.list",

then you have installed the HOME version of Parrot OS, not the Security Version!

If there is a parrot.list file located at etc/apt/sources.list.d/ and there are software repository mirror links in this file, Then the terminal should print something like this below

deb https://deb.parrot.sh/parrot/ rolling main contrib non-free #deb-src https://deb.parrot.sh/parrot/ rolling main contrib non-free deb https://deb.parrot.sh/parrot/ rolling-security main contrib non-free #deb-src https://deb.parrot.sh/parrot/ rolling-security main contrib non-free

If you do get an output in the terminal similar to what's shown above then Follow these simple steps

sudo dpkg --configure -a - to fix the dpkg error you have

enable and then disable Anonsurf-GTK for parrot OS (By default anonsurf for Parrot is enabled at startup, so disable this to prevent interruptions installing pacakge, search for it in your applications menu)

git clone https://github.com/Screetsec/TheFatRat cd TheFatRat chmod +x setup.sh chk_tools update sudo ./setup.sh

Then you should be all good