mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-03-07 14:25:52 -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 = []
|
||||||
weapons_obj = {
|
weapons_obj = {
|
||||||
"army-knife" => [],
|
"army-knife" => [],
|
||||||
|
"proxy" => [],
|
||||||
"recon"=> [],
|
"recon"=> [],
|
||||||
"fuzzer"=> [],
|
"fuzzer"=> [],
|
||||||
"scanner"=> [],
|
"scanner"=> [],
|
||||||
@ -169,4 +170,4 @@ end
|
|||||||
|
|
||||||
markdown = ERB.new(template, trim_mode: "%<>")
|
markdown = ERB.new(template, trim_mode: "%<>")
|
||||||
#puts markdown.result
|
#puts markdown.result
|
||||||
File.write './README.md', markdown.result
|
File.write './README.md', markdown.result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user