forked from D3Ext/maldev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
51 lines (48 loc) · 2.02 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
module github.com/D3Ext/maldev
go 1.19
require (
github.com/C-Sto/gosecretsdump v0.3.1
github.com/D3Ext/Hooka v0.0.0-20230511152540-c0b42c6d87aa
github.com/FourCoreLabs/EDRHunt v1.4.4
github.com/alwindoss/morse v1.0.1
github.com/briandowns/spinner v1.23.0
github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
github.com/ecies/go/v2 v2.0.7
github.com/elastic/go-sysinfo v1.9.0
github.com/fatih/color v1.15.0
github.com/fourcorelabs/wintoken v1.0.0
github.com/go-ping/ping v1.1.0
github.com/likexian/whois v1.14.4
github.com/likexian/whois-parser v1.24.9
github.com/mitchellh/go-ps v1.0.0
github.com/projectdiscovery/wappalyzergo v0.0.109
github.com/ryanuber/columnize v2.1.2+incompatible
golang.org/x/crypto v0.13.0
golang.org/x/sys v0.12.0
)
require (
github.com/Binject/debug v0.0.0-20230508195519-26db73212a7a // indirect
github.com/awgh/rawreader v0.0.0-20200626064944-56820a9c6da4 // indirect
github.com/bi-zone/go-fileversion v1.0.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/elastic/go-windows v1.0.0 // indirect
github.com/ethereum/go-ethereum v1.12.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
github.com/likexian/gokit v0.25.13 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)