Skip to content

unethicalteam/miscellaneous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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")

About

a repository of miscellanous things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published