justjavac / ChromeSnifferPlus

:mag: Sniff web framework and javascript libraries run on browsing website.
https://chrome.google.com/webstore/detail/library-sniffer/fhhdlnnepfjhlhilgmeepgkhjmhhhjkh
GNU General Public License v3.0
846 stars 144 forks source link

Humans.txt detector regex fixed #68

Closed jagp closed 7 years ago

jagp commented 8 years ago

Humans.txt text test was returning false positives, matching any link tag with a rel=author attribute. Patch looks for the actual humans.txt file.

Solves #67