Skip to content

Commit

Permalink
Merge pull request stark0de#10 from cornerpirate/patch-1
Browse files Browse the repository at this point in the history
Changed nginx_version url
  • Loading branch information
stark0de authored Jan 18, 2022
2 parents 614ae2e + d51e46d commit 46e638c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginxpwner.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

basereq = requests.get(url, verify=False)

nginx_version = "https://github.com/nginx/nginx/releases"
nginx_version = "https://github.com/nginx/nginx/tags"
try:
target_nginx_version = basereq.headers["Server"].split("/")[1]
except:
Expand Down

0 comments on commit 46e638c

Please sign in to comment.