### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior During the screenshot task, there exists a bug while parsing the CSV file. ```celery-1 | File "/usr/src/app/reNgine/tasks.py", line 1210, in screenshot celery-1 | protocol, port, subdomain_name, ip, status, title, category, creds, screenshot_path, source_path = tuple(row) celery-1 | ValueError: not enough values to unpack (expected 10, got 6) ``` ### Expected Behavior NA ### Steps To Reproduce NA ### Environment ```markdown na ``` ### Anything else? _No response_