You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This worked, properly showing the scan submission uuid
-[ ] scan -p
I wonder if -p isn't intuitive, like would scan poll be better? Discuss
I see you have switches predefined in the dict.
-[x] Provide Feed Back that the scan was submitted and is waiting X seconds to check for results
Include the UUID in the feedback too "Scan for domain.com submitted as UUID 28348c76-a234-42f3-9f2c-2547cb4f4c4d - Waiting in Loops of 5 seconds (up to 60 seconds) for results
-[x] Results came back with "data, states, meta, task, page, lists, verdicts, submitter" all with NaN.
If the user chooses polling, you should read the submission ID, and then wait a defined amount of time (maybe every 5 seconds, with a max of 6 loops?) and when it's returned, show the results not the submission
If the scan isn't complete, you need to wait longer (up until a point)
result
Worked good. We can talk about opening up results if you so want to.
If we do something different with -p maybe we should type out quiet. "result quiet". Let's discuss this.
[ ]dom
the prev_urlscan_prod_raw worked good
prev_urlscan_prod_dict actually gave me and io.pub warning, how does the dom convert to a dict? I think the dom should ONLY go in the _raw variable That should be reflected in the message
[ x ] screenshot
The default Screenshot didn't display at 800x500 I don't think (or that seems small)
-b puts it into _raw into a dict, where without makes _raw just bytes? Not sure the purpose here.
[x ] - search
I could not make search work. I tried with domain, with UUID not sure how to make this work
Notes
-[ x] scan
This worked, properly showing the scan submission uuid
-[ ] scan -p
I wonder if -p isn't intuitive, like would scan poll be better? Discuss
I see you have switches predefined in the dict.
-[x] Provide Feed Back that the scan was submitted and is waiting X seconds to check for results
-[x] Results came back with "data, states, meta, task, page, lists, verdicts, submitter" all with NaN.
result
[ ]dom
[ x ] screenshot
[x ] - search