Giter Club home page Giter Club logo

Comments (5)

sethlaw avatar sethlaw commented on September 21, 2024

Mahesh:

Dealing with the Simulators and fixed locations can be frustrating. Your best bet is to go into the ~/Library/Developer/CoreSimulator/Devices directory and then run a 'find' command to identify what Simulators (and Data Directories) have Swift.nV installed.

Try:

find . -name "com.nvisium.Swift*"

in that directory and see what happens.

from swift.nv.

maheshmobile avatar maheshmobile commented on September 21, 2024

i got following result on my terminal

./24ED7893-3784-4272-963D-7ADD3F3B0240/data/Containers/Data/Application/4D198461-2FFB-4C42-B0CF-4AAFF293E077/Library/Caches/com.nvisium.Swift-nV

./24ED7893-3784-4272-963D-7ADD3F3B0240/data/Containers/Data/Application/4D198461-2FFB-4C42-B0CF-4AAFF293E077/Library/Caches/Snapshots/com.nvisium.Swift-nV

./24ED7893-3784-4272-963D-7ADD3F3B0240/data/Containers/Data/Application/4D198461-2FFB-4C42-B0CF-4AAFF293E077/Library/Caches/Snapshots/com.nvisium.Swift-nV/com.nvisium.Swift-nV

./24ED7893-3784-4272-963D-7ADD3F3B0240/data/Containers/Data/Application/4D198461-2FFB-4C42-B0CF-4AAFF293E077/Library/Preferences/com.nvisium.Swift-nV.plist

./24ED7893-3784-4272-963D-7ADD3F3B0240/data/tmp/com.apple.IconsCache/com.nvisium.Swift-nV_CFBundleIcon[15]

On Mon, Aug 31, 2015 at 9:23 PM, Seth Law [email protected] wrote:

Mahesh:

Dealing with the Simulators and fixed locations can be frustrating. Your
best bet is to go into the ~/Library/Developer/CoreSimulator/Devices
directory and then run a 'find' command to identify what Simulators (and
Data Directories) have Swift.nV installed.

Try:

find . -name "com.nvisium.Swift*"

in that directory and see what happens.


Reply to this email directly or view it on GitHub
#36 (comment).

from swift.nv.

sethlaw avatar sethlaw commented on September 21, 2024

Okay, the identified plist file (#4 in your list) is the one you should be manipulating per the tutorial to explore data storage attacks.

from swift.nv.

maheshmobile avatar maheshmobile commented on September 21, 2024

I can able to test your swift.Nv application , but how to test my application ,i am having external server not localhost.Thnaks in advance

from swift.nv.

shadyproject avatar shadyproject commented on September 21, 2024

@maheshmobile Just replace the 127.0.0.1 in the plist with the IP address of your actual server. Do this for all entries.

When you start api.rb, you can use the command line flag -o to provide a new IP address for the server to bind, otherwise it will only bind to localhost by default. Something like

ruby api.rb -o 192.168.2.1 (assuming that is your IP address)

from swift.nv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.