summaryrefslogtreecommitdiff
path: root/utils/mass_whitelist.py (unfollow)
AgeCommit message (Collapse)Author
2022-05-02Make application go-install-able and create a docker imageMathieu Deous
2018-07-16Updated mass_whitelist to output progress to STDERR (#75)Jeroen Vermeulen
Only the generated rules are printed to STDOUT Now you can do: ``` ./mass_whitelist.py [NAME] [URL_PATTERN] [MAJOR] [MINOR] [PATCH] > ../whitelists/name.yar ```
2018-07-14Improved scripts to be callable from another directory. (#73)Jeroen Vermeulen
Improved scripts to be callable from another directory instead of only from their own working dir.
2018-05-30improve mass_whitelist.py outputMatToufoutu
2016-07-28add generation date to metadata in generated whitelistsMathieu Deous
2016-07-28create script to create whitelists for all versions of given CMSMathieu Deous