Page 1 of 1
TTL ON IPHONE TO HIDE THE DATA SHARING **PROOF OF CONCEPT**
Posted: Tue Dec 05, 2023 7:38 am
by Rich Hathaway
So I used an iphone X for this, it is a very beta tool I made but it is working and persistant.
IMG_2961.jpg
Re: TTL ON IPHONE TO HIDE THE DATA SHARING **PROOF OF CONCEPT**
Posted: Fri Dec 29, 2023 4:32 am
by fdsfdssdf
cool! how to do this?
Re: TTL ON IPHONE TO HIDE THE DATA SHARING **PROOF OF CONCEPT**
Posted: Sat Apr 13, 2024 7:07 am
by munera1
This tool will be released? Thanks for sharing
Re: TTL ON IPHONE TO HIDE THE DATA SHARING **PROOF OF CONCEPT**
Posted: Sat Apr 13, 2024 8:32 am
by Rich Hathaway
I got sidetracked on this project and stopped working on it, it was not a funded project so there was no rush anyway, I just wanted to see if it would work on ios and it did.
Re: TTL ON IPHONE TO HIDE THE DATA SHARING **PROOF OF CONCEPT**
Posted: Sat Apr 13, 2024 11:41 am
by munera1
Nice man...
Re: TTL ON IPHONE TO HIDE THE DATA SHARING **PROOF OF CONCEPT**
Posted: Wed Oct 30, 2024 2:41 pm
by Kylebailey26
Cool
Re: TTL ON IPHONE TO HIDE THE DATA SHARING **PROOF OF CONCEPT**
Posted: Tue Dec 03, 2024 6:10 am
by $kitzo
Hi I made a mover over to ios for the message from Android. Could I check out that tool? Or is it just a thought or concept for now
Re: TTL ON IPHONE TO HIDE THE DATA SHARING **PROOF OF CONCEPT**
Posted: Wed Dec 11, 2024 11:15 am
by Rich Hathaway
It is just some code written in python, I did not make any gui for it
Re: TTL ON IPHONE TO HIDE THE DATA SHARING **PROOF OF CONCEPT**
Posted: Wed Jun 11, 2025 5:49 pm
by Kylebailey26
Does this still work if so can I use it
Re: TTL ON IPHONE TO HIDE THE DATA SHARING **PROOF OF CONCEPT**
Posted: Thu Jun 12, 2025 8:21 am
by Rich Hathaway
I am not giving it away, it is by no means tested, your phone must be jailbroken and I can load it for you but not give the script to you, I only used it on and made it from files from an iphone X and am not sure if it will even work on other newer iphones, it may need a specific file made from the device it is going to be used on, I am not sure I have not compared it with other models and since it is not qualcomm there may not be much compatibility, idk, I use to fool with iphones alot but not much anymore.
Re: TTL ON IPHONE TO HIDE THE DATA SHARING **PROOF OF CONCEPT**
Posted: Mon Aug 18, 2025 11:17 pm
by BillA
Kylebailey26 wrote: Wed Jun 11, 2025 5:49 pm
Does this still work if so can I use it
Rich's method turns an iPhone's limited hotspot data into unlimited without a router.
Since this script sets a custom TTL value internally, the iPhone must be jail-broken.
Without jail-breaking/rooting, you can connect any iPhone or Android to a Windows PC or MAC via a USB cable, and bypass the hotspot data limit by setting the proper TTL via a couple of commands lines below.
Replace <TTL> with 64/65/66, test each value till it works.
Windows PC - In the CMD window copy and paste each line, replace the <TTL> value, and press enter
Code: Select all
netsh int ipv4 set global defaultcurhoplimit=<TTL>
netsh int ipv6 set global defaultcurhoplimit=<TTL>
MAC - In command terminal enter the first line, add the second line to the list, replace the <TTL> value, Save and Exit
Code: Select all
sudo nano /etc/sysctl.conf
net.inet.ip.ttl=<TTL>
Then press:
Command/Ctrl + Shift + O then Enter to save
Command/Ctrl + Shift + X to exit
Or connect any phone via a USB cable or WiFi tethering to a router running GoldenOrb's, and set the proper TTL for unlimited data.