Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature - Add timeout option for aquatone #156

Closed
0xcatallena0x opened this issue Jul 26, 2020 · 2 comments
Closed

Feature - Add timeout option for aquatone #156

0xcatallena0x opened this issue Jul 26, 2020 · 2 comments

Comments

@0xcatallena0x
Copy link

Is your feature request related to a problem? Please describe.
I have encountered a problem whereas aquatone was giving request timeout due to the default option which resulted for the empty screenshots tab after scanning the target and this problem also rises when a server has a slow network connection.

aquatone_command = 'cat {} | /app/tools/aquatone --threads {} -ports {} -out {}'.format(

Describe the solution you'd like
I would like to suggest to add an option to put how many seconds it should be before giving out a timeout error, for instance
/app/tools/aquatone --threads 10 -http-timeout 10000 -screenshot-timeout 10000 -scan-timeout 10000. Please note that we have to put in milliseconds as the option input as aquatone's docs said.

@yogeshojha
Copy link
Owner

Okay @0xSHIN I will provide yaml setting for this.

@yogeshojha
Copy link
Owner

Implemented in the latest release. Waiting to be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants