Open ShadowBeast235 opened 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
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
i am getting an error of smalisca after runnig python3 adhrit.py -h and python3 adhrit.py