Merge pull request #123 from hahwul/update-script

Update-script
This commit is contained in:
HAHWUL 2024-07-24 23:40:43 +09:00 committed by GitHub
commit 7bb689b4f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 14 deletions

BIN
images/caido.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -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