Update main.go

This commit is contained in:
ciphersaw 2025-04-26 11:12:28 +08:00
parent 6814aeecc3
commit 7081c24f05

View File

@ -2,15 +2,11 @@ package main
import (
"sync"
"yuequanScan/config"
)
var logs sync.Map
func main() {
config.GetConfig()
go Index()
go mitmproxy()
scan()