Install missing dependencies:
apt install apktool beef-xss lib32stdc++6 lib32z1 lib32z1-dev zipalign android-tools-adb android-tools-fastboot dex2jar zaproxy armitage python-pip jadx jd-gui apksigner bettercap python-dnspython hostapd-wpe terminator metagoofil wine android-sdk -y
How to Fix Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
-Dswing.aatext=true
Type in the terminal:
_SILENT_JAVA_OPTIONS="$_JAVA_OPTIONS"
unset _JAVA_OPTIONS
alias='java "$_SILENT_JAVA_OPTIONS"'
Missing Firmware for Kali
Solving '/r command not found in current directory
for i in *;do if [[ -f $i ]]; then sed -i 's/\r$//' "$i"; fi; done
For a file, do
dos2unix filename
Comments
Post a Comment