fix: setting other fields in marshaled js http request

This commit is contained in:
evilsocket 2018-01-10 16:54:34 +01:00
commit 9f8aa21136
2 changed files with 26 additions and 13 deletions

View file

@ -7,6 +7,7 @@ const (
RED = "\033[31m"
GREEN = "\033[32m"
BLUE = "\033[34m"
YELLOW = "\033[33m"
FG_BLACK = "\033[30m"