Install frida ios. py Then, connect to the Cheat Engine in network mode.
Install frida ios. Frida has an iOS guide I will refer to.
Install frida ios /dump. deb Selecting previously unselected package re. 0. which enables us to assess an iOS app in an environment using Frida. 2. b. May 4, 2019 · It will add a new source in the source list. Note: On Android devices, make sure that the frida-server binary is running as root! Dec 21, 2022 · Open a terminal window and run the following command to install Frida: ”pip3 install frida we will discuss how to configure your iOS device for mobile application security testing. On your macOS device, run pip3 install frida-tools; On your iPhone, open Cydia and add Frida’s repository by going to Sources → Edit → Add and enter https://build. Now you Apr 29, 2024 · Now we have the APK file and we can continue the process to analyze it with Nuclei. Introducing Frida - 675 viste; Invertire una stringa: algoritmo in C - 43. The easiest way is to use objection's patchipa command . Connect IOS device with developer / attacker machine via USB cable and in the machine type in frida-ps -U to get app PID and name. Burpsuite Feb 12, 2023 · if you want to follow older installation method which can install frida <= 16. To build and test your own wheel, do something along the following lines: set FRIDA_VERSION=16. Dec 8, 2020 · How to install Frida: We need to install frida tools in laptop and frida server in mobile device. Clone this project by entering the following command in your terminal: Aug 21, 2017 · Start Cydia App; Add Frida's repository by navigating through the menu: Manage => Sources => Edit => Add Enter https://build. Install Frida on the iOS device by running Frida-server. Now, you’re good to go with frida. To connect Frida to an iOS app, you need a way to inject the Frida runtime into that app. ) Preparing to unpack frida_16. Connect your device over USB and verify the frida connection using the below commands. Self-contained plugin for radare2 that ships frida and allows to instrument local or remote processes using r2 commands instead (but not limited to) Frida scripts. we're not done yet: open Cydia/Zebra (or whatever package manager you're using) and look for 'OpenSSL' from Bingner/Elucubratus repo (the package with no version number): install that package. Here the -n switch (default option) specifies the process name to attach to (the associated app must be running before executing this command), and the -U switch specifies that a USB device is being targeted (therefore sudo pip install frida. , Homebrew on macOS or pip on Linux). gyroscope. xip. Go to the newly added Frida source. Mac一台; iPhone (IOS13. In the Cydia, add Frida’s repository by going to: Manage -> Sources -> Edit -> Add and enter https://build. Installing Frida. frida-ios-dump砸壳工具使用 准备工作. re; Open up the Source or search for Frida, and click on Modify, then Install. 电脑端安装frida(和frida-tools),移动端安装frida(的server) Mac中逆向iOS. 5- Install the Frida package. Some tips during development. After a bit of time, you'll be prompted to set a passcode for using command line stuff, and then afterwards, Sileo should be on your home screen. Connect the jailbroken iOS device to your computer. io systemctl start docker apt-get -y install ideviceinstaller libimobiledevice-utils libplist-utils nuclei radare2 sqlite3 sqlitebrowser xmlstarlet pip3 install frida-tools objection property-lister file-scraper Jul 19, 2023 · Install Frida on your computer using the package manager specific to your operating system (e. List human readable app meta info (Info. Frida has an iOS guide I will refer to. Like Android, we Oct 21, 2022 · While if you use palera1n rootless everything works. py Cydia # or python main. re; Go to Search → Enter Frida → Install Aug 19, 2019 · As given in their official site, use pip command to install frida in Windows, macOS, or GNU/Linux. Contribute to feightwywx/frida-ios-dump-windows development by creating an account on GitHub. There is nothing wrong with this really, but some may prefer to have isolated environments for certain programs. Start Cydia and add Frida’s repository by going to Manage-> Sources-> Edit-> Add and enter https://build. Topics If you can't install the frida-node dependency, Interprets as iGrapefruit or maybe iOS Graphical Frida. 12. toml mode = "enum" python main. Compatibility The app is fully supported on rootless and roothide jailbroken iOS and iPadOS from version 15. 5. server). I manage to install an older working version of Frida (16. To confirm if Frida gadget is actually working make use of the following command: frida-ps -Uai. youtube. py com. Connect Your iOS Device: First things first, connect your iOS device to your computer. Refer to the following link for this step. Note that this is only possible on a macOS device. x同样也能安装成功。$ sudo pip install Dec 20, 2018 · The series will be assuming that the user is using Electra jailbreak. In Laptop: 1. 2. Mar 6, 2024 · Install frida-tools on the system, it will be Linux or macOS and for that make sure to install Python first. Enter "https://build. 10\\site-packages\\_frida. re" as the URL. re. While I tested frida rootless on Dopamine using my fork of frida-ios-dump. Python bindings for Frida. Go to the frida source, now you should install the Frida package. py -p ProcessId # or :config. This can be done for example using ssh command-line and dpkg -i frida_x. re; Wait till Cydia reloads the repository. You should now be able to find and install the Frida package which lets Frida inject JavaScript into apps running on your iOS device. apple. deb file on the iPhone itself. mobilecal 12464 Gyroscope com. First we will want to install Frida on our device. # frida-ps -U . Make sure your device is trusted and shows up on your system. py -l PID Name Identifier ----- ----- ----- 14301 Alipay com. 4. ; Download Xcode 11. Jul 27, 2014 · frida-python. (And yeah, just a Injecting a Frida instrumentation script on an iOS device connected via USB can be achieved through the following command. maliquankai. frida-ls-devices 查看电脑连接的iOS设备信息,主要包括UDID、连接方式、iOS设备名称,如下所示 Oct 22, 2022 · I tried it with https://build. Connect to the Gadget using: frida -U Gadget (gwc) admindeMBP-4:frida-ios-dump admin$ python3 dump. Tại sao phải dùng Frida? Sau đây là một số ví dụ: Có một ứng dụng chỉ cài cho iOS và ta muốn phân tích nó. pull decrypted ipa from jailbreak device. Steps to install Frida on a Jailbroken device: 1- Open Sileo App. Frida is able to instrument debuggable apps, and will inject Gadget automatically as of Frida 12. 1(a). re :刚刚添加的源安装Frida 226. This step is vital for Objection, as it relies on Frida for dynamic instrumentation. To enable and run the application in the resume mode the final step is to run the objection. In a nutshell: Don't use -U argument as iOS simulator is not a USB device; frida-ps should give you a list of running processes, including the apps running on the simulator. A tool that helps you easy trace classes, functions, and modify the return values of methods on iOS platform - noobpk/frida-ios-hook When installing Frida on jailbroken iOS 16. Si vous souhaitez voir votre entreprise annoncée dans HackTricks ou télécharger HackTricks en PDF, consultez les PLANS D'ABONNEMENT! Frida opens up a world of possibilities for iOS hacking, especially for beginners eager to explore the internal workings of iOS applications. To do this, you will need to have the Frida tools installed on your computer. 5 and then install the Sileo package manager which is coming by default once the Jailbreak is successful. Now you have the grapefruit cli as igf: ios-debug debug process or apps on jailbroken iOS. Anyway if you want to compile your own Frida DEB you can follow/adapt my guide. ; Find and install the frida package or if you want a specific version of Frida you may download the . 此处介绍,移动端的iOS(iPhone)中,如何安装Frida(的server): 安装frida后,可以查看iPhone中的frida的位置和版本: Jul 22, 2024 · 安装Frida的gadget => 使得后续使用frida-ios-dump时而不报错need Gadget to attach on jailed iOS 下载gadget库文件 从 Frida的Github的release 页面中,下载对应版本的 frida-gadget 的 dylib Aug 3, 2021 · As iOS simulator is essentially running apps on your native mac OS host, you can interacts with apps directly as if they are running on your machine. Only a few requirements to be aware of: Nov 16, 2022 · This will install the application on your IOS device and will start the application in paused mode. 使用pip安装frida-ios-dump: pip install frida-ios Oct 10, 2024 · Install frida pkg (version 16. 698 viste; Storyboards in iOS 5 e Xcode 4. To install the Objection use pip install objection in the terminal. Bypass SSL pinning. 2 安装frida-ios-dump. Cydia # or python main. x。python2. iphoneclient 16008 App Store com. frida. This is easy to do on a jailbroken device: just install frida-server through Cydia. Site:-Frida Repo: https://build. For dumping the installed applications we need the awesome tool frida-ios-dump. For iOS, installation instructions can be found here. The Best. Reload to refresh your session. Perform memory related tasks, such as dumping & patching. Your iOS device will appear to be frozen till you Oct 28, 2024 · @sehno Manually download the matching frida . 1, Jb by : unc0ver). 0–16. 0)协议 发布 all right reserved,powered by Gitbook 最后更新: 2023-10-12 11:56:39 results matching " " Jul 5, 2020 · Frida-ios-dump使用 ios端配置: cydia添加源:https://build. 下载frida-ios-dump 并配置frida. saurik. A quick and simple guide for using the most common objection pentesting functions. I have demonstrated one of the ways to inject f frida-ipa-dump git:(master) . 5. 3- Enter "https://build. 📲 Install Frida (client) to your computer. the use of objection we will see in the next post its mainly used for keychain dump, cookies dump, SSL pinning bypass, root/jailbreak-detection bypass and so May 6, 2017 · To install Frida server on your iOS device, follow the below steps. 1 using palera1n rootless JB) objection is a runtime mobile exploration toolkit, powered by Frida, built to help you assess the security posture of your mobile applications, without needing a jailbreak. 7. 1. deb of the frida version you want from frida releases and install it. The best way to install Frida’s CLI tools is via PyPI: For a quick start you can go through the iOS examples ↗. Install python 3. To install Frida’s Python bindings on your system, launch up your terminal and type in pip install frida to The main script of "frida-ios-decrypt" dump. 5 and Sileo installed with Chimera 1. re => search =>frida =>Install By default the Frida server is running up on the iPhone, you don’t Observe and reprogram running programs on Windows, macOS, GNU/Linux, iOS, watchOS, tvOS, Android, FreeBSD, and QNX Feb 1, 2023 · I have face an issue my iphone ios 15. com/add/o Nov 19, 2024 · Install the latest version of Xcode with command-line tools from the App Store. 7,frida作者是推荐安装python3. This happens over USB, so you will need to have your USB cable Nov 29, 2023 · Recently, I found myself in the position of needing to install Frida on my newly jailbroken iOS device, utilising the palera1n jailbreak. Navigate to Manage -> Sources -> Edit -> Add. 下载frida-ios-dump. Automatically deploy debugserver, do the port forwarding and connect to it. 按照frida官方文档中的说明安装frida。 安装frida-ios-dump. Mac一般自带Python2. 593 viste; Pilotiamo un LED RGB con arduino - 28. AppStore 16116 Calendar com. Mac端准备: 在终端输入 sudo pip3 install frida 回车,安装完成后输入 frida-ps -U 回车检测; Run r2flutch -l to list all the installed apps. Open terminal or command prompt and run Cross plarform web GUI! Also supports non-jailbroken device (see Non-jailbroken device). snapchat. 1b1. May 2, 2021 · Nó cho phép ta inject một đoạn mã JavaScript hoặc một thư viện ta tự tạo vào trong native app trên bất kỳ hệ điều hành nào như Windows, macOS, GNU/Linux, iOS, Android và QNX. python main. For Android, installation instructions can be found here. To use frida-ios-dump, follow these steps: Install frida on your device. 2 then keep reading below. 0 up to 18. When the application is successfully dumped, files will have been copied from the device via SSH ( scp ) to the temporary folder. Mac配置; 00 安装Python. 7) onto my iPhone 7, version 14. Dec 15, 2019 · I won’t go through in detail about their usage here, just the set up. Frida supports two modes of operation: jailbroken or not jailbroken. Command: frida-ps -Uai As shown below, process name for our application is 'DVIA-v2' Next step is to find the classname which implements the Jailbreak Detection method. 7 directly from Apple at the following link: Xcode_11. . deb (assuming the used jailbreak has installed a ssh server). Steps to install Frida on a Jailbroken device: Open Cydia/Sileo app. Setting up your iOS device. Usage / Installation Pre-Install – You need Frida to use objection If using for the first time, remember that you have two way of using Frida: A […] For running the Frida CLI tools, e. 1-dev. com/Other channels: https://www. Install the Frida package. server. 7 and latest pip 2. 3. 安装完成!检查是否工作可以可在手机 Dec 13, 2022 · Thanks @xiaozhuai for the recommendation. image. apt-get -y install docker. compiles Frida core-ios with FRIDA_JAILBREAK=disabled; MATCH action to fetch Codesign Certificate and p12 from private github repository; CERT and SIGH action to rename the cert and save it to file, generate provisioning profile and save to file. py Edge -o ~/Downloads [info] attaching to target [info] decrypting module RubyBrowser [info] decrypting module ConnectedDevices [info] decrypting module Papyrus [info] decrypting module PapyrusCore [info] decrypting module PapyrusCoreCpp [info] decrypting Jul 13, 2024 · By 'native', we are referring to a non-virtualenv installation, where all of the objection dependencies will be installed in your operating systems python module path. Unfortunately if I run frida-ps -U (installed with pip install frida-tools) or Jun 6, 2024 · pip install frida-tools Note that the above commands will install the Frida command-line tools. Mar 23, 2021 · After successful jailbreaking, install the Cydia app. # frida-ps Sep 25, 2023 · Set up an iOS device for testing: Ensure that your iOS device is jailbroken to allow for the necessary access and manipulation of apps during runtime. (note that the file-name does not contain frida-server, just frida). Supports both iOS and Android. Hi viewers, I have made a video to understand the usage of objection and frida without the need of jailbreak. ipa final_file cd final_file unzip patched_codesign. Mar 27, 2020 · Install Frida (server) to the jailbroken iPhone. Oct 9, 2019 · 开始安装frida首先需要安装python,Mac已经自带python2. h set FRIDA_EXTENSION=C:\\src\\frida\\build\\frida-windows\\x64-Release\\lib\\python3. Includes step-by-step guide for both jailbroken and non-jailbroken devices, example scripts, and automation with Python. z. deb file from here and install it manually (via SSH) or using an app like iFile 详见后续章节:frida-ios-dump实例 crifan. npm install -g igf. I used an iPhone XR with iOS 15. 2 – Le basi (Parte 1) - 21. Add Frida’s repository to Cydia. If you want to use Frida’s Python bindings, you’ll also need to install the Frida package. Non-jailbroken device: Since this application is meant to train your Frida skills, you'll first have to inject the Frida gadget. FRIDA is a Dynamic instrumentation toolkit used by developers, reverse engineers, and security researchers to identify security vulnerabilities in mobile applications. 3已越狱) 步骤. Following the official Frida installation guide Aug 30, 2024 · Frida is a powerful tool which is used for reverse engineering, security testing, and debugging applications. 2 device, I get the following log: iPhone:~ root# apt-get install re. , you need a few packages: pip install colorama prompt-toolkit pygments Apple OSes 安装Frida. Aug 20, 2022 · Setup frida on iOS. plist). (Reading database 8315 files and directories currently installed. To do this, open Cydia, navigate to You signed in with another tab or window. This article focus on how to use frida and objection on not jailbroken iOS devices. frida, frida-ls-devices, frida-ps, frida-kill, frida-trace, frida-discover, etc. Sep 16, 2020 · Downloading Frida-ios-dump on your mac. ghidra2frida itself is a extension that adds to Ghidra a control panel with all the instruments necessary to create the bridge between Ghidra and Frida. js DVIA-v2 We have found the 以 iOS 平台讲解 Frida 的基本使用,后续还会继续分享更多关于 Frida 实战的使用技巧。Frida 是一个跨平台的动态分析工具,支持 iOS、Android、macOS 等主流的操作系统,提供了功能丰富的 Python 和 JavaScript 接口,能够在运行时注入进程,获取进程相关信息、Hook 函数、修改参数、调用指定函数等等,逆向 . 终端cd到 frida-ios-dump 路径下 Install frida on iOS. Roy Shoemake Nov 18, 2018 • 4 min read Feb 25, 2023 · Next, you need to install Frida on the emulator. deb file (tested on iPhoneX iOS 15. Mac: 安装frida和安装frida-tools pip3 install frida pip3 install frida-tools 如果要:(1)强制安装到全局版本Python (2)加上 Jul 29, 2024 · 强大的 Frida 重打包工具,用于 iOS 和 Android。轻松修改 Frida 特征,增强隐蔽性,绕过检测。简化逆向工程和安全测试。Powerful Jun 19, 2023 · Now I find the solution to perform jailbreak on iOS 15. Jul 22, 2024 · iOS. alipay. Use Objection -g <app PID> explore Observe that the console message indicates that Frida is now running on port 27042. Your iOS device will appear to be frozen till you enter the Frida commands. 7 # from C:\\src\\frida\\build\\tmp-windows\\frida-version. re but couldn’t find it. Command: frida -U -l find-classes. 1: Installing Frida and Objection. Add a Source with the URL being: https://build. 306 viste 强大的 Frida 重打包工具,用于 iOS 和 Android。轻松修改 Frida 特征,增强隐蔽性,绕过检测。简化逆向工程和安全测试。Powerful Sep 15, 2021 · Setup Install Objection Test Objection Find Application Attach to Introductory guide on how to use Frida to analyse iOS applications at runtime to perform actions Frida download, install, etc command line tool It temporarily supports rootless by patching the original frida_{version}_iphoneos-arm. profit! you should now be able to install packages with python3 -m pip install <package> Find the process name of the application using below command. Note My repo is no more necessary because since Frida 16. Feb 24, 2019 · npm install -g ios-deploy mkdir final_file cp patched_codesign. rehttps://thelinuxos. Now, go back to your system. gg/jb. 4 (Jailbroken) by downloading the . You switched accounts on another tab or window. ; Run r2flutch -i <App Bundle> to pull a decrypted IPA from the device. 4_iphoneos-arm. 6. Frida Basic Commands: # frida-ls-devices: This command is used to list all the attached devices. sudo apt install python3 python3-pip pip3 install frida-tools You signed in with another tab or window. 安装frida. Got a question about iOS jailbreaking? You're in the right place! For additional jailbreak help, join our Discord at https://discord. Install Frida. You signed out in another tab or window. 在能使用Frida之前,先要去安装Frida=初始化Frida调试环境: 概述. This toolkit supports most th… 👍 13 firengate, Otwori-nyaundiedwin, xpko, huazhuangnan, gravity-z, gunyakit, wzvideni, NSIbragim, raushanxstan, kiro6, and 3 more reacted with thumbs up emoji 😄 1 firengate reacted with laugh emoji 🎉 2 firengate and kiro6 reacted with hooray emoji ️ 3 firengate, gravity-z, and kiro6 reacted with heart emoji 🚀 5 firengate, Xoffio, neomafo88, gravity-z, and kiro6 reacted with May 28, 2024 · Install Frida Server: From iPhone open Cydia => Source => Edit => Add => https://build. 5 is running and I successfully rootless jailbreak this device and also install frida package from selio but now the probelm I connect over usb to my windows and when I run in windows frida-ps -Uai it shows me No installed applications. c. deb Frida Client Installation (Local Device): Frida Setup on IOS Device. 0国际(CC BY 4. 💻 Trace a third party application with Frida command-line tools. mobilemail 14917 Messages com. I installed frida-server from official repo (Package: re. You signed in with another tab or window. Jan 29, 2024 · frida-ios-dump利用frida的动态注入技术,将脱壳代码注入到正在运行的iOS应用中,从而绕过苹果的代码签名机制,提取应用的二进制文件。 2. Inspect and interact with container file systems. More information on how to install Frida can be found here. Step 6: Keep the terminal command running and Run objection on a new terminal using the following command FridaCodeManager was made to offer a easy way to code, compile and install iOS apps on jailbroken iPhones. I tested frida rootless on palera1n rootless with iPhone 8 Plus and iOS 16. ; List all url schemes. Open Cydia app on your iOS device. org,使用 署名4. ; Run r2flutch <App Bundle> to pull the decrypted app binary from the device. pyd cd C:\\src\\frida\\frida-python\\ pip wheel This subreddit is for any and all iOS jailbreaking news, questions, etc. Supports checkm8 based rootless environments. Penetration testers can use this to quickly find the majority of vulnerabilities in iOS applications. I am specifically using iOS 11. crossutility Nov 18, 2018 · How to get started assessing iOS apps on a nailed device using Objection. Obtaining the IPA from the device (iOS) Install the application you want to analyze from the AppStore. sunil@ubuntu:~$ pip install frida-tools. Download the Frida server for Android from the Frida website . MobileSMS 16139 MiniHour com. We can use Frida to hook into running processes and modify their behavior without Dec 13, 2024 · Learn how to use Frida for iOS app debugging, reverse engineering, and dynamic instrumentation. 2, but most of the tools in the series should work on any version of iOS 11. ipa ios-deploy Frida-Fu. I can't start frida-server: #dpkg -i frida_16. Installing Frida’s CLI tools is easy and straight-forward, but there are a few requirements you’ll need to make sure your system has before you start. Setting up frida-server on iOS device. Check signature entitlements. 7 , 命令 Python 执行 如果已安装会有信息 pip install frida-tools pip install frida Με τον διακομιστή Frida εγκατεστημένο και τη συσκευή να λειτουργεί και συνδεδεμένη, ελέγξτε αν ο πελάτης είναι λειτουργικός: Open the palera1n loader app and tap Sileo to install it. 4- Go to the newly added Frida source. gyroscope 12891 Mail com. countdown 16065 Quantumult com. py uses the frida package which communicates with the device via USB. 👨💻 Nov 28, 2020 · 二、frida的使用. but if I run frida-ps -U this command then I can see all of the app list. The radare project provides a complete toolchain for reverse engineering, it's actively maintained and it is providing well maintained Aug 8, 2024 · pip install frida-tools. With its powerful capabilities and a vibrant community, Frida is an essential tool for anyone interested in iOS security and app analysis. Apr 18, 2017 · Could find an awesome work around for this issue with Frida (need python3, pip install frida-tools) and Objection (pip3 install objection) Install Frida on IOS device. Performing the Required Frida-Fu. I am using macOS for the below example. 4) in a ios jb device iphone 11 ( IOS 13. com/c/OsamaMahmoodSnapchat:-https://www. 5 supports rootless and rootfull JB. To check the installed frida version use sunil@ubuntu:~$ frida --version. g. _iphoneos-arm. 2- Navigate to Manage -> Sources -> Edit -> Add. Dump keychains. y. obtains the signing identity and stores it in IOS_CERTID environment variable It supports all platforms supported by Frida (Windows, macOS, Linux, iOS, Android, and QNX). frida tools主要有Frida CLI、frida-ps、frida-trace、frida-discover、frida-ls-devices、frida-kill等命令工具. Its a free open source tool available on github and its pretty simple to use Feb 28, 2023 · Once your device is jailbroken, you can follow these steps to configure Frida: Install Cydia on your jailbroken iOS device. py Then, connect to the Cheat Engine in network mode. Without it, you won't have iPhoneOS SDKs. png. server Reading package lists Done Building dependency tree Aug 12, 2022 · Prerequisites: Install python3 on Windows 10 before installing Frida and Frida tools. Hi, I have got an iPad Mini 2 with iOS 12. ios-pull pull files and directories from iOS; iproxy-js iproxy written in js; run-frida-server automatically download, deploy frida-server to iOS and start it. The plugin is based on Brida idea (and code). Step 4 : Download Frida Core DevKit according to device architecture from Apr 17, 2014 · 注意:不需要在手机终端输入frida-ps -U ,会报 -sh: frida-ps: command not found 错误,frida-ps -U 检查安装成功指令是在Mac终端使用的.
dnzmkr okyurb cvrvr msvbas oxiswp usanlt rqltdy vexwbx kxp orpz
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}