From 4929d1318b3cc40b17816f1f3b0d77754f297290 Mon Sep 17 00:00:00 2001 From: Jackson Huff Date: Tue, 28 Mar 2023 14:08:23 -0400 Subject: [PATCH 1/2] Add Clipboard tool --- weapons/Clipboard.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 weapons/Clipboard.yaml diff --git a/weapons/Clipboard.yaml b/weapons/Clipboard.yaml new file mode 100644 index 0000000..4ec3cb2 --- /dev/null +++ b/weapons/Clipboard.yaml @@ -0,0 +1,16 @@ +--- +name: Clipboard +description: An external brain that remembers anything, anytime, anywhere. +url: https://github.com/Slackadays/Clipboard +category: tool # tool / tool-addon / browser-addon / bookmarklet +type: Utils # Army-knife / Proxy / Recon / Fuzzer / Scanner / Exploit / Env / Utils / Etc +platform: +- linux # linux +- macos # macos application +- windows # windows application +# If supported crossplatform (OS), you write out all three (linux/macos/windows) +# If supported zap and burpsuite addon, you write both (zap/burpsuite) +lang: C++ # go / python / ruby / rust / etc... +tags: +- darkmode +# xss / sqli / ssrf / oast / http / subdomains / etc... From b166238dfca1a78fb535d98ba0c178ebaf11f944 Mon Sep 17 00:00:00 2001 From: Jackson Huff Date: Tue, 28 Mar 2023 14:09:41 -0400 Subject: [PATCH 2/2] Remove comments --- weapons/Clipboard.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/weapons/Clipboard.yaml b/weapons/Clipboard.yaml index 4ec3cb2..a5be053 100644 --- a/weapons/Clipboard.yaml +++ b/weapons/Clipboard.yaml @@ -2,15 +2,12 @@ name: Clipboard description: An external brain that remembers anything, anytime, anywhere. url: https://github.com/Slackadays/Clipboard -category: tool # tool / tool-addon / browser-addon / bookmarklet -type: Utils # Army-knife / Proxy / Recon / Fuzzer / Scanner / Exploit / Env / Utils / Etc +category: tool +type: Utils platform: -- linux # linux -- macos # macos application -- windows # windows application -# If supported crossplatform (OS), you write out all three (linux/macos/windows) -# If supported zap and burpsuite addon, you write both (zap/burpsuite) -lang: C++ # go / python / ruby / rust / etc... +- linux +- macos +- windows +lang: C++ tags: - darkmode -# xss / sqli / ssrf / oast / http / subdomains / etc...