scripts/README.md

6 lines
220 B
Markdown
Raw Normal View History

2024-03-10 17:48:32 +00:00
# My scripts
- [url-check.sh](./url-check.sh) Read a list of URLs from stdin and print if the url is Ok (200 or 301 with one redirect to a 200)
2024-03-15 21:31:05 +00:00
- [yara_gen.py](./yara_gen.py) Generate Yara rules from a list of strings
2024-03-10 17:48:32 +00:00