mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-19 12:44:28 -05:00
fixed bug
This commit is contained in:
parent
a1eb6b4cc7
commit
b6d5f799de
@ -192,7 +192,7 @@ func main() {
|
|||||||
fmt.Println("[+] What is method(e.g XSS, WVS, SSL, ETC..)?")
|
fmt.Println("[+] What is method(e.g XSS, WVS, SSL, ETC..)?")
|
||||||
method, _ := reader1.ReadString('\n')
|
method, _ := reader1.ReadString('\n')
|
||||||
method = strings.TrimRight(method, "\r\n")
|
method = strings.TrimRight(method, "\r\n")
|
||||||
writeJSON(m[choicetype], name, method, "| "+m[choicetype]+"/"+method+" | ["+name+"]("+*repourl+") | "+udesc+"|![](https://img.shields.io/static/v1?label=&message=it's not github&color=gray)|![](https://img.shields.io/static/v1?label=&message=it's not github&color=gray)",udesc)
|
writeJSON(m[choicetype], name, method, "| "+m[choicetype]+"/"+method+" | ["+name+"]("+*repourl+") | "+udesc+"|![](https://img.shields.io/static/v1?label=&message=it's%20not%20github&color=gray)|![](https://img.shields.io/static/v1?label=&message=it's%20not%20github&color=gray)",udesc)
|
||||||
}
|
}
|
||||||
|
|
||||||
if *first {
|
if *first {
|
||||||
|
Loading…
Reference in New Issue
Block a user