Guest User

Untitled

a guest
Apr 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. {
  2. "XssMatchSetId": "xx",
  3. "ChangeToken": "xx",
  4. "Updates": [
  5. {
  6. "Action": "INSERT",
  7. "XssMatchTuple": {
  8. "TextTransformation": "URL_DECODE",
  9. "FieldToMatch": {
  10. "Type": "URI"
  11. }
  12. }
  13. },
  14. {
  15. "Action": "INSERT",
  16. "XssMatchTuple": {
  17. "TextTransformation": "URL_DECODE",
  18. "FieldToMatch": {
  19. "Type": "BODY"
  20. }
  21. }
  22. },
  23. {
  24. "Action": "INSERT",
  25. "XssMatchTuple": {
  26. "TextTransformation": "HTML_ENTITY_DECODE",
  27. "FieldToMatch": {
  28. "Type": "URI"
  29. }
  30. }
  31. },
  32. {
  33. "Action": "INSERT",
  34. "XssMatchTuple": {
  35. "TextTransformation": "HTML_ENTITY_DECODE",
  36. "FieldToMatch": {
  37. "Type": "BODY"
  38. }
  39. }
  40. },
  41. {
  42. "Action": "INSERT",
  43. "XssMatchTuple": {
  44. "TextTransformation": "URL_DECODE",
  45. "FieldToMatch": {
  46. "Data": "cookie",
  47. "Type": "HEADER"
  48. }
  49. }
  50. },
  51. {
  52. "Action": "INSERT",
  53. "XssMatchTuple": {
  54. "TextTransformation": "URL_DECODE",
  55. "FieldToMatch": {
  56. "Type": "QUERY_STRING"
  57. }
  58. }
  59. },
  60. {
  61. "Action": "INSERT",
  62. "XssMatchTuple": {
  63. "TextTransformation": "HTML_ENTITY_DECODE",
  64. "FieldToMatch": {
  65. "Data": "cookie",
  66. "Type": "HEADER"
  67. }
  68. }
  69. },
  70. {
  71. "Action": "INSERT",
  72. "XssMatchTuple": {
  73. "TextTransformation": "HTML_ENTITY_DECODE",
  74. "FieldToMatch": {
  75. "Type": "QUERY_STRING"
  76. }
  77. }
  78. }
  79. ]
  80. }
Add Comment
Please, Sign In to add comment