From 83e28a79b305ee669760f84dd180dfc386f7d293 Mon Sep 17 00:00:00 2001 From: edoardottt Date: Sun, 21 Jan 2024 15:29:06 +0100 Subject: [PATCH 1/2] Add csprecon --- weapons/csprecon.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 weapons/csprecon.yaml diff --git a/weapons/csprecon.yaml b/weapons/csprecon.yaml new file mode 100644 index 0000000..2b9163e --- /dev/null +++ b/weapons/csprecon.yaml @@ -0,0 +1,9 @@ +--- +name: csprecon +description: Discover new target domains using Content Security Policy +url: https://github.com/edoardottt/csprecon +category: tool +type: Recon +platform: [linux, macos, windows] +lang: Go +tags: [] From dfbdff28bbbd293d8b16c76242db2d91576477f1 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Mon, 22 Jan 2024 22:34:34 +0900 Subject: [PATCH 2/2] Add 'csp' tag in csprecon --- weapons/csprecon.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weapons/csprecon.yaml b/weapons/csprecon.yaml index 2b9163e..251cccf 100644 --- a/weapons/csprecon.yaml +++ b/weapons/csprecon.yaml @@ -6,4 +6,4 @@ category: tool type: Recon platform: [linux, macos, windows] lang: Go -tags: [] +tags: [csp]