Web - Server

Saturday 18 July 2015, 18:40  #1
Web - Server Directory Traversal
Syst3m12
  • 1 posts

Hi, i am stuck on directory traversal

**** moderated ****

I get this error but i can’t find the password

Wednesday 19 August 2015, 12:06  #2
Web - Server Directory Traversal
mthrt
  • 1 posts

You should’nt search for password outside the site directory

Sunday 1 May 2016, 07:32  #3
Web - Server Directory Traversal
junkax
  • 1 posts

I think I found a real error on this challenge :

Warning: file_exists(): open_basedir restriction in effect. File(galerie/../../) is not within the allowed path(s): (/challenge/web-serveur/ch15:/tmp) in /challenge/web-serveur/ch15/ch15.php on line 32

can anyone confirm or reassure me 😛

Thursday 5 May 2016, 21:42  #4
Web - Server Directory Traversal
Teh Chimp
  • 2 posts

I think I found a real error on this challenge :

Warning: file_exists(): open_basedir restriction in effect. File(galerie/../../) is not within the allowed path(s): (/challenge/web-serveur/ch15:/tmp) in /challenge/web-serveur/ch15/ch15.php on line 32

can anyone confirm or reassure me

Hi,

That’s a legit error. You can’t traverse out of the website.

The challenge is working just fine (I’ve just done it).

Friday 25 August 2017, 14:59  #5
Web - Server Directory Traversal
Damla
  • 2 posts

Hi,
Hint for you: use burp spider :)

Friday 25 August 2017, 15:47  #6
Web - Server Directory Traversal
dagger
  • 7 posts

You really don’t need burp spider to solve this one. Just use your brain.