mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-18 12:14:22 -05:00
Update ERB script
Signed-off-by: hahwul <hahwul@gmail.com>
This commit is contained in:
parent
2f3c183a40
commit
fcf00b0c4c
@ -98,6 +98,7 @@ tool_addons = head + "\n"
|
||||
weapons = []
|
||||
weapons_obj = {
|
||||
"army-knife" => [],
|
||||
"proxy" => [],
|
||||
"recon"=> [],
|
||||
"fuzzer"=> [],
|
||||
"scanner"=> [],
|
||||
@ -169,4 +170,4 @@ end
|
||||
|
||||
markdown = ERB.new(template, trim_mode: "%<>")
|
||||
#puts markdown.result
|
||||
File.write './README.md', markdown.result
|
||||
File.write './README.md', markdown.result
|
||||
|
Loading…
Reference in New Issue
Block a user