-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't access TheFatRat_generated apk in root directory due to 2020 version of kali linux. #421
Comments
Actually fatrat does not put files directly to root folder , only in case if you are a root . |
Is it? new Kali version uses non-root user named 'kali'. When generating a file the default output folder is indeed in /root which cannot be accessed... files are not created in the home directory of the user 'kali'... so I have the same issue as Lazycheeta |
well , we will not change the code just because kali denvelopers want to kill your access to some dirs . output="$HOME/Fatrat_Generated" to output="your directory/Fatrat_Generated" fatrat script line 84 basically in every script that have these lines : or If you change 1 then you have to change all of them . |
in this case I would recommend to add a note stating the change in kali 2020, remove the mention of CEH docs, which will be of no use anymore (i checked) , or add the changes in script in readme file or something to this site. |
you can install kali-grant-root and run dpkg-reconfigure kali-grant-root to configure password-less root rightsm, or you cand added root access like this |
really, I am an ignorant idiot... due to lack of Linux knowledge... in shell just do 'sudo bash' and move the Fatrat_Generated to ~kali use chown if needed my apologies for this guys and thanks for the support. |
Hi
first you access the root directory using below cmd
and then screen will shown root directory bond@bad:~$ sudo su after that you enter normal cd cmd and move apk file to home directory root@bad:/home/bond# cd /root/ check the screenshot |
jarsigner (default-jdk)-> Not OK While installing the FatRat on Kali 2020.2 (VMWare Fusion) I am getting these errors. Mingw64 and 32 were also showing not ok, but then I installed them separately and it is Ok now. Can someone help me in fixing this please...! |
sudo apt-get install openjdk-11-jdk sudo update-alternatives --config java change the 0, 1, 2 options separately and check whether jarsigner will surely work. For mingw64 issue >>>>>>> https://www.monodevelop.com/download/ follow the step provided in this link surely this will work. |
Have you solved your problem, coz i'm having the same problem. If you have then plzzz let me know how did u solved that. |
Coz, reply's on your question didn't seems to be promising. |
keeps going back to home page' |
just do |
Hey, I am unable to access thefatrat generated folder in Root directory because 2020 version of kali linux has desable the permision to access the given folder.
Is thier any way to change the generated apk path or any trick to enable the permission for root directory.
Thanks in adv.
The text was updated successfully, but these errors were encountered: