hi, I wanna start the reverse shell get this error :
Traceback (most recent call last):
File "hoaxshell.py", line 768, in
main()
File "hoaxshell.py", line 549, in main
chill() if quiet else print_banner()
File "hoaxshell.py", line 165, in print_banner
print(f" {''.join(final)}")
UnicodeEncodeError: 'latin-1' codec can't encode character '\u252c' in position 24: ordinal not in range(256)
its intersting that I run Villain i tha same error :
Traceback (most recent call last):
File "Villain.py", line 928, in
main()
File "Villain.py", line 509, in main
chill() if args.quiet else print_banner()
File "Villain.py", line 93, in print_banner
print(f" {''.join(final)}")
UnicodeEncodeError: 'latin-1' codec can't encode character '\u252c' in position 25: ordinal not in range(256)
hi, I wanna start the reverse shell get this error :
Traceback (most recent call last): File "hoaxshell.py", line 768, in
main()
File "hoaxshell.py", line 549, in main
chill() if quiet else print_banner()
File "hoaxshell.py", line 165, in print_banner
print(f" {''.join(final)}")
UnicodeEncodeError: 'latin-1' codec can't encode character '\u252c' in position 24: ordinal not in range(256)
its intersting that I run Villain i tha same error : Traceback (most recent call last): File "Villain.py", line 928, in
main()
File "Villain.py", line 509, in main
chill() if args.quiet else print_banner()
File "Villain.py", line 93, in print_banner
print(f" {''.join(final)}")
UnicodeEncodeError: 'latin-1' codec can't encode character '\u252c' in position 25: ordinal not in range(256)
how to fix it?