Question

I have seen some websites, which displays the first page source for rest of the pages. For example if we visit xxxx.com's fist page and look at its page source and if we visit xxxx.com's second page web contents are different we see the 2nd page web content in the tools like fire bug, but when we look 2nd page page source then in 2nd page source we have 1st page source only. This is called Obfuscation. My Question is, Is there is any technique or mechanism to see the 2nd page source only. If it is there how it is possible. Can we do or adopt same technique to our site also? if it is how?

Am new to web domain. Please help me.

Was it helpful?

Solution

  • Start Firebug F12
  • select Net
  • select JS
  • click any js file

enter image description here

then you can find obfuscated js, or minified js. If it is minified use a tool like jsbeautifier

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top