com.nablac0d3.SSLKillSwitch2_0.11.deb

ios-ssl-kill-switch

前言

Blackbox tool to disable SSL certificate validation – including certificate pinning – within iOS Apps

iOS SSL Kill Switch will only run on a jailbroken device. Using Cydia, make sure the following packages are installed:

dpkg
MobileSubstrate
PreferenceLoader
How to install

Download and copy the Debian package to the device; install it:

dpkg -i <package>.deb
Respring the device:

killall -HUP SpringBoard
There should be a new menu in the device’s Settings where you can enable the extension.

Finally, kill and restart the App you want to test.

devzkndeMacBook-Pro:SQTaoke devzkn$ scp /Users/devzkn/Downloads/com.isecpartners.nabla.sslkillswitch_v0.6-iOS_7.0.deb iphone150:/var/root
dpkg -i com.nablac0d3.SSLKillSwitch2_0.11.deb 
iPhone:~ root# dpkg -i com.isecpartners.nabla.sslkillswitch_v0.6-iOS_7.0.deb
Selecting previously unselected package com.isecpartners.nabla.sslkillswitch.
(Reading database ... 1831 files and directories currently installed.)
Preparing to unpack com.isecpartners.nabla.sslkillswitch_v0.6-iOS_7.0.deb ...
Unpacking com.isecpartners.nabla.sslkillswitch (0.6-1) ...
Setting up com.isecpartners.nabla.sslkillswitch (0.6-1) ...
iPhone:~ root# 

iPhone:~ root# killall -HUP SpringBoard

lua 请求不走wifi 的代理,, 只能设置设备的hosts

iPhone:/etc root# echo "192.168.2.254 alimama.fuge.cn" > /etc/hosts
iPhone:/etc root# echo '127.0.0.1 localhost' >> /etc/hosts
    原文作者:kunnan
    原文地址: https://segmentfault.com/a/1190000011684081
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞