diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-06-24 11:32:26 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-06-24 11:32:48 +0200 |
| commit | cc1bbb8f1e827863b679932496cf06fa3d5bf81a (patch) | |
| tree | a84ffa9661d70d0170860cfaea6342c754709e63 /checker/src | |
| parent | a0bd3d833d916cadd23d17d0b3784e28c729967d (diff) | |
| download | enowars5-service-stldoctor-cc1bbb8f1e827863b679932496cf06fa3d5bf81a.tar.gz enowars5-service-stldoctor-cc1bbb8f1e827863b679932496cf06fa3d5bf81a.zip | |
bumped enochecker to handle closed connections correctly, fixed added code that prevented exploiting flagstore 2
Diffstat (limited to 'checker/src')
| -rw-r--r-- | checker/src/checker.py | 2 | ||||
| -rw-r--r-- | checker/src/requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/checker/src/checker.py b/checker/src/checker.py index 8f9334d..f65a033 100644 --- a/checker/src/checker.py +++ b/checker/src/checker.py @@ -371,7 +371,7 @@ class STLDoctorChecker(BaseChecker): self.debug(b"Retrieving file " + fhash + b" at index " + index_dict[fhash]) conn.write(index_dict[fhash] + b"\ny\n") fileinfo = conn.recvuntil(self.prompt) - # self.debug("File contents:\n" + fileinfo.decode("latin1")) + #self.debug("File contents:\n" + fileinfo.decode("latin1")) found = self.search_flag_bytes(fileinfo) if found is not None or i == len(targets) - 1: break diff --git a/checker/src/requirements.txt b/checker/src/requirements.txt index 0668404..38a6e0b 100644 --- a/checker/src/requirements.txt +++ b/checker/src/requirements.txt @@ -4,7 +4,7 @@ click==7.1.2 dnspython==1.16.0 # enochecker==0.4.2 # git+https://github.com/enowars/enochecker@37981175f3125bd552c3c351494186fe9ce35e0b -git+https://github.com/Sinitax/enochecker@3bd2e698e9421f4a67e60a2377ac6f40e65b18a7 +git+https://github.com/Sinitax/enochecker@f04cab0fd57fbc927809e88c97a1dd37579089ee enochecker-cli==0.7.0 enochecker-core==0.10.0 eventlet==0.30.2 |
