Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 867 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 867 Bytes

miscellaneous

a repository of miscellanous things that don't need their own repos.


hasher.ps1

a powershell script meant to create hashes of files in a directory.
created for https://unethicalcdn.com - SHA256 hashes of files. hashes directory

url_check.go

a go script that checks a list of URLs in urls.json to ensure whether they're active or dead links.
created for lcbud

note: change these values to your preference (cli args):

Usage of url_check.go:
  -concurrent int
        how many urls we check at once (default 10)
  -retries int
        how many times we try a url before giving up (default 3)
  -urlsFile string
        where your urls are stored (default "urls.json")