mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-10-01 01:25:58 -04:00
commit
7bb689b4f0
BIN
images/caido.png
Normal file
BIN
images/caido.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
@ -19,6 +19,8 @@ def generate_badge array
|
|||||||
badge = badge + "![chrome](/images/chrome.png)"
|
badge = badge + "![chrome](/images/chrome.png)"
|
||||||
when 'burpsuite'
|
when 'burpsuite'
|
||||||
badge = badge + "![burp](/images/burp.png)"
|
badge = badge + "![burp](/images/burp.png)"
|
||||||
|
when 'caido'
|
||||||
|
badge = badge + "![caido](/images/caido.png)"
|
||||||
when 'zap'
|
when 'zap'
|
||||||
badge = badge + "![zap](/images/zap.png)"
|
badge = badge + "![zap](/images/zap.png)"
|
||||||
end
|
end
|
||||||
@ -57,7 +59,7 @@ template = %q{
|
|||||||
<br>
|
<br>
|
||||||
<img src="https://img.shields.io/github/last-commit/hahwul/WebHackersWeapons?style=flat">
|
<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://img.shields.io/badge/PRs-welcome-cyan">
|
||||||
<img src="https://github.com/hahwul/WebHackersWeapons/actions/workflows/deploy.yml/badge.svg">
|
<img src="https://github.com/hahwul/WebHackersWeapons/actions/workflows/cd.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>
|
<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>
|
</h1>
|
||||||
A collection of awesome tools used by Web hackers. Happy hacking , Happy bug-hunting
|
A collection of awesome tools used by Web hackers. Happy hacking , Happy bug-hunting
|
||||||
|
Loading…
Reference in New Issue
Block a user