mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-10-01 01:25:58 -04:00
Merge pull request #50 from hahwul/hahwul-dev
Update erb script and contents
This commit is contained in:
commit
3b50523872
@ -41,7 +41,7 @@ template = %q{
|
||||
<br>
|
||||
<img src="https://img.shields.io/github/last-commit/hahwul/WebHackersWeapons?style=flat">
|
||||
<img src="https://img.shields.io/badge/PRs-welcome-cyan">
|
||||
<img src="https://github.com/hahwul/WebHackersWeapons/workflows/Build/badge.svg">
|
||||
<img src="https://github.com/hahwul/WebHackersWeapons/actions/workflows/deploy.yml/badge.svg">
|
||||
<a href="https://twitter.com/intent/follow?screen_name=hahwul"><img src="https://img.shields.io/twitter/follow/hahwul?style=flat&logo=twitter"></a>
|
||||
</h1>
|
||||
A collection of awesome tools used by Web hackers. Happy hacking , Happy bug-hunting
|
||||
|
@ -10,4 +10,5 @@ platform:
|
||||
- windows
|
||||
- burpsuite
|
||||
lang: Java
|
||||
tags: []
|
||||
tags:
|
||||
- smuggle
|
14
weapons/attack-surface-detector-burp.yaml
Normal file
14
weapons/attack-surface-detector-burp.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
name: attack-surface-detector-burp
|
||||
description: The Attack Surface Detector uses static code analyses to identify web app endpoints by parsing routes and identifying parameters
|
||||
url: https://github.com/secdec/attack-surface-detector-burp
|
||||
category: tool-addon
|
||||
type: Recon
|
||||
platform:
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
- burpsuite
|
||||
lang: Java
|
||||
tags:
|
||||
- endpoint
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: attack-surface-detector-zap
|
||||
description:
|
||||
description: The Attack Surface Detector uses static code analyses to identify web app endpoints by parsing routes and identifying parameters
|
||||
url: https://github.com/secdec/attack-surface-detector-zap
|
||||
category: tool-addon
|
||||
type: Recon
|
||||
@ -10,4 +10,5 @@ platform:
|
||||
- windows
|
||||
- zap
|
||||
lang: Java
|
||||
tags: []
|
||||
tags:
|
||||
- endpoint
|
@ -9,4 +9,5 @@ platform:
|
||||
- macos
|
||||
- windows
|
||||
lang: Go
|
||||
tags: []
|
||||
tags:
|
||||
- smuggle
|
@ -10,4 +10,5 @@ platform:
|
||||
- windows
|
||||
- burpsuite
|
||||
lang: Java
|
||||
tags: []
|
||||
tags:
|
||||
- smuggle
|
||||
|
@ -10,4 +10,5 @@ platform:
|
||||
- windows
|
||||
- burpsuite
|
||||
lang: Java
|
||||
tags: []
|
||||
tags:
|
||||
- param
|
||||
|
@ -10,4 +10,5 @@ platform:
|
||||
- macos
|
||||
- windows
|
||||
lang: Python
|
||||
tags: []
|
||||
tags:
|
||||
- smuggle
|
@ -9,4 +9,5 @@ platform:
|
||||
- macos
|
||||
- windows
|
||||
lang: Go
|
||||
tags: []
|
||||
tags:
|
||||
- smuggle
|
@ -9,4 +9,5 @@ platform:
|
||||
- macos
|
||||
- windows
|
||||
lang: Go
|
||||
tags: []
|
||||
tags:
|
||||
- smuggle
|
Loading…
Reference in New Issue
Block a user