mirror of
https://github.com/vulncheck-oss/cve-2023-22527
synced 2026-06-08 18:05:07 +00:00
11 lines
213 B
Modula-2
11 lines
213 B
Modula-2
module github.com/vulncheck-oss/cve-2023-22527/reverseshell
|
|
|
|
go 1.21.4
|
|
|
|
require github.com/vulncheck-oss/go-exploit v1.9.4
|
|
|
|
require (
|
|
golang.org/x/net v0.22.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|