mirror of
https://github.com/Kkevsterrr/geneva
synced 2025-01-17 14:30:36 +01:00
Added bad word check in HTTP plugin
This commit is contained in:
parent
58f3c53dc2
commit
9874ce083e
@ -72,7 +72,8 @@ class HTTPClient(ClientPlugin):
|
||||
if port != 80:
|
||||
url += ":%s" % str(port)
|
||||
|
||||
url += "?q=%s" % args.get("bad_word")
|
||||
if args.get("bad_word"):
|
||||
url += "?q=%s" % args.get("bad_word")
|
||||
|
||||
injected_http = args.get("injected_http_contains")
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user