diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-05-27 21:58:17 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-05-27 21:58:17 +0200 |
| commit | 8057ab1167b3c0c19f8212c86c7a849ca3997d47 (patch) | |
| tree | ff772afba37149dbfd2cab0e28b39fe2e81c61fa /service/tests/test.sh | |
| parent | 002a422e321971d2c6d4c54ffe40288252299cf8 (diff) | |
| download | enowars5-service-stldoctor-8057ab1167b3c0c19f8212c86c7a849ca3997d47.tar.gz enowars5-service-stldoctor-8057ab1167b3c0c19f8212c86c7a849ca3997d47.zip | |
bumped enochecker and implemented exploits with minor tweaks to source
Diffstat (limited to 'service/tests/test.sh')
| -rw-r--r-- | service/tests/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/tests/test.sh b/service/tests/test.sh index a4b1884..4835024 100644 --- a/service/tests/test.sh +++ b/service/tests/test.sh @@ -43,7 +43,7 @@ checkleaks() { connect() { if [ "$RUNTYPE" == "remote" ]; then - nc localhost 9000 + nc localhost 9090 elif [ "$RUNTYPE" == "debug" ]; then checkleaks else |
