Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DEMON1A/zzl
/ functions
Functions
10 in github.com/DEMON1A/zzl
⨍
Functions
10
◇
Types & classes
1
↓ 4 callers
Function
IsAlive
IsAlive takes a URL, sends an HTTP GET request, and returns the HTTP status code
pkg/utils/validate.go:12
↓ 2 callers
Function
RemoveWildcardAndDuplicates
RemoveWildcardAndDuplicates processes an array of strings to remove wildcards and duplicates
pkg/utils/validate.go:72
↓ 2 callers
Function
SANs
SANs retrieves and validates the SSL certificate of the given domain Works for both domains and IP addresses don't worry
pkg/ssl/ssl.go:12
↓ 1 callers
Function
GenerateEndIP
(startIP string)
pkg/ip/ip.go:28
↓ 1 callers
Function
GenerateIPs
(startIP, endIP string)
pkg/ip/ip.go:8
↓ 1 callers
Function
IsAliveNormal
IsAlive takes a URL, sends an HTTP GET request, and returns the HTTP status code without async
pkg/utils/validate.go:39
↓ 1 callers
Function
ParseArgs
ParseArgs parses the command-line arguments using the flag library.
pkg/args/args.go:21
↓ 1 callers
Function
RemoveWildcard
RemoveWildcard checks if the input string starts with "*." and removes it if it does
pkg/utils/validate.go:63
↓ 1 callers
Function
incrementIP
incrementIP modifies the IP address to the next address this doesn't need to be exposed, keep it like that
pkg/ip/ip.go:40
Function
main
()
cmd/zzl/main.go:15