Skip to content

Commit 0c1d55e

Browse files
authored
Merge pull request #272 from vulncheck-oss/j-baines-patch-1
Update getting-started.md
2 parents 98cd556 + a8492a7 commit 0c1d55e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ func main() {
3939
c2.SimpleShellServer,
4040
c2.SimpleShellClient,
4141
}
42-
conf := config.NewRemoteExploit(
43-
config.ImplementedFeatures{AssetDetection: false, VersionScanning: false, Exploitation: false},
44-
config.CodeExecution, supportedC2, "Vendor", []string{"Product"},
45-
[]string{"cpe:2.3:a:vendor:product"}, "CVE-2024-1270", "HTTP", 8080)
46-
42+
conf := config.NewRemoteExploit(
43+
config.ImplementedFeatures{AssetDetection: false, VersionScanning: false, Exploitation: false},
44+
config.CodeExecution, supportedC2, "Vendor", []string{"Product"},
45+
[]string{"cpe:2.3:a:vendor:product"}, "CVE-2024-1270", "HTTP", 8080)
46+
4747
sploit := MyExploit{}
4848
exploit.RunProgram(sploit, conf)
4949
}

0 commit comments

Comments
 (0)