mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-01-17 18:17:07 -05:00
commit
3e8e17b1bd
13
weapons/beef.yaml
Normal file
13
weapons/beef.yaml
Normal 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
13
weapons/ropr.yaml
Normal 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
12
weapons/smap.yaml
Normal 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
13
weapons/toxssin.yaml
Normal 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
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: zaproxy
|
||||
name: ZAP
|
||||
description: The OWASP ZAP core project
|
||||
url: https://github.com/zaproxy/zaproxy
|
||||
category: tool
|
||||
|
Loading…
Reference in New Issue
Block a user