Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 706b4ad

Browse files
committed
Added scanner integration readme files and example files for each scanner
1 parent 36c168a commit 706b4ad

File tree

1 file changed

+15
-0
lines changed
  • integrations/wpscan/examples/example.com

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: "execution.experimental.securecodebox.io/v1"
2+
kind: Scan
3+
metadata:
4+
name: "wpscan-www.example.com"
5+
spec:
6+
scanType: "wpscan"
7+
parameters:
8+
- "--url"
9+
- https://www.example.com
10+
- "-e"
11+
- "vp"
12+
- "--plugins-detection"
13+
- "mixed"
14+
- "--api-token"
15+
- "AAAAABBBBBCCCCCDDDDEEEEEEE"

0 commit comments

Comments
 (0)