Web - Client

Wednesday 16 June 2021, 20:25  #1
Web - Client | webpack
rhem
  • 2 posts

i’m trying to solve the webpack challenge but i don’t really know what i’m supposed to do after finding the hidden route...it doesn’t show the password or anything just a blank screen...after inspecting i didn’t find anything useful too, am i missing something?

Tuesday 20 July 2021, 16:54  #2
Web - Client | webpack
ine_dev
  • 1 posts

Simply read all the source codes (js, css, hrml) for word something like flag or passwords.
I download all the files and using command like ’grep’ to search for any interesting words and you can see the answer...

Saturday 31 July 2021, 02:30  #3
Web - Client | webpack
Funkydjul77
  • 2 posts

Something weird is going on with Firefox, it doesn’t display the same file tree as Chrome. I was able to solve this challenge with Chrome ...

Sunday 10 October 2021, 18:55  #4
Web - Client | webpack
yamanidev
  • 2 posts

@Funkydjul77 can you state the differences please?

Sunday 10 October 2021, 19:04  #5
Web - Client | webpack
yamanidev
  • 2 posts

The difference I found is that in the Sources tab of devtools, the content of the same file (same path and everything), was different from Chrome and Firefox. And that file is what helped me solve the problem. Have I not used Chrome instead of Firefox, I would not have solved the problem.

Wednesday 20 April 2022, 17:08  #6
Web - Client | webpack
Cabbache
  • 2 posts

I can confirm this, only by using chrome it has worked for me.

Saturday 29 October 2022, 16:14  #7
Web - Client | webpack
superdupper
  • 1 posts

I also experienced that on Chrome browser.

Sunday 29 January 2023, 14:37  #8
Web - Client | webpack
keyow
  • 1 posts

I’ve also tried to open file with lots of ways like using chrome, chromium, firefox and i couldn’t find anything which was close to sollution. I suppose the problem is in sourcemapping which works pretty strange... Even when it is toggled on. I have no idea what is the key of that problem.

Thursday 2 February 2023, 17:57  #9
Web - Client | webpack
FearZzZz
  • 2 posts

Folks, don’t rely on a software so much - you have all you need to solve the task actually. Just check out the http://challenge01.root-me.org/web-client/ch27/static/js/ directory or download file directly from http://challenge01.root-me.org/web-client/ch27/static/js/app.a92c5074dafac0cb6365.js.map, then inspect the source. That’s it.

Stay tuned!