urbanadventurer / WhatWeb

Next generation web scanner
https://www.morningstarsecurity.com/research/whatweb
GNU General Public License v2.0
5.44k stars 895 forks source link

Latest Code not updated #56

Closed yatish27 closed 12 years ago

yatish27 commented 12 years ago

the latest code which is available on http://www.morningstarsecurity.com/research/whatweb is not exactly the same as available here.

urbanadventurer commented 12 years ago

The code on morningstarsecurity.com is the latest stable release. The code on github is the development release which might have all sorts of problems however it's usually superior to the stable release.

yatish27 commented 12 years ago

but the anemone lib is not used in it so , experimenting it with recusion and other features makes it difficult

urbanadventurer commented 12 years ago

I decided to remove the recursive feature. It was not particularly good at spidering a site compared to other software like wget.

urbanadventurer commented 12 years ago

In future I plan to make a proxy mode for whatweb so that whatweb acts as a proxy. This will allow other software such as wget, DirBuster, Burp Proxy, Firefox, etc to be used to navigate pages of a website that whatweb can identify.

pawal commented 12 years ago

When you release a new version, make sure to tag it correctly in Git so you can refer to that version here on Github.