summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-27 12:05:45 -0400
committerdemo <demo@antix1>2026-05-27 12:05:45 -0400
commit7852eae1e9653d9a62ff3c82b8fac2954ee1944f (patch)
tree212a6f043a33d4662e358c2a3f56c4e484862f7c /main.go
parent81ee780aca0aa0d9ce6999a23ef94e986307e060 (diff)
feat: update the classic crawler to track depth via packets
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 900cb1f..bd30a4c 100644
--- a/main.go
+++ b/main.go
@@ -41,7 +41,7 @@ func main() {
}
getLeakProfile(func() {
- workers(*startURL, *maxConcurrency, *maxURLs)
+ classic(*startURL, *maxConcurrency, *maxURLs)
})
}