MicrosoftDX / Vorlonjs

A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io
http://www.vorlonjs.com
Other
2.92k stars 258 forks source link

Wappalyzer plugin #122

Closed cubitouch closed 9 years ago

cubitouch commented 9 years ago

Would be nice to have a Wappalyzer plugin :)

It would display something like this in its tab: image

Not sure if we can gather as much data as the Chrome/Firefox extension, as it use HTTP headers for some guess, but client side libraries would be easy...

meulta commented 9 years ago

This is an interesting idea ! :)

cubitouch commented 9 years ago

I'm having a look at this plugin. It would involve a directory containing about 750 PNG icons. How should I add and "register" (so that the server serve them) these resources into the plugins directory (if possible using a git clone so we can update if the Wappalizer repo' do)?

Edit : My bad, it just works when placed in the "Server/public" directory :')

deltakosh commented 9 years ago

lol 750png? That's a lot! No way to pull them directly from the web?

cubitouch commented 9 years ago

Maybe from here in raw mode? :)

deltakosh commented 9 years ago

Yep

cubitouch commented 9 years ago

Will try that then :)

cubitouch commented 9 years ago

https://github.com/MicrosoftDX/Vorlonjs/pull/144