Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all rules are processed due to inconsistent field type #60

Closed
CaledoniaProject opened this issue Oct 18, 2021 · 2 comments
Closed

Comments

@CaledoniaProject
Copy link

According to the documents and issue here

Fields like scriptSrc, html and many others are not always in string form, it could be a map or an array of string.

Looks like webanalyze process string type only, can you fix it?

@rverton
Copy link
Owner

rverton commented Oct 18, 2021

I do have implemented a 'string/[]string' type here which handles most of this cases: https://github.com/rverton/webanalyze/blob/master/wappalyze.go#L16

I think the bigger problem currently is the modified schema. I opened an issue at #57.

@CaledoniaProject
Copy link
Author

I've created a python script to avoid the golang issue: https://github.com/CaledoniaProject/wapplyzer-rule-formalize

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants