mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-05-08 11:37:10 +00:00
13 lines
93 B
Go
13 lines
93 B
Go
![]() |
package main
|
||
|
|
||
|
import (
|
||
|
"sync"
|
||
|
)
|
||
|
|
||
|
var logs sync.Map
|
||
|
|
||
|
func main() {
|
||
|
go mitmproxy()
|
||
|
scan()
|
||
|
}
|