Skip to content

Commit

Permalink
Merge pull request #16 from p4kl0nc4t/faizj-remove-aid
Browse files Browse the repository at this point in the history
feat!(simaster): don't send `aId` to prevent logging
  • Loading branch information
lc-at authored Jan 15, 2023
2 parents 2e65681 + 22c0ce3 commit 9f2eb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/simaster.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_simaster_session(username, password, reuse_session=False):
req = ses.post(
LOGIN_URL,
data={
"aId": "".join(random.choice(string.hexdigits) for _ in range(16)).lower(),
"aId": "",
"username": username,
"password": password,
},
Expand Down

0 comments on commit 9f2eb30

Please sign in to comment.