From 033828ad677a7b6b1c84d02cf962b030b0cca676 Mon Sep 17 00:00:00 2001 From: hahwul Date: Fri, 16 Sep 2022 17:43:30 +0900 Subject: [PATCH 1/6] Add Crimson --- weapons/crimson.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 weapons/crimson.yaml diff --git a/weapons/crimson.yaml b/weapons/crimson.yaml new file mode 100644 index 0000000..a7691c9 --- /dev/null +++ b/weapons/crimson.yaml @@ -0,0 +1,12 @@ +--- +name: Crimson +description: Web Application Security Testing automation. +url: https://github.com/Karmaz95/crimson +category: tool +type: Env +platform: +- linux +- macos +- windows +lang: Python +tags: [] \ No newline at end of file From d03586384d4414385a1a787b57a5708b747388ce Mon Sep 17 00:00:00 2001 From: hahwul Date: Fri, 16 Sep 2022 17:44:36 +0900 Subject: [PATCH 2/6] Add new type (Env) --- CONTRIBUTING.md | 2 +- scripts/erb.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c0badd..29799be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ name: App Name description: App Description url: App URL # https://github.com/hahwul/dalfox category: tool # tool / tool-addon / browser-addon / bookmarklet -type: # army-knift / proxy / recon / fuzzer / scanner / exploit / utils / etc +type: # Army-knift / Proxy / Recon / Fuzzer / Scanner / Exploit / Env / Utils / Etc platform: - linux # linux - macos # macos application diff --git a/scripts/erb.rb b/scripts/erb.rb index 5d56f10..eb9a0be 100644 --- a/scripts/erb.rb +++ b/scripts/erb.rb @@ -63,7 +63,7 @@ A collection of awesome tools used by Web hackers. Happy hacking , Happy bug-hun *Attributes* | | Attributes | |-------|---------------------------------------------------| -| Types | `Army-Knife` `Proxy` `Recon` `Fuzzer` `Scanner` `Exploit` `Utils` `Etc`| +| Types | `Army-Knife` `Proxy` `Recon` `Fuzzer` `Scanner` `Exploit` `Env` `Utils` `Etc`| | Tags | <%= tags.uniq.join ' ' %> | | Langs | <%= langs.uniq.join ' ' %> | From 36b5b854308826abdcf2a115596f3d21db6cac3e Mon Sep 17 00:00:00 2001 From: hahwul Date: Fri, 16 Sep 2022 17:46:58 +0900 Subject: [PATCH 3/6] Fixed typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29799be..b4a53e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ name: App Name description: App Description url: App URL # https://github.com/hahwul/dalfox category: tool # tool / tool-addon / browser-addon / bookmarklet -type: # Army-knift / Proxy / Recon / Fuzzer / Scanner / Exploit / Env / Utils / Etc +type: # Army-knife / Proxy / Recon / Fuzzer / Scanner / Exploit / Env / Utils / Etc platform: - linux # linux - macos # macos application From 7135a1aaadb0ac7961bbb7b959d2a0a1d674b877 Mon Sep 17 00:00:00 2001 From: hahwul Date: Fri, 16 Sep 2022 17:47:42 +0900 Subject: [PATCH 4/6] Add metasploit --- weapons/metasploit.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 weapons/metasploit.yaml diff --git a/weapons/metasploit.yaml b/weapons/metasploit.yaml new file mode 100644 index 0000000..5988475 --- /dev/null +++ b/weapons/metasploit.yaml @@ -0,0 +1,13 @@ +--- +name: Metasploit +description: The world’s most used penetration testing framework +url: https://github.com/rapid7/metasploit-framework +category: tool +type: Army-Knife +platform: +- linux +- macos +- windows +lang: Ruby +tags: +- pentest \ No newline at end of file From faeab3b382d6987e0de397b7dab5df4ea7b1e3cd Mon Sep 17 00:00:00 2001 From: hahwul Date: Fri, 16 Sep 2022 17:50:18 +0900 Subject: [PATCH 5/6] Add pentest-env --- weapons/pentest-env.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 weapons/pentest-env.yaml diff --git a/weapons/pentest-env.yaml b/weapons/pentest-env.yaml new file mode 100644 index 0000000..7ae82ce --- /dev/null +++ b/weapons/pentest-env.yaml @@ -0,0 +1,15 @@ +--- +name: pentest-env +description: Pentest environment deployer (kali linux + targets) using vagrant and chef. +url: https://github.com/Sliim/pentest-env +category: tool +type: Env +platform: +- linux +- macos +- windows +lang: Ruby +tags: +- pentest + + From 0b05a6c9952c55ecd681dce908ee5d93e8fd5051 Mon Sep 17 00:00:00 2001 From: hahwul Date: Fri, 16 Sep 2022 17:50:40 +0900 Subject: [PATCH 6/6] U --- weapons/pentest-env.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/weapons/pentest-env.yaml b/weapons/pentest-env.yaml index 7ae82ce..763f5b6 100644 --- a/weapons/pentest-env.yaml +++ b/weapons/pentest-env.yaml @@ -10,6 +10,4 @@ platform: - windows lang: Ruby tags: -- pentest - - +- pentest \ No newline at end of file