Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

i need helpe #650

Closed
skreetz opened this issue Nov 10, 2021 · 3 comments
Closed

i need helpe #650

skreetz opened this issue Nov 10, 2021 · 3 comments

Comments

@skreetz
Copy link

skreetz commented Nov 10, 2021

xterm -> OK
Dns-Utils -> OK
Mono-Denvelop Utils -> OK
GCC -> OK
Apache2 -> OK
Gnome Terminal -> OK
UPX -> OK
Ruby -> OK
Python3 -> OK
Python3-pip -> OK
Openssl -> OK
Jarsigner -> OK
Unzip -> OK
Keytool -> OK
Zipalign -> Not OK
Mingw64 -> OK
Mingw32 -> OK
dx -> Not OK
aapt -> Not OK
apktool -> Not OK
Baksmali -> OK
Metasploit -> OK
Backdoor-Factory -> OK
Searchsploit -> OK

User path environment

PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/jvm/jdk1.8.0_281/bin:/usr/lib/jvm/jdk1.8.0_281/db/bin:/usr/lib/jvm/jdk1.8.0_281/jre/bin"

User current repositories

#deb http://http.kali.org/kali kali-rolling main non-free contrib
#deb http://http.kali.org/kali kali-rolling main non-free contrib


Linux skreetz 5.14.0-kali2-amd64 #1 SMP Debian 5.14.9-2kali1 (2021-10-04) x86_64 GNU/Linux

@Morsmalleo
Copy link

Morsmalleo commented Nov 10, 2021

Run this command in your terminal to Install all of the missing dependencies

sudo apt-get install zipalign aapt apktool dx -y

Then Run the setup again
sudo ./setup.sh

@skreetz
Copy link
Author

skreetz commented Nov 10, 2021

Run this command in your terminal to Install all of the missing dependencies

sudo apt-get install zipalign aapt apktool dx -y

Then Run the setup again sudo ./setup.sh

it's installed but, don't open

@peterpt
Copy link
Collaborator

peterpt commented Nov 10, 2021

Those particular packages come with fatrat , installing them will not solve anything .
You probably had installed fatrat previously in a different directory and the symlinks to those packages were still pointing to that old directory .

apt remove --purge zipalign aapt apktool dx -y && rm /usr/local/sbin/apktool && rm /usr/local/sbin/zipalign && rm /usr/local/sbin/aapt && rm /usr/local/sbin/dx

then run setup again from fatrat

@peterpt peterpt closed this as completed Jan 27, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants