Created
June 8, 2020 15:36
-
-
Save 3lpsy/214f2555ab3fc8e8f6bca09b79b3ecb8 to your computer and use it in GitHub Desktop.
GF Pattern for Interesting Headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"flags": "-HnriE", | |
"patterns": [ | |
"server: ", | |
"via: ", | |
"x-aspnet-Version: ", | |
"X-Aspnetwebpages-Version: ", | |
"x-powered-by: ", | |
"x-forwarded-server: ", | |
"x-wap-profile: ", | |
"x-drutt-3pi-request-uri: ", | |
"x-drutt-3pi-serviceid: ", | |
"x-drutt-device-id: ", | |
"x-drutt-request-id: ", | |
"x-nokia-alias: ", | |
"x-nokia-bearer: : ", | |
"akamai-origin-hop: ", | |
"app: ", | |
"appname: ", | |
"appversion: ", | |
"Cloudfront-Viewer-Country: ", | |
"Cloudinary-Name: ", | |
"Cloudinaryurl: ", | |
"Gateway-Interface: ", | |
"Jenkins: ", | |
"cf-ray: ", | |
"X-Sorting-Hat-PodId: ", | |
"X-Shopify-Stage: ", | |
"X-ShopId: ", | |
"X-Sorting-Hat-ShopId: ", | |
"X-ShardId: ", | |
"X-Varnish: ", | |
"X-Generator: ", | |
"X-Powered-By-Plesk: ", | |
"X-Powered-CMS: ", | |
"X-Amz-Cf-Pop: ", | |
"X-Amz-Cf-Id: ", | |
"X-Drupal-Cache: ", | |
"X-Drupal-Cache-Tags: ", | |
"X-Drupal-Cache-Contexts: ", | |
"X-Drupal-Route-Normalizer: ", | |
"X-Hyper-Cache: ", | |
"X-Drupal-Dynamic-Cache: ", | |
"X-Wp-Totalpages: ", | |
"X-Wp-Total: ", | |
"Microsoftsharepointteamservices: ", | |
"X-Sharepointhealthscore: ", | |
"Sharepointerror: ", | |
"X-Redirect-By: ", | |
"X-ac: ", | |
"X-Proxy-Backend: ", | |
"X-LiteSpeed-Cache: ", | |
"X-Turbo-Charged-By: ", | |
"X-Wix-Request-Id: ", | |
"x-ray: ", | |
"X-Server-Powered-By: ", | |
"X-Nginx-Cache-Status: " | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment