Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

smalisca module error #35

Open
ShadowBeast235 opened this issue Jun 11, 2020 · 2 comments
Open

smalisca module error #35

ShadowBeast235 opened this issue Jun 11, 2020 · 2 comments

Comments

@ShadowBeast235
Copy link

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

@bakemonozero1
Copy link

bakemonozero1 commented Jul 27, 2020

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants