mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-03-07 14:25:52 -05:00
Fixed images
This commit is contained in:
parent
f149489788
commit
06080ec82b
@ -6,21 +6,21 @@ def generate_badge array
|
||||
array.each { |t|
|
||||
case t
|
||||
when 'linux'
|
||||
badge = badge + ""
|
||||
badge = badge + ""
|
||||
when 'windows'
|
||||
badge = badge + ""
|
||||
badge = badge + ""
|
||||
when 'macos'
|
||||
badge = badge + ""
|
||||
badge = badge + ""
|
||||
when 'firefox'
|
||||
badge = badge + ""
|
||||
badge = badge + ""
|
||||
when 'safari'
|
||||
badge = badge + ""
|
||||
badge = badge + ""
|
||||
when 'chrome'
|
||||
badge = badge + ""
|
||||
badge = badge + ""
|
||||
when 'burpsuite'
|
||||
badge = badge + ""
|
||||
badge = badge + ""
|
||||
when 'zap'
|
||||
badge = badge + ""
|
||||
badge = badge + ""
|
||||
end
|
||||
}
|
||||
return badge
|
||||
|
Loading…
x
Reference in New Issue
Block a user