Recover iPhone 4S keys without jailbreak? [closed] - jailbreak

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Ok so my father just got an iphone 4S, i have the 4. So i'm a big Siri hacker and i wanted to get his Siri keys. I would not like to jailbreak his phone though... So i was thinking, maybe i could put the phone on airplane mode and connect to my wifi and hook up my mac mini instead of my router. Then change the guzzon.apple.com to redirect to the mac mini in the hosts file. Then i run pysiri for getting the keys. Do you think this is a possible way of getting the keys without jailbreaking, or does anyone have a better idea? And if it comes down to it tell me that i'm gonna have to jailbreak to get those keys.

Im afraid you will have to jailbreak the device. The server cant be spoofed and the key wont go through properly that way. Sorry, your gonna have to jailbreak.

Applidium created a tool to let you get 4S keys without jailbreaking you phone. You can see the code here: https://github.com/applidium/Cracking-Siri

Related

Screen Readers and Browser Events [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
Do any of the commonly used screen readers emit browser events that can be scripted with javascript?
Or, are there current or planned javascript APIs to communicate with screen readers in the same way there are now APIs for working with other OS level systems (cameras, GPS, etc.)?
A similar question from three years ago (Evaluating current state of a screen reader in JavaScript) produced a definitive "NO" answer. Has anything changed since then?
I believe, it's still a No, but the closest to your request is the (drafted) Accessibility Object Model. It does not allow to interact with screen readers directly (it seems), but it does allow to manipulate the accessibility tree in a browser.
Currently supported at least in Chrome Canary via a command-line flag.

How to scrape data off websites that require validation code? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
Is it possible to scrape data automatically from websites that require a validation code each time a webpage is accessed? Such as the case when the website shows you a picture of the code and asks you to enter what is shown in the picture. I'm using the rvest package. Is this possible to do?
What you're trying to do is beat CAPTCHAs. That's possible but very hard. This is a spammer's hardest job - to come up with an algorithm smart enough to fill out those fields correctly. It's not something you're supposed to do, the whole point of those validation codes is to prevent access from non-humans. If you're smart and motivated enough to figure out how to answer those questions programatically, you can probably make more money doing that than whatever you're trying to do :)
Some websites offer a direct API, which is the way you're supposed to interact with their data. But getting past a CAPTCHA by scraping is not an easy deed.

How to edit Nexus welcome screen [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I would like to display custom information on my Nexus server, e.g. on the Welcome Screen or in a header. Basically I would like to add useful information for my users, like a contact address specific to my organization in case of issues, or links to guidance documents.
Is there any way to do this?
The branding plugin can be used to update the header image in the top left corner. There is a demo of that you can watch on the Sonatype Youtube Channel. There is no plugin to customize the welcome screen. You would have to write your own plugin to do that.
Update: The branding plugin is part of Nexus Pro only in the Nexus 2 series. The Nexus 3 series introduces a feature to have a completely customizable header and footer.
I have never used it but there is a branding plugin:
http://books.sonatype.com/nexus-book/reference/nexus-branding.html.
Might only apply to Nexus Prodfessional, worth checking out

Should I use cookies? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I created a website in ASP. People can login and register.
I read sometimes about cookies, why people are using them?
What is the advantage of using them? And do you guys prefer me to use that too?
And if I use cookies, for what kind of purporses should I use them?
Thanks!
You're coming at this the wrong way. You don't use cookies to use cookies. You use cookies because something you want to do requires cookie use.
In other words, don't worry about it unless you want to do something that needs cookies, then you know why you would want to use them. It becomes obvious.
It's like saying "I hear about these airplane thingies.. should I use them? What good are they?" Well, when you decide you want to travel somewhere, suddenly you understand what good they are. They're useless to you until then.
Cookies are useful for retaining information when the user leave your website.
For example, if you want an option "Remember me" on your login form, you have to use cookies to store user's authentication token and connect him automatically the next time he visits your website.
But if you use it, you should learn more about it.

windows 8 style API for ASP.NEt (websites) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I've heard that Microsoft has unleashed a windows 8 style (previously known as metro) API for ASP.NET
Does anyone knows anything about it? What is it called? Where to get it from?
Unfortunately I don't have any link about that API. I've tried searching for it but didn't get any luck.
I have found some JQuery APIs, but I'm asking about the one done by Microsoft itself. Is there any?
I was hoping that there's a simple way of creating "metro look" without having to reinvent any wheel (if there's already an API for it)
That's not called an API, that's ususally called a theme: a set of stylesheets and images.
I think you are looking for Metro UI CSS. It's got little to do with Microsoft though.

Resources