Releases: port19x/deadsniper
Releases · port19x/deadsniper
v1.4
- Added
--timeout
option, short alias:-t
(default request timeout if 5 seconds) - Much nicer help text
- Now also available as a github action
Take a look at https://github.com/port19x/deadsniper/blob/ce6d506bd4f9fa2f2f3c2513eb109ba81e5e5bb3/main.go#L107-L124 for some truly cursed argument parsing
v1.3
v1.2
This relase introduces the concept of a strict mode, available via -s
or --strict
.
This mode mimics the prior behaviour where any non-200 HTTP code indicates a dead link.
The new default is a lenient mode, that whitelists certain HTTP codes.
Both modes now have more descriptive output that includes the HTTP code.