Merge pull request #54 from hahwul/hahwul-dev

Add and Update tools
This commit is contained in:
HAHWUL 2022-08-31 00:45:02 +09:00 committed by GitHub
commit 3e8e17b1bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 52 additions and 1 deletions

13
weapons/beef.yaml Normal file
View File

@ -0,0 +1,13 @@
---
name: beef
description: 'The Browser Exploitation Framework Project'
url: https://github.com/beefproject/beef
category: tool
type: Exploit
platform:
- linux
- macos
- windows
lang: Ruby
tags:
- xss

13
weapons/ropr.yaml Normal file
View File

@ -0,0 +1,13 @@
---
name: ropr
description: 'A blazing fast™ multithreaded ROP Gadget finder. ropper'
url: https://github.com/Ben-Lichtman/ropr
category: tool
type: Exploit
platform:
- linux
- macos
- windows
lang: Rust
tags:
- rop

12
weapons/smap.yaml Normal file
View File

@ -0,0 +1,12 @@
---
name: Smap
description: "a drop-in replacement for Nmap powered by shodan.io"
url: https://github.com/s0md3v/smap/
category: tool
type: Recon
platform:
- linux
- macos
- windows
lang: Go
tags: []

13
weapons/toxssin.yaml Normal file
View File

@ -0,0 +1,13 @@
---
name: toxssin
description: 'An XSS exploitation command-line interface and payload generator.'
url: https://github.com/t3l3machus/toxssin
category: tool
type: Exploit
platform:
- linux
- macos
- windows
lang: Python
tags:
- xss

View File

@ -1,5 +1,5 @@
---
name: zaproxy
name: ZAP
description: The OWASP ZAP core project
url: https://github.com/zaproxy/zaproxy
category: tool