├── Mesh-Keys.py ├── Mesh-Keys.txt └── README.md /Mesh-Keys.py: -------------------------------------------------------------------------------- 1 | from mohawk import Sender 2 | import requests 3 | 4 | url = "https://prod.jdgroupmesh.cloud/stores/jdsportsuk/products/16117278?channel=iphone-app&expand=variations,informationBlocks,customisations" 5 | content = '' #ANY CONTENT IF U NEED 6 | content_type = 'application/json' # CONTENT TYPE 7 | 8 | sender = Sender({'id': 'd1bdff50c5', 9 | 'key': '3442497330233aecfe132ddfbbd4d46d', 10 | 'algorithm': 'sha256'}, url, "GET", content=content, content_type=content_type) 11 | 12 | headers = { 13 | "x-api-key": "4CE1177BB983470AB15E703EC95E5285", 14 | "X-Request-Auth": sender.request_header, 15 | } 16 | 17 | s = requests.Session() 18 | 19 | r = s.get('https://prod.jdgroupmesh.cloud/stores/jdsportsuk/products/16117278?channel=iphone-app&expand=variations,informationBlocks,customisations', headers=headers) 20 | 21 | print(r.text) 22 | -------------------------------------------------------------------------------- /Mesh-Keys.txt: -------------------------------------------------------------------------------- 1 | Footpatrol Keys 2 | 3 | Footpatrolgb 4 | key: 253ae55594 5 | secret: 33367a7dc65731b695e0882f12d5f707 6 | apikey: 52F096E285134DF2A9E1AFAF979BB415 7 | 8 | footpatrolFR 9 | key: 9100705ee0 10 | secret: b6b631e9c6866ad0fb654e29bcd22b7c 11 | apikey: 536AE78F060D458F8342241C6A2A7190 12 | 13 | JDSports keys 14 | 15 | jdsportsuk 16 | key: d1bdff50c5 17 | secret: 3442497330233aecfe132ddfbbd4d46d 18 | apikey: 4CE1177BB983470AB15E703EC95E5285 19 | 20 | jdsportsie 21 | key: d3cbd87f10 22 | secret: 3c279838fd48cf45a397898344eedad8 23 | apikey: 451FE27E0BD544C4B07C395CD5888547 24 | 25 | jdsportsfr 26 | key: f2188a5b06 27 | secret: 8bb6bd51c83f2ec9821e1bda5c77b25b 28 | apikey: B3B51B56ADC34016A6FEF7F8C337B836 29 | 30 | jdsportsnl 31 | key: 6805a9f237 32 | secret: 60f38ccd64b72be47eef4638edb489ae 33 | apikey: 9D93C082EA864FF5884FD4763B856C6D 34 | 35 | jdsportses 36 | key: a15e99c07a 37 | secret: 364e1006ccf7959fc33ce5eef9486bbe 38 | apikey: EB396335754A48D795BB903B49E3AD91 39 | 40 | jdsportsde 41 | key: 3d44230df4 42 | secret: f266ed9166db7af4351fa88841b8c300 43 | apikey: 195F25A2910341CBA49535BC5941F445 44 | 45 | jdsportsit 46 | key: 3dc77f7e7f 47 | secret: 089587c2316656881bbf17661bbf0d33 48 | apikey: 7B6B83F76BAA41DDB90D4147FB3D3C63 49 | 50 | jdsportsse 51 | key: 9ea5ecdfaa 52 | secret: 80a73c56e06ef76337c6efaf94460b78 53 | apikey: 69A3F58BA52C4DB88CB5585707A3C0F4 54 | 55 | jdsportsdk 56 | key: d094b9a365 57 | secret: 7144518ade2e82ca6385561dcc02b383 58 | apikey: 00B2CE710BD64AC2AD7A34FEB2A7B296 59 | 60 | jdsportsbe 61 | key: c4fb0734be 62 | secret: ef9a27be3268cdbc3240ae643b32a4fa 63 | apikey: 61100D5FA36F4F248D5DE6D546D47921 64 | 65 | jdsportsmyf 66 | key: 560ce0f179 67 | secret: 293dcaa194ee71b0ca9e482c2d527fcf 68 | apikey: 031F193F1FF7401E96D29BA8072F7251 69 | 70 | jdsportsau 71 | key: 60122c4543 72 | secret: 066268d08e45b34290f553f9f4e56906 73 | apikey: 1753F69D6B4F48F9956DEE1002A83491 74 | 75 | jdsportsat 76 | key: 60122c4543 77 | secret: 066268d08e45b34290f553f9f4e56906 78 | apikey: 23E9D73FA2A64957BA367515970333A4 79 | 80 | jdsportsfi 81 | key: 2a31c0c80f 82 | secret: 8a2efdb8e9d5a6d081884e3d334abcc6 83 | apikey: D8F6CCA07E3549348647B8DE8AA6E9D5 84 | 85 | jdsportssg 86 | key: 94e8c7ae06 87 | secret: cf4205cb322026a0e120f63dcdece0f4 88 | apikey: 1447E7A429A54DCB80E03D56EF6924DC 89 | 90 | jdsportspt 91 | key: 54c90d126d 92 | secret: 236a4ef99afaeb06cf1023586f0ae41b 93 | apikey: 85675FFA06A6462CACCF241DA705A6A0 94 | 95 | Size? Keys 96 | 97 | size: 98 | key: fbc28a16ec 99 | secret: d7c7872a58138c995430dd957b18c85b 100 | apikey: 9039BF1C29724461881ACD80232F5313 101 | 102 | sizeNL 103 | key: 42d159adbc 104 | secret: fa796f80ae3a9790b1796e491fa19ced 105 | apikey: 509EF36F9882470089AACAC99135B9CB 106 | 107 | sizeDE 108 | key: 9242ac82fe 109 | secret: 1c2962f6f2e346c0165e43726176fc7b 110 | apikey: B9AB7B6B5CD74497A4C2348F5F5E89F7 111 | 112 | sizeFR 113 | key: 2a54a4bd66 114 | secret: b64d50a93b0c907c109b29fa9b3ca5a2 115 | apikey: 59DCF6F765D346619E3409F1F1FE7D10 116 | 117 | SizeES 118 | key: b1a7868a8c 119 | secret: 5679a7c7f8cb13d58253625a81bca52b 120 | apikey: 907108D8F6754F588927ED81B37D2E05 121 | 122 | SizeIT 123 | key: 138d698519 124 | secret: 9acd9eecc04be281930c8b16f143e4b0 125 | apikey: D0C9A901F06A4C7AA00FAD92B0783C64 126 | 127 | SizeSE 128 | key: 782bdb38d8 129 | secret: fa7827cc513e9fe843be12124d013b25 130 | apikey: A99C7C5147414D58BFEBDC58D2DF9A95 131 | 132 | SizeDK: 133 | key: 6af2364998 134 | Secret: 6f81172915d84691817dd22040f0b4f9 135 | apikey: 4E728C6150EE4396A8BACB0DD627DA2F 136 | 137 | SizeIE: 138 | key: a3c0389e3d 139 | Secret: 2df03a2387ea458a25df9b609b09a972 140 | apikey: 4422119FE17E4F5B8E775B32673DDB64 141 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Mesh-Keys 2 | A repo that contains all the mesh keys needed for mesh backend, along with a code example of how to use them in python 3 | 4 | 5 | Have been seeing alot of people pay for these recently, when it really should be open sourced. the keys in the Mesh-Keys.txt are in the order key, secret key, api key. You are going to want to put the "id" first, if you are using mohawk sender, then the secret key as the "key" param in the sender function, the algorithm as sha256 stays the same. and then in the headers, you should have the x-api-key. If you run the python file it should return in text the product page details. If you would like to do post requests in this then just change the method to POST. There are other external imports around for different languages, but you can have a look for them yourself. 6 | 7 | Hope this helps someone out, i know a bunch of people will be mad that they can no longer resell this 10x a month, so unlucky xD. 8 | 9 | Vastid 10 | --------------------------------------------------------------------------------