You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, some URLs require parameters, like an oinkcode. It makes sense for the filename extension to be after the filename, but before the question mark character that signifies the start of the parameters. Eg. if the URL is hxxps://example.com/download/rules.gz?oinkcode=g1ty0ur0wn the URL for the hash would be hxxps://example.com/download/rules.gz.md5?oinkcode=g1ty0ur0wn
If there are no parameters specified in the URL, then the .md5 extension should be appended to the end as it is.
The text was updated successfully, but these errors were encountered:
The function below blindly adds a ".md5" to the end of the URL, assuming it has no parameters:
py-idstools/idstools/scripts/rulecat.py
Lines 256 to 258 in a97393d
However, some URLs require parameters, like an oinkcode. It makes sense for the filename extension to be after the filename, but before the question mark character that signifies the start of the parameters. Eg. if the URL is hxxps://example.com/download/rules.gz?oinkcode=g1ty0ur0wn the URL for the hash would be hxxps://example.com/download/rules.gz.md5?oinkcode=g1ty0ur0wn
If there are no parameters specified in the URL, then the .md5 extension should be appended to the end as it is.
The text was updated successfully, but these errors were encountered: