Analyzing Source Code To Enumerate APIs

cd crAPI/deploy/docker
sudo docker-compose up
  • Create user on the http://localhost:8888 , then open web developer (F12) -> debugger -> static -> sagas -> config.js , we will see some tld , this is great to expand attack surface

Image

  • then contine examine source code , debugger -> static -> sagas -> main.ccf90738.chunk.js

Image

  • copy this code then paste to https://beautifier.io/

Image

we find new attack surface and enumerate app without fuzzing via analyzing applicatiaon js codes