intrigueio / intrigue-ident

Application and Service Fingerprinting
https://core.intrigue.io
Other
131 stars 40 forks source link

Tag filtering behaviour change. #125

Closed duartemateus closed 3 years ago

duartemateus commented 3 years ago

This change should now allow allow the default URLs to be executed and only after will the filtering be applying.

At the moment there is a bit of duplication going on due to some of the Hash being accessed through hash['access'] and other through hash[:access]. There's already work started on another branch which will allow us to remove one of them.