mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-18 12:14:22 -05:00
Add burpsuite extension of nccgroup
Signed-off-by: hahwul <hahwul@gmail.com>
This commit is contained in:
parent
b5524d2b6b
commit
cbe50f9ffd
13
weapons/AutoRepeater.yaml
Normal file
13
weapons/AutoRepeater.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
name: AuthMatrix
|
||||
description: Automated HTTP Request Repeating With Burp Suite
|
||||
url: https://github.com/SecurityInnovation/AuthMatrix
|
||||
category: tool-addon
|
||||
type: Utils
|
||||
platform:
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
- burpsuite
|
||||
lang: Java
|
||||
tags: []
|
13
weapons/Berserko.yaml
Normal file
13
weapons/Berserko.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
name: Berserko
|
||||
description: Burp Suite extension to perform Kerberos authentication
|
||||
url: https://github.com/nccgroup/Berserko
|
||||
category: tool-addon
|
||||
type: Utils
|
||||
platform:
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
- burpsuite
|
||||
lang: Java
|
||||
tags: []
|
13
weapons/Decoder-Improved.yaml
Normal file
13
weapons/Decoder-Improved.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
name: Decoder-Improved
|
||||
description: Improved decoder for Burp Suite
|
||||
url: https://github.com/nccgroup/Decoder-Improved
|
||||
category: tool-addon
|
||||
type: Utils
|
||||
platform:
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
- burpsuite
|
||||
lang: Java
|
||||
tags: []
|
13
weapons/HTTPSignatures.yaml
Normal file
13
weapons/HTTPSignatures.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
name: HTTPSignatures
|
||||
description: A Burp Suite extension implementing the Signing HTTP Messages draft-ietf-httpbis-message-signatures-01 draft.
|
||||
url: https://github.com/nccgroup/HTTPSignatures
|
||||
category: tool-addon
|
||||
type: Utils
|
||||
platform:
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
- burpsuite
|
||||
lang: Java
|
||||
tags: []
|
13
weapons/argumentinjectionhammer.yaml
Normal file
13
weapons/argumentinjectionhammer.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
name: argumentinjectionhammer
|
||||
description: A Burp Extension designed to identify argument injection vulnerabilities.
|
||||
url: https://github.com/nccgroup/argumentinjectionhammer
|
||||
category: tool-addon
|
||||
type: Utils
|
||||
platform:
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
- burpsuite
|
||||
lang: Python
|
||||
tags: []
|
13
weapons/blackboxprotobuf.yaml
Normal file
13
weapons/blackboxprotobuf.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
name: blackboxprotobuf
|
||||
description: Blackbox protobuf is a Burp Suite extension for decoding and modifying arbitrary protobuf messages without the protobuf type definition.
|
||||
url: https://github.com/nccgroup/blackboxprotobuf
|
||||
category: tool-addon
|
||||
type: Utils
|
||||
platform:
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
- burpsuite
|
||||
lang: Python
|
||||
tags: []
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
name: auto-repeater
|
||||
description:
|
||||
url: https://github.com/PortSwigger/auto-repeater
|
||||
name: pcap-burp
|
||||
description: Pcap importer for Burp
|
||||
url: https://github.com/nccgroup/pcap-burp
|
||||
category: tool-addon
|
||||
type: Utils
|
||||
platform:
|
Loading…
Reference in New Issue
Block a user