Nucleimonst3r icon indicating copy to clipboard operation
Nucleimonst3r copied to clipboard

I got this error how can i resolve them

Open shishirs4 opened this issue 1 year ago • 4 comments

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 "", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 49: invalid continuation byte

shishirs4 avatar Oct 19 '23 02:10 shishirs4

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.

blackhatethicalhacking avatar Oct 19 '23 13:10 blackhatethicalhacking

Screenshot 2023-10-19 202506

its Working and i got still same error.

shishirs4 avatar Oct 19 '23 14:10 shishirs4

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.

blackhatethicalhacking avatar Oct 20 '23 14:10 blackhatethicalhacking

hey do you have fix for this Capture

bugbounty0011 avatar Sep 07 '24 05:09 bugbounty0011