jsForward icon indicating copy to clipboard operation
jsForward copied to clipboard

解决web及移动端H5数据加密Burp调试问题

Results 5 jsForward issues
Sort by recently updated
recently updated
newest added

2022-07-03 11:51:41.128 [FATA] EnableHTTPS failed: keyFile "ca.key" does not exist ![image](https://user-images.githubusercontent.com/42527291/177023972-4951fffb-a25a-4dec-9ddb-b46465096025.png)

feng师傅好,再请教一个问题,我使用js的XMLHttpRequest向jsForward发送了明文数据体,也获得了返回,但却无法读取,这是浏览器的安全机制问题吗? 直接读,是空的 分开读,反而能读到 ![图片](https://user-images.githubusercontent.com/68674231/221726156-669b1213-ee65-47a9-ac5e-9ad70328898f.png) jsForward中也是正常的 ![图片](https://user-images.githubusercontent.com/68674231/221726315-c6f8ed3d-f6d6-4877-82f1-5716552175a0.png) cors配置是默认的,我也没有改过,https流量也是正常的,就是数据返回到浏览器后无法直接读取,分开读的操作只能在控制台手动操作,没法自动化。 ![图片](https://user-images.githubusercontent.com/68674231/221727465-1545b851-1b3e-438f-83ff-6dd3ccd2945d.png) ![图片](https://user-images.githubusercontent.com/68674231/221727343-8d1a5b74-2557-410a-96f8-8726c5b8a755.png) ![图片](https://user-images.githubusercontent.com/68674231/221727805-2dd83290-5ac4-4752-b185-b96067c0e503.png) ![图片](https://user-images.githubusercontent.com/68674231/221728014-6f4c7416-87c2-4699-8b6d-3f3c1ed46331.png)

feng师傅,目前http是正常可用的状态,但是https却是一直返回400,我是在浏览器测试的,证书已经导入受信任机构和浏览器了,还是一直返回400,能否请师傅指点一下。 ![图片](https://user-images.githubusercontent.com/68674231/221106927-79685bde-66bc-4e0d-b6aa-23f54fc144c5.png) ![图片](https://user-images.githubusercontent.com/68674231/221107235-61f487fc-73ac-455a-9c03-ff7a965ce657.png)

场景是一个做了加密的web端项目,按照js-forward的配置方法进行本地替换js文件。 目前的问题是: 1、解密的请求包无法发送到burp上面。 2、在cmd里只有解密的请求,没有解密的回显。 ![image](https://github.com/CTF-MissFeng/jsForward/assets/32891131/5bd635e8-7079-4760-ba30-ade0fb984064)