oSumAtrIX / expimont-waf-challenge-reversed

πŸ›‘ Deobfuscated challenge of the Expimont WAF

Home Page:https://osumatrix.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


πŸ‘©β€πŸ’» Expimont challenge - reversed

Deobfuscated challenge of the Expimont WAF JavaScript challenge

βš™ How it works

The JS challenge sets a cookie based on testcookie_enc_set. It uses the value of testcookie_enc_set to call some functions and generate an object. This object is then passed to the decryption function to generate the cookie. Afterwards you get redirected to the page. The decryption object can be dumped at the point where the cookie is being set in order to statically generate the cookie.

About

πŸ›‘ Deobfuscated challenge of the Expimont WAF

https://osumatrix.me


Languages

Language:JavaScript 100.0%