You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
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
The text was updated successfully, but these errors were encountered: