Skip to content

Commit

Permalink
Added small tweaks to align with the PoC.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasdoufi-ol committed Feb 10, 2025
1 parent 1502e65 commit fb301fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions agent/exploits/cve_2018_19410.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@ def check(self, target: definitions.Target) -> list[definitions.Vulnerability]:
"Accept-Language": "en-GB,en;q=0.5",
"Accept-Encoding": "gzip, deflate, br",
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8",
"X-Requested-With": "XMLHttpRequest",
"Origin": f"{target.origin}",
"Connection": "close",
"Referer": f"{target.origin}/",
"Referer": f"{target.origin}{LOGIN_ENDPOINT}",
}

data = {"id": "200", "users": TEST_USERNAME}
Expand Down

0 comments on commit fb301fa

Please sign in to comment.