Nucleimonst3r
Nucleimonst3r copied to clipboard
I got this error how can i resolve them
File "/usr/local/bin/lolcat", line 242, in
sys.exit(run())
^^^^^
File "/usr/local/bin/lolcat", line 230, in run
lolcat.cat(sys.stdin, options)
File "/usr/local/bin/lolcat", line 123, in cat
for line in fd:
File "
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 49: invalid continuation byte
The issue seems to be related to your 'lolcat'. If you type echo "hello" | lolcat
and you have an issue, you got to fix the lolcat first and try again.
its Working and i got still same error.
Thanks, can you make sure you can use the tools that should work before using our tool, here is an example, try to run each step independently, if you have errors in any of the steps, means you have to fix the specific tool before using our tool. It could be either waybackurls
, httpx
or nuclei
- the version you are using.
Step 1:
waybackurls example.com | tee example_filtered_urls.txt | lolcat
Step 2:
cat example_filtered_urls.txt | httpx -silent | tee httpx_output.txt | lolcat
Step 3:
cat httpx_output.txt | nuclei -stats -si 100 -o nuclei_results_for_example.txt
Let us know the outcome here.
hey do you have fix for this