Skip to content

OdellMoreno/ios-burp-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ios-burp-setup

A Python tool that auto-generates Apple Configuration Profiles (.mobileconfig) to force Wi-Fi proxy settings on iOS devices. Streamlines the setup process for mobile application penetration testing with Burp Suite.

Usage

python3 ios_burp_setup.py "Your Wi-Fi SSID"
  1. Connect your iOS device to the specified Wi-Fi network.
  2. Scan the QR code printed in the terminal or open the URL on the same network.
  3. Tap Download to install the profile in iOS Settings.
  4. Trust the profile when prompted.

Notes

  • The script hosts the profile on port 8000 and configures the proxy to 8082.
  • If your laptop firewall blocks inbound connections, temporarily disable it or allow incoming connections so your iOS device can reach the download page and proxy server.
  • Optional: add a convenience alias for launching Burp with the config file:
    alias burp='java -jar /opt/burp/burpsuite_community.jar --config-file=""'

About

A Python tool that auto-generates Apple Configuration Profiles (.mobileconfig) to force Wi-Fi proxy settings on iOS devices. Streamlines the setup process for mobile application penetration testing with Burp Suite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages