OpenSource - HTB [Discussion]
by - Thursday, January 1, 1970 at 12:00 AM
(May 23, 2022, 12:03 AM)Himitsu Wrote: WriteUp is available here:


But i'm think you don't really need it as all information on the way to resolve this box are already available in this thread.


thanks
Reply
thankzz
Reply
(May 23, 2022, 12:03 AM)Himitsu Wrote: WriteUp is available here:


But i'm think you don't really need it as all information on the way to resolve this box are already available in this thread.


Asdf
Reply
thanks man
Reply
(May 23, 2022, 12:03 AM)Himitsu Wrote: WriteUp is available here:


But i'm think you don't really need it as all information on the way to resolve this box are already available in this thread.


Thank you very much!
Reply
(May 23, 2022, 12:03 AM)Himitsu Wrote: WriteUp is available here:


But i'm think you don't really need it as all information on the way to resolve this box are already available in this thread.


nicezz
Reply
I found that filename="..//app/app/views.py" is not necessary, since ../ gets filtered out.

All that is needed is filename="/app/app/views.py"

This is because os.path.join(os.getcwd(), "public", "uploads", "/app/app/views.py") evalutes to "/app/app/views.py".
Reply
(May 23, 2022, 12:03 AM)Himitsu Wrote: WriteUp is available here:


But i'm think you don't really need it as all information on the way to resolve this box are already available in this thread.
Reply
(May 23, 2022, 08:35 AM)Exa Wrote: I found that filename="..//app/app/views.py" is not necessary, since ../ gets filtered out.

All that is needed is filename="/app/app/views.py"

This is because os.path.join(os.getcwd(), "public", "uploads", "/app/app/views.py") evalutes to "/app/app/views.py".


Good catch, indeed
Reply
Also, just to clarify, members who all thanks should be send are below as mainly guide and help for this box:

@dude4695
@Internetdreams
@Exited3n
@RF0vmM9n87Go

Then thank you.
Reply


 Users viewing this thread: OpenSource - HTB [Discussion]: No users currently viewing.