v0.20.0 #598
Replies: 9 comments 20 replies
-
Beta Was this translation helpful? Give feedback.
-
Thanks,
Have tried that - sadly not fixed yet, but the error is now slightly
different - so looks like that is the right place to be looking.
Might rebuild from scratch with that line removed and try some other
tweaks.
[image: image.png]
Full db.php:
[image: image.png]
Thanks
…On Thu, Sep 7, 2023 at 5:42 PM Pantelis Roditis ***@***.***> wrote:
The problem seems to be in the frontend/config/db.php, comment out or
delete the line 'enableParamLogging'=>true, and give it another try.
—
Reply to this email directly, view it on GitHub
<#598 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCKWTT4FHUCXAMN5FAGZKTDXZH2PVANCNFSM5U6PKX6Q>
.
You are receiving this because you commented.Message ID: <echoCTF/echoCTF.
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Here you go - sorry didn't mean to take loads of your time. Will continue
to tinker.
…On Thu, Sep 7, 2023 at 6:11 PM Pantelis Roditis ***@***.***> wrote:
What is the new error you get? Remove the existing app.log file reproduce
the error and attach the complete log, without it its really hard to tell
what could be the problem.
—
Reply to this email directly, view it on GitHub
<#598 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCKWTT764MI3EMCCQD3XBJLXZH54JANCNFSM5U6PKX6Q>
.
You are receiving this because you commented.Message ID: <echoCTF/echoCTF.
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Odd
It is only a small file though so I'll copy and paste it here. Just doing
some research about the hash function:
2023-09-07 19:16:47
[145.224.66.153][-][5369pf58bvivs4hcoaegbu6hdb][error][yii\base\InvalidArgumentException]
yii\base\InvalidArgumentException: Hash is invalid. in
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Security.php:583
Stack trace:
#0 /var/www/echoCTF.RED/frontend/models/Player.php(153):
yii\base\Security->validatePassword()
#1 /var/www/echoCTF.RED/frontend/models/forms/LoginForm.php(65):
app\models\Player->validatePassword()
#2
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/validators/InlineValidator.php(77):
app\models\forms\LoginForm->validatePassword()
#3
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/validators/Validator.php(260):
yii\validators\InlineValidator->validateAttribute()
#4 /var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Model.php(368):
yii\validators\Validator->validateAttributes()
#5 /var/www/echoCTF.RED/frontend/models/forms/LoginForm.php(90):
yii\base\Model->validate()
#6 /var/www/echoCTF.RED/frontend/controllers/SiteController.php(194):
app\models\forms\LoginForm->login()
#7 [internal function]: app\controllers\SiteController->actionLogin()
#8
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/InlineAction.php(57):
call_user_func_array()
#9
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Controller.php(178):
yii\base\InlineAction->runWithParams()
#10 /var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Module.php(552):
yii\base\Controller->runAction()
#11
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/web/Application.php(103):
yii\base\Module->runAction()
#12
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Application.php(384):
yii\web\Application->handleRequest()
#13 /var/www/echoCTF.RED/frontend/web/index.php(13):
yii\base\Application->run()
#14 {main}
2023-09-07 19:16:47
[145.224.66.153][-][5369pf58bvivs4hcoaegbu6hdb][info][application] $_GET =
[]
$_POST = [
'_csrf-red' =>
'ZgjBfbKd0GFrgz5DyAtLAxSdfxEjTcNIKgNI4tn6-08wcvcn4MSKDDS3SgGrXzJ6Jc0cXhYeuzxuQi6mraO6CA=='
'LoginForm' => [
'username' => 'test'
'password' => 'supersecretpassword'
'rememberMe' => '1'
]
'login-button' => ''
]
$_FILES = []
$_COOKIE = [
'red' => '5369pf58bvivs4hcoaegbu6hdb'
]
$_SESSION = [
'__flash' => []
'_csrf-red' => 'Vz6ZRYZm_4tBcTyy1PcO5SxtDAfDtYAG'
]
$_SERVER = [
'REDIRECT_STATUS' => '200'
'HTTP_HOST' => '45.76.143.116'
'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64;
rv:109.0) Gecko/20100101 Firefox/117.0'
'HTTP_ACCEPT' =>
'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8'
'HTTP_ACCEPT_LANGUAGE' => 'en-GB,en;q=0.5'
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate'
'CONTENT_TYPE' => 'application/x-www-form-urlencoded'
'CONTENT_LENGTH' => '245'
'HTTP_ORIGIN' => 'http://45.76.143.116'
'HTTP_CONNECTION' => 'keep-alive'
'HTTP_REFERER' => 'http://45.76.143.116/login'
'HTTP_COOKIE' => 'red=5369pf58bvivs4hcoaegbu6hdb'
'HTTP_UPGRADE_INSECURE_REQUESTS' => '1'
'HTTP_DNT' => '1'
'HTTP_SEC_GPC' => '1'
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
'SERVER_SIGNATURE' => '<address>Apache/2.4.38 (Debian) Server at
45.76.143.116 Port 80</address>
'
'SERVER_SOFTWARE' => 'Apache/2.4.38 (Debian)'
'SERVER_NAME' => '45.76.143.116'
'SERVER_ADDR' => '45.76.143.116'
'SERVER_PORT' => '80'
'REMOTE_ADDR' => '145.224.66.153'
'DOCUMENT_ROOT' => '/var/www/echoCTF.RED/frontend/web/'
'REQUEST_SCHEME' => 'http'
'CONTEXT_PREFIX' => ''
'CONTEXT_DOCUMENT_ROOT' => '/var/www/echoCTF.RED/frontend/web/'
'SERVER_ADMIN' => '[no address given]'
'SCRIPT_FILENAME' => '/var/www/echoCTF.RED/frontend/web/index.php'
'REMOTE_PORT' => '25841'
'REDIRECT_URL' => '/login'
'GATEWAY_INTERFACE' => 'CGI/1.1'
'SERVER_PROTOCOL' => 'HTTP/1.1'
'REQUEST_METHOD' => 'POST'
'QUERY_STRING' => ''
'REQUEST_URI' => '/login'
'SCRIPT_NAME' => '/index.php'
'PHP_SELF' => '/index.php'
'REQUEST_TIME_FLOAT' => 1694110607.8003
'REQUEST_TIME' => 1694110607
]
…On Thu, Sep 7, 2023 at 7:40 PM Pantelis Roditis ***@***.***> wrote:
Thank you for being considerate, don't worry you're not wasting my time.
By the way no file came on this or your previous post, i suspect github
doesn't support these through email.
—
Reply to this email directly, view it on GitHub
<#598 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCKWTT6IZ2MLAVQPMP4HY7DXZIIK3ANCNFSM5U6PKX6Q>
.
You are receiving this because you commented.Message ID: <echoCTF/echoCTF.
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Ok - so I have made some progress.
After commenting out that line in in db.php I was still unable to log my
test user into the front end. Seeing the hash error I thought I would try
creating a user from the command line as per the guide:
./backend/yii player/register username email fullname password offense 1
This appeared to work - but no player had been created when looking in
the admin backend. Interestingly though when trying to log in as that
user instead of a server error it returns invalid password.
So I deleted the original user and created a new one - I can now log
in but get a 403 error as a welcome page:
[image: image.png]
Sorry - no idea how I've managed to make it behave so strangely!.
…On Thu, Sep 7, 2023 at 7:49 PM Rich ***@***.***> wrote:
Odd
It is only a small file though so I'll copy and paste it here. Just doing
some research about the hash function:
2023-09-07 19:16:47
[145.224.66.153][-][5369pf58bvivs4hcoaegbu6hdb][error][yii\base\InvalidArgumentException]
yii\base\InvalidArgumentException: Hash is invalid. in
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Security.php:583
Stack trace:
#0 /var/www/echoCTF.RED/frontend/models/Player.php(153):
yii\base\Security->validatePassword()
#1 /var/www/echoCTF.RED/frontend/models/forms/LoginForm.php(65):
app\models\Player->validatePassword()
#2
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/validators/InlineValidator.php(77):
app\models\forms\LoginForm->validatePassword()
#3
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/validators/Validator.php(260):
yii\validators\InlineValidator->validateAttribute()
#4 /var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Model.php(368):
yii\validators\Validator->validateAttributes()
#5 /var/www/echoCTF.RED/frontend/models/forms/LoginForm.php(90):
yii\base\Model->validate()
#6 /var/www/echoCTF.RED/frontend/controllers/SiteController.php(194):
app\models\forms\LoginForm->login()
#7 [internal function]: app\controllers\SiteController->actionLogin()
#8
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/InlineAction.php(57):
call_user_func_array()
#9
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Controller.php(178):
yii\base\InlineAction->runWithParams()
#10
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Module.php(552):
yii\base\Controller->runAction()
#11
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/web/Application.php(103):
yii\base\Module->runAction()
#12
/var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Application.php(384):
yii\web\Application->handleRequest()
#13 /var/www/echoCTF.RED/frontend/web/index.php(13):
yii\base\Application->run()
#14 {main}
2023-09-07 19:16:47
[145.224.66.153][-][5369pf58bvivs4hcoaegbu6hdb][info][application] $_GET =
[]
$_POST = [
'_csrf-red' =>
'ZgjBfbKd0GFrgz5DyAtLAxSdfxEjTcNIKgNI4tn6-08wcvcn4MSKDDS3SgGrXzJ6Jc0cXhYeuzxuQi6mraO6CA=='
'LoginForm' => [
'username' => 'test'
'password' => 'supersecretpassword'
'rememberMe' => '1'
]
'login-button' => ''
]
$_FILES = []
$_COOKIE = [
'red' => '5369pf58bvivs4hcoaegbu6hdb'
]
$_SESSION = [
'__flash' => []
'_csrf-red' => 'Vz6ZRYZm_4tBcTyy1PcO5SxtDAfDtYAG'
]
$_SERVER = [
'REDIRECT_STATUS' => '200'
'HTTP_HOST' => '45.76.143.116'
'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64;
rv:109.0) Gecko/20100101 Firefox/117.0'
'HTTP_ACCEPT' =>
'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8'
'HTTP_ACCEPT_LANGUAGE' => 'en-GB,en;q=0.5'
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate'
'CONTENT_TYPE' => 'application/x-www-form-urlencoded'
'CONTENT_LENGTH' => '245'
'HTTP_ORIGIN' => 'http://45.76.143.116'
'HTTP_CONNECTION' => 'keep-alive'
'HTTP_REFERER' => 'http://45.76.143.116/login'
'HTTP_COOKIE' => 'red=5369pf58bvivs4hcoaegbu6hdb'
'HTTP_UPGRADE_INSECURE_REQUESTS' => '1'
'HTTP_DNT' => '1'
'HTTP_SEC_GPC' => '1'
'PATH' =>
'/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
'SERVER_SIGNATURE' => '<address>Apache/2.4.38 (Debian) Server at
45.76.143.116 Port 80</address>
'
'SERVER_SOFTWARE' => 'Apache/2.4.38 (Debian)'
'SERVER_NAME' => '45.76.143.116'
'SERVER_ADDR' => '45.76.143.116'
'SERVER_PORT' => '80'
'REMOTE_ADDR' => '145.224.66.153'
'DOCUMENT_ROOT' => '/var/www/echoCTF.RED/frontend/web/'
'REQUEST_SCHEME' => 'http'
'CONTEXT_PREFIX' => ''
'CONTEXT_DOCUMENT_ROOT' => '/var/www/echoCTF.RED/frontend/web/'
'SERVER_ADMIN' => '[no address given]'
'SCRIPT_FILENAME' => '/var/www/echoCTF.RED/frontend/web/index.php'
'REMOTE_PORT' => '25841'
'REDIRECT_URL' => '/login'
'GATEWAY_INTERFACE' => 'CGI/1.1'
'SERVER_PROTOCOL' => 'HTTP/1.1'
'REQUEST_METHOD' => 'POST'
'QUERY_STRING' => ''
'REQUEST_URI' => '/login'
'SCRIPT_NAME' => '/index.php'
'PHP_SELF' => '/index.php'
'REQUEST_TIME_FLOAT' => 1694110607.8003
'REQUEST_TIME' => 1694110607
]
On Thu, Sep 7, 2023 at 7:40 PM Pantelis Roditis ***@***.***>
wrote:
> Thank you for being considerate, don't worry you're not wasting my time.
> By the way no file came on this or your previous post, i suspect github
> doesn't support these through email.
>
> —
> Reply to this email directly, view it on GitHub
> <#598 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BCKWTT6IZ2MLAVQPMP4HY7DXZIIK3ANCNFSM5U6PKX6Q>
> .
> You are receiving this because you commented.Message ID: <echoCTF/echoCTF
> .***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
And adding /dashboard to the config fixes that issue...
Will have a play and let you know how I get on - really appreciate the
help, looking forward to getting stuck in with it.
…On Thu, Sep 7, 2023 at 8:06 PM Rich ***@***.***> wrote:
Ok - so I have made some progress.
After commenting out that line in in db.php I was still unable to log my
test user into the front end. Seeing the hash error I thought I would try
creating a user from the command line as per the guide:
./backend/yii player/register username email fullname password offense 1
This appeared to work - but no player had been created when looking in the admin backend. Interestingly though when trying to log in as that user instead of a server error it returns invalid password.
So I deleted the original user and created a new one - I can now log in but get a 403 error as a welcome page:
[image: image.png]
Sorry - no idea how I've managed to make it behave so strangely!.
On Thu, Sep 7, 2023 at 7:49 PM Rich ***@***.***> wrote:
> Odd
> It is only a small file though so I'll copy and paste it here. Just doing
> some research about the hash function:
>
> 2023-09-07 19:16:47
> [145.224.66.153][-][5369pf58bvivs4hcoaegbu6hdb][error][yii\base\InvalidArgumentException]
> yii\base\InvalidArgumentException: Hash is invalid. in
> /var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Security.php:583
> Stack trace:
> #0 /var/www/echoCTF.RED/frontend/models/Player.php(153):
> yii\base\Security->validatePassword()
> #1 /var/www/echoCTF.RED/frontend/models/forms/LoginForm.php(65):
> app\models\Player->validatePassword()
> #2
> /var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/validators/InlineValidator.php(77):
> app\models\forms\LoginForm->validatePassword()
> #3
> /var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/validators/Validator.php(260):
> yii\validators\InlineValidator->validateAttribute()
> #4 /var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Model.php(368):
> yii\validators\Validator->validateAttributes()
> #5 /var/www/echoCTF.RED/frontend/models/forms/LoginForm.php(90):
> yii\base\Model->validate()
> #6 /var/www/echoCTF.RED/frontend/controllers/SiteController.php(194):
> app\models\forms\LoginForm->login()
> #7 [internal function]: app\controllers\SiteController->actionLogin()
> #8
> /var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/InlineAction.php(57):
> call_user_func_array()
> #9
> /var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Controller.php(178):
> yii\base\InlineAction->runWithParams()
> #10
> /var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Module.php(552):
> yii\base\Controller->runAction()
> #11
> /var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/web/Application.php(103):
> yii\base\Module->runAction()
> #12
> /var/www/echoCTF.RED/frontend/vendor/yiisoft/yii2/base/Application.php(384):
> yii\web\Application->handleRequest()
> #13 /var/www/echoCTF.RED/frontend/web/index.php(13):
> yii\base\Application->run()
> #14 {main}
> 2023-09-07 19:16:47
> [145.224.66.153][-][5369pf58bvivs4hcoaegbu6hdb][info][application] $_GET =
> []
>
> $_POST = [
> '_csrf-red' =>
> 'ZgjBfbKd0GFrgz5DyAtLAxSdfxEjTcNIKgNI4tn6-08wcvcn4MSKDDS3SgGrXzJ6Jc0cXhYeuzxuQi6mraO6CA=='
> 'LoginForm' => [
> 'username' => 'test'
> 'password' => 'supersecretpassword'
> 'rememberMe' => '1'
> ]
> 'login-button' => ''
> ]
>
> $_FILES = []
>
> $_COOKIE = [
> 'red' => '5369pf58bvivs4hcoaegbu6hdb'
> ]
>
> $_SESSION = [
> '__flash' => []
> '_csrf-red' => 'Vz6ZRYZm_4tBcTyy1PcO5SxtDAfDtYAG'
> ]
>
> $_SERVER = [
> 'REDIRECT_STATUS' => '200'
> 'HTTP_HOST' => '45.76.143.116'
> 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64;
> rv:109.0) Gecko/20100101 Firefox/117.0'
> 'HTTP_ACCEPT' =>
> 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8'
> 'HTTP_ACCEPT_LANGUAGE' => 'en-GB,en;q=0.5'
> 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate'
> 'CONTENT_TYPE' => 'application/x-www-form-urlencoded'
> 'CONTENT_LENGTH' => '245'
> 'HTTP_ORIGIN' => 'http://45.76.143.116'
> 'HTTP_CONNECTION' => 'keep-alive'
> 'HTTP_REFERER' => 'http://45.76.143.116/login'
> 'HTTP_COOKIE' => 'red=5369pf58bvivs4hcoaegbu6hdb'
> 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1'
> 'HTTP_DNT' => '1'
> 'HTTP_SEC_GPC' => '1'
> 'PATH' =>
> '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
> 'SERVER_SIGNATURE' => '<address>Apache/2.4.38 (Debian) Server at
> 45.76.143.116 Port 80</address>
> '
> 'SERVER_SOFTWARE' => 'Apache/2.4.38 (Debian)'
> 'SERVER_NAME' => '45.76.143.116'
> 'SERVER_ADDR' => '45.76.143.116'
> 'SERVER_PORT' => '80'
> 'REMOTE_ADDR' => '145.224.66.153'
> 'DOCUMENT_ROOT' => '/var/www/echoCTF.RED/frontend/web/'
> 'REQUEST_SCHEME' => 'http'
> 'CONTEXT_PREFIX' => ''
> 'CONTEXT_DOCUMENT_ROOT' => '/var/www/echoCTF.RED/frontend/web/'
> 'SERVER_ADMIN' => '[no address given]'
> 'SCRIPT_FILENAME' => '/var/www/echoCTF.RED/frontend/web/index.php'
> 'REMOTE_PORT' => '25841'
> 'REDIRECT_URL' => '/login'
> 'GATEWAY_INTERFACE' => 'CGI/1.1'
> 'SERVER_PROTOCOL' => 'HTTP/1.1'
> 'REQUEST_METHOD' => 'POST'
> 'QUERY_STRING' => ''
> 'REQUEST_URI' => '/login'
> 'SCRIPT_NAME' => '/index.php'
> 'PHP_SELF' => '/index.php'
> 'REQUEST_TIME_FLOAT' => 1694110607.8003
> 'REQUEST_TIME' => 1694110607
> ]
>
> On Thu, Sep 7, 2023 at 7:40 PM Pantelis Roditis ***@***.***>
> wrote:
>
>> Thank you for being considerate, don't worry you're not wasting my time.
>> By the way no file came on this or your previous post, i suspect github
>> doesn't support these through email.
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#598 (reply in thread)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/BCKWTT6IZ2MLAVQPMP4HY7DXZIIK3ANCNFSM5U6PKX6Q>
>> .
>> You are receiving this because you commented.Message ID:
>> ***@***.***>
>>
>
|
Beta Was this translation helpful? Give feedback.
-
Happy to try and help with that - I'm trying to log what I'm doing so I can
repeat it. Currently building on a cloud VM - but will probably be
rebuilding on real hardware at some point.
Another hopefully quick one - which I might answer in a sec... I can't get
it to attach a file to the challenge. I've noted it needs to have a name
before it will attach, but then I get file not found when trying to open
the file. I see it is shown as shown in /uploads/filename - I'm thinking it
either isn't uploading as I expect, or there is a permissions issue - just
going to see if I can find where that is on the filesystem now.
…On Thu, Sep 7, 2023 at 8:45 PM Pantelis Roditis ***@***.***> wrote:
Unfortunately, the documentation is seriously lacking, especially for
these details, so i dont blame you for not knowing. I see this entire
discussion as a huge opportunity to improve the documentation a little bit
😄
—
Reply to this email directly, view it on GitHub
<#598 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCKWTT5FR4XUOMJZX6Z5AVDXZIP7LANCNFSM5U6PKX6Q>
.
You are receiving this because you commented.Message ID: <echoCTF/echoCTF.
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Ok - kind of makes sense. When I get to production build I hope to do
separate frontend / backend so good to know.
I don't see an uploads folder though - so I'm going to create it and see
what happens....
…On Thu, Sep 7, 2023 at 9:02 PM Pantelis Roditis ***@***.***> wrote:
The attachment and the filename are not exactly working that way (its a
bit counter intuitive i admit). Usually the frontend and backend is not on
the same host so in that case you just add the filename and upload the file
on the frontend by say ssh.
When both frontend and backend are on the same host then the upload folder
for both point to the same location so when you upload on backend its
becomes available to the frontend also. For now you have to copy the
challenge to the frontend/web/uploads folder by hand.
—
Reply to this email directly, view it on GitHub
<#598 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCKWTT5VRJK5BIM7HJCISFTXZIR7FANCNFSM5U6PKX6Q>
.
You are receiving this because you commented.Message ID: <echoCTF/echoCTF.
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
This discussion was created from the release v0.20.0.
Beta Was this translation helpful? Give feedback.
All reactions