blupants

Results 9 comments of blupants

Thanks for reporting the issue @NeoWilson Could you please provide more details on how to replicate the issue? Which platform were you scanning? (e.g. asana_scan, wrike_scan, linear_scan, jira_scan or confluence_scan)....

Thank you for providing the details @NeoWilson . I have created a branch [bp-timeout](https://github.com/spark1security/n0s1/compare/main...bp-timeout) to add the "--timeout" and also a "--limit" input parameters: ``` --timeout [TIMEOUT] HTTP request timeout...

Thanks for the feedback. I have included a better error handling to the "bp-timeout" branch. I don't think having extremely high timeouts would be a feasible approach even if the...

That's a great suggestion, but unfortunately we can implement it at n0s1's level. We can't tell for sure what exact page the timeout occurred. Best case scenario we would know...

Thanks for the suggestion @NeoWilson . I have added a log file (`n0s1_debug.log`) that gets created when using the "--debug" input argument. Could you please run a test similar to...

Please be aware that only the Confluence scan supports the exceptions/timeout logging currently. Does the file `n0s1_debug.log` get generated at all? If yes, can you search for "HTTPSConnectionPool"? Do you...

Thank you for your feedback. During my local test one way I found to "force a timeout" and get an exception, was to start the scan with a timeout of...

It currently does not support that feature. However, I have been considering adding new input parameters with the default values: ``` --scan-workspaces = "*" --skip-workspaces = "" --scan-projects = "*"...

Gotcha. I think a more generic input arguments like this would cover your use case: ``` --scan-target-keys = "*" --scan-target-names = "*" --skip-target-keys = "" --skip-target-names = "" --resume-target-key =...