intercepts e-kreta.hu requests and servers locally modified responses
i originally made this so i could hide some stuff when ppl wanted to check
mappings.json
{
"/ellenorzo/v3/sajat/Feljegyzesek": "responses/feljegyzesek.json",
"/ellenorzo/v3/sajat/BejelentettSzamonkeresek": "responses/bejelentett-szamonkeresek.json",
"/ellenorzo/v3/sajat/Ertekelesek": "responses/ertekeles.json",
"/ellenorzo/v3/sajat/HaziFeladatok": "responses/hazi.json",
"/ellenorzo/v3/sajat/Mulasztasok": "responses/mulasztas.json",
"/ellenorzo/v3/sajat/FaliujsagElemek": "responses/faliujsag.json"
}should be something like this, it will intercept that request and server the response from responses folder and the specified json file
for this to actually work you need to somehow disable ssl pinning i used the JustTrustMePro XPosed module, and you need to have mitmproxy installed
and finally run with mitmweb -s main.py