Merge pull request #64 from hahwul/hahwul-dev

Add tools
pull/68/head
HAHWUL 2022-09-16 17:51:15 +09:00 committed by GitHub
commit d57c7a6ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 2 deletions

View File

@ -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-knife / Proxy / Recon / Fuzzer / Scanner / Exploit / Env / Utils / Etc
platform:
- linux # linux
- macos # macos application

View File

@ -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 ' ' %> |

12
weapons/crimson.yaml Normal file
View File

@ -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: []

13
weapons/metasploit.yaml Normal file
View File

@ -0,0 +1,13 @@
---
name: Metasploit
description: The worlds 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

13
weapons/pentest-env.yaml Normal file
View File

@ -0,0 +1,13 @@
---
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