server_fuzzer.dict 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. # Sources: https://en.wikipedia.org/wiki/List_of_HTTP_header_fields
  2. # misc
  3. "HTTP/1.1"
  4. # verbs
  5. "CONNECT"
  6. "DELETE"
  7. "GET"
  8. "HEAD"
  9. "OPTIONS"
  10. "PATCH"
  11. "POST"
  12. "PUT"
  13. "TRACE"
  14. # Webdav/caldav verbs
  15. "ACL"
  16. "BASELINE-CONTROL"
  17. "BIND"
  18. "CHECKIN"
  19. "CHECKOUT"
  20. "COPY"
  21. "LABEL"
  22. "LINK"
  23. "LOCK"
  24. "MERGE"
  25. "MKACTIVITY"
  26. "MKCALENDAR"
  27. "MKCOL"
  28. "MKREDIRECTREF"
  29. "MKWORKSPACE"
  30. "MOVE"
  31. "ORDERPATCH"
  32. "PRI"
  33. "PROPFIND"
  34. "PROPPATCH"
  35. "REBIND"
  36. "REPORT"
  37. "SEARCH"
  38. "UNBIND"
  39. "UNCHECKOUT"
  40. "UNLINK"
  41. "UNLOCK"
  42. "UPDATE"
  43. "UPDATEREDIRECTREF"
  44. "VERSION-CONTROL"
  45. # Fields
  46. "A-IM"
  47. "Accept"
  48. "Accept-Charset"
  49. "Accept-Datetime"
  50. "Accept-Encoding"
  51. "Accept-Language"
  52. "Accept-Patch"
  53. "Accept-Ranges"
  54. "Access-Control-Allow-Credentials"
  55. "Access-Control-Allow-Headers"
  56. "Access-Control-Allow-Methods"
  57. "Access-Control-Allow-Origin"
  58. "Access-Control-Expose-Headers"
  59. "Access-Control-Max-Age"
  60. "Access-Control-Request-Headers"
  61. "Access-Control-Request-Method"
  62. "Age"
  63. "Allow"
  64. "Alt-Svc"
  65. "Authorization"
  66. "Cache-Control"
  67. "Connection"
  68. "Connection:"
  69. "Content-Disposition"
  70. "Content-Encoding"
  71. "Content-Language"
  72. "Content-Length"
  73. "Content-Location"
  74. "Content-MD5"
  75. "Content-Range"
  76. "Content-Security-Policy"
  77. "Content-Type"
  78. "Cookie"
  79. "DNT"
  80. "Date"
  81. "Delta-Base"
  82. "ETag"
  83. "Expect"
  84. "Expires"
  85. "Forwarded"
  86. "From"
  87. "Front-End-Https"
  88. "HTTP2-Settings"
  89. "Host"
  90. "IM"
  91. "If-Match"
  92. "If-Modified-Since"
  93. "If-None-Match"
  94. "If-Range"
  95. "If-Unmodified-Since"
  96. "Last-Modified"
  97. "Link"
  98. "Location"
  99. "Max-Forwards"
  100. "Origin"
  101. "P3P"
  102. "Pragma"
  103. "Proxy-Authenticate"
  104. "Proxy-Authorization"
  105. "Proxy-Connection"
  106. "Public-Key-Pins"
  107. "Range"
  108. "Referer"
  109. "Refresh"
  110. "Retry-After"
  111. "Save-Data"
  112. "Server"
  113. "Set-Cookie"
  114. "Status"
  115. "Strict-Transport-Security"
  116. "TE"
  117. "Timing-Allow-Origin"
  118. "Tk"
  119. "Trailer"
  120. "Transfer-Encoding"
  121. "Upgrade"
  122. "Upgrade-Insecure-Requests"
  123. "User-Agent"
  124. "Vary"
  125. "Via"
  126. "WWW-Authenticate"
  127. "Warning"
  128. "X-ATT-DeviceId"
  129. "X-Content-Duration"
  130. "X-Content-Security-Policy"
  131. "X-Content-Type-Options"
  132. "X-Correlation-ID"
  133. "X-Csrf-Token"
  134. "X-Forwarded-For"
  135. "X-Forwarded-Host"
  136. "X-Forwarded-Proto"
  137. "X-Frame-Options"
  138. "X-Http-Method-Override"
  139. "X-Powered-By"
  140. "X-Request-ID"
  141. "X-Requested-With"
  142. "X-UA-Compatible"
  143. "X-UIDH"
  144. "X-Wap-Profile"
  145. "X-WebKit-CSP"
  146. "X-XSS-Protection"
  147. # Source: string and character literals in httplib.h
  148. " "
  149. "&"
  150. ", "
  151. "-"
  152. "--"
  153. "."
  154. ".."
  155. ":"
  156. "="
  157. " = = "
  158. "0123456789abcdef"
  159. "%02X"
  160. "%0A"
  161. "\\x0a\\x0d"
  162. "%0D"
  163. "%20"
  164. "%27"
  165. "%2B"
  166. "%2C"
  167. "%3A"
  168. "%3B"
  169. "application/javascript"
  170. "application/json"
  171. "application/pdf"
  172. "application/xhtml+xml"
  173. "application/xml"
  174. "application/x-www-form-urlencoded"
  175. "Bad Request"
  176. "boundary="
  177. "bytes="
  178. "chunked"
  179. "close"
  180. "CONNECT"
  181. "css"
  182. "Forbidden"
  183. "Found"
  184. "gif"
  185. "gzip"
  186. "html"
  187. "ico"
  188. "image/gif"
  189. "image/jpg"
  190. "image/png"
  191. "image/svg+xml"
  192. "image/x-icon"
  193. "index.html"
  194. "Internal Server Error"
  195. "jpeg"
  196. "js"
  197. "json"
  198. "Location"
  199. "Moved Permanently"
  200. "multipart/form-data"
  201. "Not Found"
  202. "Not Modified"
  203. "OK"
  204. "pdf"
  205. "png"
  206. "Range"
  207. "REMOTE_ADDR"
  208. "See Other"
  209. "svg"
  210. "text/"
  211. "text/css"
  212. "text/html"
  213. "text/plain"
  214. "txt"
  215. "Unsupported Media Type"
  216. "xhtml"
  217. "xml"