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

FatRat mono-Denvelop utils [common issue] #355

Closed Jsimpki closed 5 years ago

Jsimpki commented 5 years ago

SO, I saw a lot of your related issues on this and followed the steps. I even put the repos on Parrot OS.

list of Repos

deb http://http.kali.org/kali kali-rolling main contrib non-free deb-src http://http.kali.org/kali kali-rolling main contrib non-free deb http://old.kali.org/kali sana main non-free contrib deb-src http://old.kali.org/kali sana main non-free contrib

It also gives me a list of dependencies that aren't met, It seems that the repos that you recommended for other people aren't the solution for the install, at least not for Parrot OS. If you need any other Screen prints Ill be more than happy to help out As you can see the Updated version still askes for Mono-develop Utils image

This version was 'git cloned'd straight from your directory here on github

Jsimpki commented 5 years ago

You'll need to zoom in as the color is blue on black.

peterpt commented 5 years ago

The problem is that fatrat is not using kali repository to install mono-mcs but your original repository .

Here is is one thing that you all here should know :

Fatrat uses kali repositories just to install some tools that by default are not in the conventional repositories , such as "backdoor factory , metasploit-framework , searchsploit & a few more" these tools are for pentest distributions and by default the conventional parrot , debian , ubuntu do not have these tools or they are not maintained regularly in their repositories , this is why we use kali to install those tools .

Add this repository to your sources.list

deb http://deb.debian.org/debian stretch main contrib non-free deb-src http://deb.debian.org/debian stretch main contrib non-free

Then run apt-get update & run setup.sh from fatrat

when finished then delete those lines from your sources.list and run this command :

apt-get clean && apt-get clean cache && apt-get update

and finally run fatrat

after instalation

Jsimpki commented 5 years ago

I'm giving this a shot right now. I hope this solves it.

Jsimpki commented 5 years ago

Okay that didnt solve the issue. It still calls for it saying Not OK

darshanup commented 5 years ago

Mine tool dependencies aren't installed.

suh004757 commented 5 years ago

use official repository for kali in official site add deb http://http.kali.org/kali kali-rolling main non-free contrib deb-src https://http.kali.org/kali kali-rolling main non-free contrib

AmanTyagi2432 commented 5 years ago

it is not working. plzz help me @peterpt Screenshot from 2019-07-14 15-44-07

peterpt commented 5 years ago

you all that have issues installing monodenvelop utils put the debian repositories in your sources.list

deb http://deb.debian.org/debian stretch main contrib non-free deb-src http://deb.debian.org/debian stretch main contrib non-free

and then write this :

apt-get clean && apt-get update

then write this in your terminal :

apt-cache search mono-mcs

and put here the print screen for me to see

Lucas03lescure commented 5 years ago

having the same issue but with Nethunter, under Mono-Develop Utils -> not found! i have Warning: This program is an suid-root program or is being run by the root user. The full text of the error or warning message cannot be safely formated in this environment. You may get a more descriptive message by running the program as non-root user or by removing the suid bit on the executable xterm: Xt error: can't open display: %s xterm: DISPLAY is not set

PS: I've tried all your fixes they don't work, and i also have wingw32 -> not OK followed by wingw-w64 -> not OK

peterpt commented 5 years ago

Write 'apt-get install mono-mcs' and post here the print screen

Lucas03lescure commented 5 years ago

thnx worked

Lucas03lescure commented 5 years ago

Yeah, after it installed i added old.kali.org in /etc/apt/sources.list did : apt-get update then: apt-get install mingw32 (and mingw-w64) removed the old.kali.org from the sources.list apt-get update and done

check if it's installed, do ./setup.sh once more

Lucas03lescure commented 5 years ago

yeah it worked

lowuser-mian commented 5 years ago

I'm still having the problem while installing mono-denvelop utils Screenshot from 2019-08-03 00-22-38

peterpt commented 5 years ago

lowuser-mian , that is happenign because you update your repository lists and did not yet upgraded your system , or that reference is only in apt cache . run "apt-get clean && apt-get clean cache && apt-get update" , then check if package is still in repository , in case not then downgrade your repositories and install the package from there .

lowuser-mian commented 5 years ago

Thanks for your reply.... I have installed TheFatRat... Regards

On Mon, Aug 12, 2019, 3:16 AM peterpt notifications@github.com wrote:

lowuser-mian , that is happenign because you update your repository lists and did not yet upgraded your system , or that reference is only in apt cache . run "apt-get clean && apt-get clean cache && apt-get update" , then check if package is still in repository , in case not then downgrade your repositories and install the package from there .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Screetsec/TheFatRat/issues/355?email_source=notifications&email_token=AMVTJOBZDY2FXRRPJFFQYWLQECFVHA5CNFSM4HPTZ3PKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4BJ62I#issuecomment-520265577, or mute the thread https://github.com/notifications/unsubscribe-auth/AMVTJOAUT46GL76NMLIVIQTQECFVHANCNFSM4HPTZ3PA .

r00tali commented 5 years ago

i fixed the issue using, APT INSTALL MONO-MCS , no fuss

madodamusic commented 4 years ago

i fixed by install apt-get install mono-complete

ateeqmughal266 commented 4 years ago

Screenshot from 2020-03-28 19-26-34 still getting "Mono-Denvelop Utils -> Not OK" error and none of the above steps worked for me! help please. Thanks in advance!

peterpt commented 4 years ago

apt-get remove --purge monodevelop The problem is that you have one more recent version from monodevelop installed in your system , and you are pointing the mono-mcs from stretch to be installed witch is not compatible with that version . Using your normal repositories you should see if you have mono-mcs and mono-devel in your current repositories , in case not then remove the full monodevelop from your system and use the stretch repo to install both packages .

with : apt-cache policy monodevelop or mono-mcs or mono-devel you can see witch version is or not installed and from witch repository .

btw , dont revive old topics .