mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-10-01 01:25:58 -04:00
commit
d57c7a6ddb
@ -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
|
||||
|
@ -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
12
weapons/crimson.yaml
Normal 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
13
weapons/metasploit.yaml
Normal file
@ -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
|
13
weapons/pentest-env.yaml
Normal file
13
weapons/pentest-env.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user