rverton / webanalyze

Port of Wappalyzer (uncovers technologies used on websites) to automate mass scanning.
MIT License
903 stars 134 forks source link

didnt match AngularJS #51

Open doudouba opened 3 years ago

doudouba commented 3 years ago

dest url : https://angularjs.org image

rverton commented 2 years ago

Can you check the pattern in the schema and see which pattern did not match in webanalyze?

ChristianSch commented 1 year ago

I have an example for this. https://developer.db.com/

The body is:

  <body id="top">
    <app-root></app-root>
    <script src="assets/js/webtrekk_v4.min.js"></script>
    <script src="assets/js/webtrack_config.js"></script>
    <script src="assets/json/devportal_config.json" type="application/ld+json"></script>
  <script src="runtime.3fef06950bccbaee.js" type="module"></script><script src="polyfills.b463757590291e1e.js" type="module"></script><script src="scripts.0c004938dde0d388.js" defer></script><script src="main.80791e099dd1431e.js" type="module"></script>

</body>

I guess you'd need javascript crawling and window.getAllAngularRootElements() to detect it.