ghost-exploiter

Results 2 comments of ghost-exploiter

![image](https://user-images.githubusercontent.com/55024592/208610715-1d98068f-ce07-4839-a17e-d92527e7e917.png) i did this and it works, because the service worker is unreadable if not implemented

``` ServiceWorkerController swController = null; if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.N) { swController = ServiceWorkerController.getInstance(); } if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) { swController.setServiceWorkerClient(new ServiceWorkerClient() { @Override public WebResourceResponse shouldInterceptRequest(WebResourceRequest request) { return bridge.getLocalServer().shouldInterceptRequest(request);...