abhi-r3v0 / Adhrit

Android Security Suite for in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks.
https://www.hawkspawn.com/Adhrit
GNU General Public License v3.0
535 stars 129 forks source link

smalisca module error #35

Open ShadowBeast235 opened 4 years ago

ShadowBeast235 commented 4 years ago

i am getting an error of smalisca after runnig python3 adhrit.py -h and python3 adhrit.py error adhrit

bakemonozero1 commented 4 years ago

Hi,

i had the same error, This is because of the larry3d font. which is used by smalica but no longer is a part of pyfiglet. to fix go to your python install dist packages and find the file

smalisca/core/smalisca_config.py

then replace the line which says f = Figlet(font='larry3d')

with f = Figlet(font='standard')

hope it helps

ShadowBeast235 commented 3 years ago

Thanks buddy its helpful

but i have got anathor error

Traceback (most recent call last):
File "adhrit.py", line 224, in
main()
File "adhrit.py", line 157, in main
adhrit.native_recon()
File "adhrit.py", line 115, in native_recon
lib_pwn()
File "/home/kali/Adhrit/recons/native_recon.py", line 52, in lib_pwn
str_list.append(str(base64.b64decode(j)))
File "/usr/lib/python3.8/base64.py", line 87, in b64decode
return binascii.a2b_base64(s)
binascii.Error: Incorrect padding