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

Added timeout option #107

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Added timeout option #107

merged 1 commit into from
Mar 21, 2024

Conversation

j-baines
Copy link
Contributor

See #106

Before:

albinolobster@mournland:~/initial-access/feed/cve-2021-1473$ ./build/cve-2021-1473_linux-arm64 -v -rhost 8.8.8.8 -rport 5
time=2024-03-21T17:00:55.561-04:00 level=STATUS msg="Starting target" index=0 host=8.8.8.8 port=5 ssl=false "ssl auto"=false
time=2024-03-21T17:00:55.562-04:00 level=STATUS msg="Validating Cisco RV340/RV345 target" host=8.8.8.8 port=5
time=2024-03-21T17:01:05.565-04:00 level=ERROR msg="HTTP request error: Get \"http://8.8.8.8:5/\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"
time=2024-03-21T17:01:05.565-04:00 level=ERROR msg="The target isn't recognized as Cisco RV340/RV345, quitting" host=8.8.8.8 port=5 verified=false

After:

albinolobster@mournland:~/initial-access/feed/cve-2021-1473$ ./build/cve-2021-1473_linux-arm64 -v -rhost 8.8.8.8 -rport 5 -timeout 30
time=2024-03-21T17:03:37.754-04:00 level=STATUS msg="Starting target" index=0 host=8.8.8.8 port=5 ssl=false "ssl auto"=false
time=2024-03-21T17:03:37.754-04:00 level=STATUS msg="Validating Cisco RV340/RV345 target" host=8.8.8.8 port=5
time=2024-03-21T17:04:07.782-04:00 level=ERROR msg="HTTP request error: Get \"http://8.8.8.8:5/\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"
time=2024-03-21T17:04:07.782-04:00 level=ERROR msg="The target isn't recognized as Cisco RV340/RV345, quitting" host=8.8.8.8 port=5 verified=false
albinolobster@mournland:~/initial-access/feed/cve-2021-1473$ ./build/cve-2021-1473_linux-arm64 -v -rhost 8.8.8.8 -rport 5 -timeout 60
time=2024-03-21T17:15:25.376-04:00 level=STATUS msg="Starting target" index=0 host=8.8.8.8 port=5 ssl=false "ssl auto"=false
time=2024-03-21T17:15:25.376-04:00 level=STATUS msg="Validating Cisco RV340/RV345 target" host=8.8.8.8 port=5
time=2024-03-21T17:16:25.438-04:00 level=ERROR msg="HTTP request error: Get \"http://8.8.8.8:5/\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"
time=2024-03-21T17:16:25.438-04:00 level=ERROR msg="The target isn't recognized as Cisco RV340/RV345, quitting" host=8.8.8.8 port=5 verified=false

@j-baines j-baines self-assigned this Mar 21, 2024
@j-baines j-baines merged commit 076c8a3 into main Mar 21, 2024
1 check passed
@j-baines j-baines deleted the timeoutUpdate branch March 21, 2024 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant