2020-12-17 18:34:42 +00:00
|
|
|
module github.com/projectdiscovery/nuclei/v2
|
2020-07-01 10:47:24 +00:00
|
|
|
|
2021-09-09 04:50:09 +00:00
|
|
|
go 1.17
|
2020-07-01 10:47:24 +00:00
|
|
|
|
|
|
|
require (
|
2021-09-17 07:08:01 +00:00
|
|
|
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
|
2021-10-28 12:15:38 +00:00
|
|
|
github.com/alecthomas/jsonschema v0.0.0-20211022214203-8b29eab41725
|
2022-02-28 05:22:52 +00:00
|
|
|
github.com/andygrunwald/go-jira v1.15.1
|
2021-10-28 12:15:38 +00:00
|
|
|
github.com/antchfx/htmlquery v1.2.4
|
2021-07-25 10:43:59 +00:00
|
|
|
github.com/apex/log v1.9.0
|
2020-07-01 10:47:24 +00:00
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2021-08-20 09:41:19 +00:00
|
|
|
github.com/bluele/gcache v0.0.2
|
2020-11-22 10:07:40 +00:00
|
|
|
github.com/corpix/uarand v0.1.1
|
2022-05-02 05:31:42 +00:00
|
|
|
github.com/go-playground/validator/v10 v10.11.0
|
2022-05-10 05:23:54 +00:00
|
|
|
github.com/go-rod/rod v0.106.6
|
2021-10-29 12:56:06 +00:00
|
|
|
github.com/gobwas/ws v1.1.0
|
2021-02-02 06:40:47 +00:00
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
2022-03-02 05:27:22 +00:00
|
|
|
github.com/itchyny/gojq v0.12.7
|
2021-09-13 09:33:04 +00:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2021-07-05 08:55:42 +00:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2021-04-16 11:26:41 +00:00
|
|
|
github.com/karlseguin/ccache v2.0.3+incompatible
|
2022-05-08 06:52:21 +00:00
|
|
|
github.com/karrick/godirwalk v1.17.0 // indirect
|
2020-07-31 16:16:55 +00:00
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
2022-05-11 05:23:07 +00:00
|
|
|
github.com/miekg/dns v1.1.49
|
2021-02-22 15:10:58 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2022-05-12 22:18:14 +00:00
|
|
|
github.com/owenrumney/go-sarif/v2 v2.1.1
|
2020-07-01 10:47:24 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-03-19 16:43:41 +00:00
|
|
|
github.com/projectdiscovery/clistats v0.0.8
|
2022-03-08 14:11:52 +00:00
|
|
|
github.com/projectdiscovery/cryptoutil v1.0.0
|
2022-05-12 11:13:56 +00:00
|
|
|
github.com/projectdiscovery/fastdialer v0.0.16-0.20220509174423-0e57a7c8cf83
|
2021-09-26 20:33:12 +00:00
|
|
|
github.com/projectdiscovery/filekv v0.0.0-20210915124239-3467ef45dd08
|
2022-04-27 23:50:22 +00:00
|
|
|
github.com/projectdiscovery/fileutil v0.0.0-20220427234316-40b2541a84b8
|
2022-05-06 10:59:16 +00:00
|
|
|
github.com/projectdiscovery/goflags v0.0.8-0.20220412061559-5119d6086323
|
2021-02-27 07:38:10 +00:00
|
|
|
github.com/projectdiscovery/gologger v1.1.4
|
2021-09-17 08:11:27 +00:00
|
|
|
github.com/projectdiscovery/hmap v0.0.2-0.20210917080408-0fd7bd286bfa
|
2022-05-08 09:59:33 +00:00
|
|
|
github.com/projectdiscovery/interactsh v1.0.4
|
2021-10-28 12:15:38 +00:00
|
|
|
github.com/projectdiscovery/nuclei-updatecheck-api v0.0.0-20211006155443-c0a8d610a4df
|
2022-05-04 14:19:33 +00:00
|
|
|
github.com/projectdiscovery/rawhttp v0.0.8-0.20220504112210-ae777c1ccd6b
|
2022-05-06 10:59:16 +00:00
|
|
|
github.com/projectdiscovery/retryabledns v1.0.13
|
2022-05-08 09:59:33 +00:00
|
|
|
github.com/projectdiscovery/retryablehttp-go v1.0.3-0.20220506110515-811d938bd26d
|
2022-04-27 23:50:22 +00:00
|
|
|
github.com/projectdiscovery/stringsutil v0.0.0-20220422150559-b54fb5dc6833
|
2021-11-26 10:53:54 +00:00
|
|
|
github.com/projectdiscovery/yamldoc-go v1.0.3-0.20211126104922-00d2c6bb43b6
|
2020-10-08 14:34:47 +00:00
|
|
|
github.com/remeh/sizedwaitgroup v1.0.0
|
2022-03-23 05:35:46 +00:00
|
|
|
github.com/rs/xid v1.4.0
|
2021-08-20 09:41:19 +00:00
|
|
|
github.com/segmentio/ksuid v1.0.4
|
2022-05-02 05:32:03 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.22.4
|
2020-10-16 11:27:02 +00:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0
|
2022-05-12 05:18:24 +00:00
|
|
|
github.com/spf13/cast v1.5.0
|
2021-02-02 06:40:47 +00:00
|
|
|
github.com/syndtr/goleveldb v1.0.0
|
2021-07-25 10:43:59 +00:00
|
|
|
github.com/tj/go-update v2.2.5-0.20200519121640-62b4b798fd68+incompatible
|
2021-02-07 20:37:37 +00:00
|
|
|
github.com/valyala/fasttemplate v1.2.1
|
2021-11-03 13:28:00 +00:00
|
|
|
github.com/weppos/publicsuffix-go v0.15.1-0.20210928183822-5ee35905bd95
|
2022-05-11 05:23:12 +00:00
|
|
|
github.com/xanzy/go-gitlab v0.65.0
|
2022-04-11 08:33:08 +00:00
|
|
|
github.com/ysmood/gson v0.7.1 // indirect
|
2021-08-20 09:41:19 +00:00
|
|
|
github.com/ysmood/leakless v0.7.0 // indirect
|
|
|
|
go.uber.org/atomic v1.9.0
|
2022-03-01 05:16:14 +00:00
|
|
|
go.uber.org/multierr v1.8.0
|
2021-07-31 10:16:21 +00:00
|
|
|
go.uber.org/ratelimit v0.2.0
|
2022-03-10 05:49:17 +00:00
|
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
|
2021-10-28 12:15:38 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
|
2021-09-17 07:08:01 +00:00
|
|
|
golang.org/x/text v0.3.7
|
2020-11-26 10:39:02 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-10-17 13:20:07 +00:00
|
|
|
moul.io/http2curl v1.0.0
|
2020-07-01 10:47:24 +00:00
|
|
|
)
|
2021-09-09 04:50:09 +00:00
|
|
|
|
2022-05-12 05:18:18 +00:00
|
|
|
require github.com/aws/aws-sdk-go v1.44.12
|
2021-11-08 18:45:01 +00:00
|
|
|
|
2022-05-06 10:59:16 +00:00
|
|
|
require github.com/projectdiscovery/folderutil v0.0.0-20220215113126-add60a1e8e08
|
2021-12-05 14:11:14 +00:00
|
|
|
|
2021-12-16 10:09:38 +00:00
|
|
|
require (
|
2022-03-10 09:57:59 +00:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
2022-02-23 12:54:46 +00:00
|
|
|
github.com/docker/go-units v0.4.0
|
2022-03-30 05:22:10 +00:00
|
|
|
github.com/h2non/filetype v1.1.3
|
2022-04-07 05:23:26 +00:00
|
|
|
github.com/hashicorp/go-version v1.4.0
|
2022-03-01 17:59:33 +00:00
|
|
|
github.com/mholt/archiver v3.1.1+incompatible
|
2021-12-19 10:14:17 +00:00
|
|
|
github.com/openrdap/rdap v0.9.1-0.20191017185644-af93e7ef17b7
|
2022-01-20 05:23:38 +00:00
|
|
|
github.com/projectdiscovery/iputil v0.0.0-20210804143329-3a30fcde43f3
|
2022-03-17 05:21:44 +00:00
|
|
|
github.com/projectdiscovery/nvd v1.0.9-0.20220314070650-d4a214c1f87d
|
2022-03-02 07:31:23 +00:00
|
|
|
github.com/projectdiscovery/sliceutil v0.0.0-20220225084130-8392ac12fa6d
|
2022-04-13 15:41:02 +00:00
|
|
|
github.com/projectdiscovery/urlutil v0.0.0-20210525140139-b874f06ad921
|
2022-05-09 05:30:08 +00:00
|
|
|
github.com/projectdiscovery/wappalyzergo v0.0.41
|
2022-03-17 10:23:16 +00:00
|
|
|
github.com/stretchr/testify v1.7.1
|
2022-01-24 15:15:02 +00:00
|
|
|
github.com/zmap/zcrypto v0.0.0-20211005224000-2d0ffdec8a9b
|
2021-12-16 10:09:38 +00:00
|
|
|
)
|
|
|
|
|
2021-09-09 04:50:09 +00:00
|
|
|
require (
|
|
|
|
git.mills.io/prologic/smtpd v0.0.0-20210710122116-a525b76c287a // indirect
|
2022-04-14 14:33:54 +00:00
|
|
|
github.com/Mzack9999/go-http-digest-auth-client v0.6.1-0.20220414142836-eb8883508809 // indirect
|
2022-01-01 07:27:51 +00:00
|
|
|
github.com/Mzack9999/ldapserver v1.0.2-0.20211229000134-b44a0d6ad0dd // indirect
|
2021-09-10 14:20:57 +00:00
|
|
|
github.com/PuerkitoBio/goquery v1.6.0 // indirect
|
2021-10-28 12:15:38 +00:00
|
|
|
github.com/akrylysov/pogreb v0.10.1 // indirect
|
2021-12-16 11:38:02 +00:00
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
2021-12-19 10:14:17 +00:00
|
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
2021-09-09 04:50:09 +00:00
|
|
|
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
|
2021-09-10 14:20:57 +00:00
|
|
|
github.com/andybalholm/cascadia v1.1.0 // indirect
|
2021-10-28 12:15:38 +00:00
|
|
|
github.com/antchfx/xpath v1.2.0 // indirect
|
2021-09-26 20:33:12 +00:00
|
|
|
github.com/bits-and-blooms/bitset v1.2.0 // indirect
|
|
|
|
github.com/bits-and-blooms/bloom/v3 v3.0.1 // indirect
|
2021-10-28 12:15:38 +00:00
|
|
|
github.com/c4milo/unpackit v0.1.0 // indirect
|
2022-05-06 10:59:16 +00:00
|
|
|
github.com/caddyserver/certmagic v0.16.1 // indirect
|
2021-09-09 04:50:09 +00:00
|
|
|
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
2022-01-14 05:34:55 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2021-11-20 07:55:27 +00:00
|
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
2022-01-13 07:52:43 +00:00
|
|
|
github.com/goburrow/cache v0.1.4 // indirect
|
2021-09-27 12:32:49 +00:00
|
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
2022-02-22 08:15:37 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.3.0 // indirect
|
2021-09-09 04:50:09 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2021-09-17 07:08:01 +00:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2022-02-03 05:25:45 +00:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2021-10-07 08:53:38 +00:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2021-10-28 12:15:38 +00:00
|
|
|
github.com/gosuri/uilive v0.0.4 // indirect
|
|
|
|
github.com/gosuri/uiprogress v0.0.1 // indirect
|
2021-09-09 04:50:09 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
|
|
|
|
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
|
|
|
|
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
|
|
|
|
github.com/itchyny/timefmt-go v0.1.3 // indirect
|
2021-11-12 18:29:45 +00:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2022-05-06 10:59:16 +00:00
|
|
|
github.com/klauspost/compress v1.15.2 // indirect
|
|
|
|
github.com/klauspost/cpuid/v2 v2.0.11 // indirect
|
2021-09-09 04:50:09 +00:00
|
|
|
github.com/klauspost/pgzip v1.2.5 // indirect
|
2021-11-20 07:55:27 +00:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
2022-01-13 07:52:43 +00:00
|
|
|
github.com/libdns/libdns v0.2.1 // indirect
|
2021-12-25 07:17:02 +00:00
|
|
|
github.com/lor00x/goldap v0.0.0-20180618054307-a546dffdd1a3 // indirect
|
2022-01-14 05:34:55 +00:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
2022-01-13 13:12:54 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2021-10-28 12:15:38 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
2022-05-06 10:59:16 +00:00
|
|
|
github.com/mholt/acmez v1.0.2 // indirect
|
2021-12-16 11:38:02 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2021-09-09 04:50:09 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2021-09-13 09:33:04 +00:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2022-03-01 17:59:33 +00:00
|
|
|
github.com/nwaples/rardecode v1.1.2 // indirect
|
|
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
2021-09-09 04:50:09 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-01-14 05:34:55 +00:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
2021-09-17 07:08:01 +00:00
|
|
|
github.com/projectdiscovery/blackrock v0.0.0-20210415162320-b38689ae3a2e // indirect
|
|
|
|
github.com/projectdiscovery/mapcidr v0.0.8 // indirect
|
2021-09-09 04:50:09 +00:00
|
|
|
github.com/projectdiscovery/networkpolicy v0.0.1 // indirect
|
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2022-04-04 05:26:11 +00:00
|
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.4.0 // indirect
|
2021-09-09 04:50:09 +00:00
|
|
|
github.com/trivago/tgo v1.0.7 // indirect
|
|
|
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
2022-01-27 19:36:29 +00:00
|
|
|
github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6 // indirect
|
2021-09-09 04:50:09 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2022-03-01 17:59:33 +00:00
|
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
2021-09-09 04:50:09 +00:00
|
|
|
github.com/yl2chen/cidranger v1.0.2 // indirect
|
2022-04-11 08:33:08 +00:00
|
|
|
github.com/ysmood/goob v0.4.0 // indirect
|
2022-01-14 05:34:55 +00:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2022-01-24 15:15:02 +00:00
|
|
|
github.com/zmap/rc2 v0.0.0-20131011165748-24b9757f5521 // indirect
|
2021-09-17 07:08:01 +00:00
|
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
2022-03-09 11:31:12 +00:00
|
|
|
go.uber.org/zap v1.21.0 // indirect
|
2021-12-25 07:17:02 +00:00
|
|
|
goftp.io/server/v2 v2.0.0 // indirect
|
2022-05-06 10:59:16 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220210151621-f4118a5b28e2 // indirect
|
2021-12-27 07:20:27 +00:00
|
|
|
golang.org/x/mod v0.4.2 // indirect
|
2022-03-02 05:27:22 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
|
2021-09-09 04:50:09 +00:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
2021-12-27 07:20:27 +00:00
|
|
|
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
2021-10-28 12:15:38 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2021-09-17 07:08:01 +00:00
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2021-12-16 11:38:02 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
|
2021-09-09 04:50:09 +00:00
|
|
|
gopkg.in/corvus-ch/zbase32.v1 v1.0.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
|
)
|