aboutsummaryrefslogtreecommitdiffstats
path: root/service/tests
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-05-27 21:58:17 +0200
committerLouis Burda <quent.burda@gmail.com>2021-05-27 21:58:17 +0200
commit8057ab1167b3c0c19f8212c86c7a849ca3997d47 (patch)
treeff772afba37149dbfd2cab0e28b39fe2e81c61fa /service/tests
parent002a422e321971d2c6d4c54ffe40288252299cf8 (diff)
downloadenowars5-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')
-rw-r--r--service/tests/test.sh2
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