The Challenge Games begin and we must destroy the Azkor The Questionable!
Jen’s Channel http://youtube.com/gamingwithjen
Don’t forget to subscribe for epic Minecraft content!
Shirts! https://represent.com/store/popularmmos/
Facebook! https://www.facebook.com/pages/PopularMMOs/327498010669475
Twitter! https://twitter.com/popularmmos
Download Lucky Block Emerald Mod http://popularmmos.com/emeraldluckyblock/
Download Spiral Lucky Block Mod http://popularmmos.com/spiraluckyblock/
RULES
– Start with 20 Lucky Blocks, 5 Super Lucky Blocks, 5 Unlucky Blocks, 10 apples, Iron Pickaxe, & Crafting Table
– Open all of them and craft the best items you can
– Do not take items or blocks from the world unless they came from your block
– Trade with villager to improve your items
– No Penalty for dying before the battle begins
– You may give items to the other player
– Beacons from Wells not allowed
– The winner from last time spawns the mobs
– The loser is the one who dies in the battle first
– Rounds go: 1 boss, 2 boss, 3, 4, 5, 6 each round harder…etc
– Running away from the mobs & leaving the other player is cheating
– Use the Arena to your advantage, but no placing blocks except TNT
In this Azkor The Questionable Challenge Games Modded Mini-Game:
Lucky Blocks Mod Vs Azkor from the Spiral Lucky Block Mod, me against Jen who will survive the longest!
Intro by: https://www.youtube.com/calzone442
Intro song: Spag Heddy – Pink Koeks provided by Play Me Records:
https://www.youtube.com/user/playmerecords
https://www.facebook.com/playmerecords
Follow Spag Heddy:
https://www.facebook.com/SpagHeddy
Royalty Free Music by http://audiomicro.com/royalty-free-music
Update: download the new Pokemon Go app – it fixes all of this. Download it, and reauth, and you should be set. The grant scopes and prompt are correct and visible now too! Now if only I could actually find a pikachu…
Pokemon tokens are requested with these understandable scopes:
Going through the auth process on the device yields a bearer token at the end of the exchange with access to: (according to google, google’s oauth playground, and token info)
List of all services that this can be used by according to google
Google Apps Script Execution API v1
Run Scripts Runs a function in an Apps Script project that has been deployed for use with the Apps Script Execution API. This method requires authorization with an OAuth 2.0 token that includes at least one of the scopes listed in the Authentication section; script projects that do not require authorization cannot be executed through this API. To find the correct scopes to include in the authentication token, open the project in the script editor, then select File > Project properties and click the Scopes tab.
Google Dataflow API v1b3
Jobs Projects Creates a dataflow job.
Jobs Projects Gets the state of the specified dataflow job.
Jobs Projects Request the job status.
Jobs Projects List the jobs of a project
Jobs Projects Request the job status.
Jobs Projects Updates the state of an existing dataflow job.
Jobs Projects Leases a dataflow WorkItem to run.
Jobs Projects Reports the status of dataflow WorkItems leased by a worker.
WorkerMessages ProjectsSend a worker_message to the service.
Google People API v1
Get People Provides information about a person resource for a resource name. Use people/me to indicate the authenticated user.
GetBatch Get People Provides information about a list of specific people by specifying a list of requested resource names. Use people/me to indicate the authenticated user.
Google+ Domains API v1
Get Activities Get an activity.
Insert Activities Create a new activity for the authenticated user.
List Activities List all of the activities in the specified collection for a particular user.
List Audiences List all of the audiences to which a user can share.
Insert Circles Create a new circle for the authenticated user.
List Circles List all of the circles for a user.
Insert Media Add a new media item to an album. The current upload size limitations are 36MB for a photo and 1GB for a video. Uploads do not count against quota if photos are less than 2048 pixels on their longest side or videos are less than 15 minutes in length.
Get People Get a person’s profile.
List People List all of the people in the specified collection.
Consumer Surveys API v2
Get Mobileapppanels Retrieves a MobileAppPanel that is available to the authenticated user.
List Mobileapppanels Lists the MobileAppPanels available to the authenticated user.
Update Mobileapppanels Updates a MobileAppPanel. Currently the only property that can be updated is the owners property.
Get Results Retrieves any survey results that have been produced so far. Results are formatted as an Excel file.
Get Surveys Retrieves information about the specified survey.
Insert Surveys Creates a survey.
List Surveys Lists the surveys owned by the authenticated user.
Start Surveys Begins running a survey.
Stop Surveys Stops a running survey.
Update Surveys Updates a survey. Currently the only property that can be updated is the owners property.
Google+ API v1
Get Activities Get an activity.
List Activities List all of the activities in the specified collection for a particular user.
Search Activities Search public activities.
Get Comments Get a comment.
List Comments List all of the comments for an activity.
List People List all of the people in the specified collection.
ListByActivity People List all of the people in the specified collection for a particular activity.
Search People Search all public profiles.
Google OAuth2 API v2
Get Userinfo
V2 Userinfo
Conclusion
There is an undocumented flow of being able to exchange a token with the https://www.google.com/accounts/OAuthLogin scope for a session token for google properties. I believe this is a mistake on Google and Niantic’s part, and isn’t being used maliciously in the way that was originally suggested. It appears that using this token in the way that was initially suggested would still be difficult with this grant as the type of use for it is not programmatic (unless there is another hidden api somewhere to grant api tokens). Omitting this scope seemed to make the auth known as “Basic user information” instead of “Full account access”, and is likely what Niantic will do to update the client. The auth flow is confusing, and google should reflect that logging in with this scope can yield a token that can be exchanged for sessions on google properties. IMO, Google shouldn’t be giving out this scope to non-google apps.
Given that Google is going to be retroactivelly re-scoping tokens to remove this possibility, Pokemon Go should be safe to play in the next couple of days on iOS, or even now. Go have fun and play a game 🙂
An update and info about https://www.google.com/accounts/OAuthLogin
I spent the night digging to understand why this specific grant is “more permed” than the others, and uncovered some very interesting and undocumented information. There is very little documented about this uberauth mechanism, however it can be used to access more than the initial scope for the oauth grant. It’s the mechanism that chrome uses to auto-log you into google properties.
It appears that only specific projects (including this one by Pokemon Go) can request this specific type of auth.
It IS possible to exchange an accesstoken with https://www.google.com/accounts/OAuthLogin for a specific token called an uberauth. This token can then be used to open a web session with any google property, leading to the “Full Account Access”.
The token that gets generated must be exchanged for one of these “more powerful” tokens to be useful, and the article below by Duo covers how this process can work. While monitoring the app, I did not see any activity from the app’s side to exchange a token for this, and it appears that this level of access is not designed to be used programmatically (via apis), but rather via a web browser. Making use of this access programmatically seems difficult, however there may be additional undocumented APIs that would allow an exchange for an api token of sorts.
The app uses binary blobs to communicate with Niantic’s servers, so I can’t speak as to whether or not they are storing or even seeing these tokens. Given Niantic’s response, it appears that they are most likely going to remove this scope from a new version of the Pokemon Go app.
In summary:
The direct token that Niantic gets can’t access the gmail api / gcal api
However, the token could potentially be exchanged through the undocumented mechanism /MergeSession to create a web session logged in as you on any google property
I haven’t seen the app try to exchange this token for an ubertoken while poking at it
The app communicates with Niantic with binary blobs and theoretically could send this token to them
This lines up with Niantic and Google’s statement
Undocumented parts of auth flow are bad, and can lead to problems like this ambiguity
This token is overpermed, due to the https://www.google.com/accounts/OAuthLogin scope
This oauth flow is special, and doesn’t prompt you for confirmation on additional auths. Given that the secret is in the app, this is worrisome
Watch on go90 ►► http://www.go90.com/a/g6TbSR78mpA
Get AWE me Gear! ►► http://brrk.co/AWEmeMerch
Subscribe! ►►http://brrk.co/AWEsub
Email superfan@superfanbuilds.org with your suggestions!
We’re super excited for the return of Superfan Builds and to celebrate our host Sandeep Parikh will be interviewing Fon Davis of Fonco and Shane Hammond of Set Masters. Send in your questions now!
More AWEme on Facebook: http://facebook.com/awemechannel
Follow us on Twitter: http://twitter.com/awemechannel
Don’t forget to check us out on Instagram: http://instagram.com/awemechannel
Sandeep Parikh: https://www.facebook.com/sandeepparikhofficial/
Fon Davis: https://www.facebook.com/foncocreative/?fref=ts
Shane Hammond: https://www.facebook.com/thesetmasters/?fref=ts
شاهد المزيد من الفيديوهات فى قسم ( وثائقى مميز ) :
……………………………………………………………
( متع عقلك ) | قناة تمنحك رحلة مسلية فى عالم المعرفة والعلم
أشترك معنا الأن – بالضغط على زر أشتراك ليصلك كل ما هو جديد
قناة متع عقلك | شخصيات ◄ https://goo.gl/QqcMkz
تابعوني علي تويتر ◄ https://twitter.com/mata3_3a2lak
تابعو صفحة الفيسبوك ◄ https://www.facebook.com/mata33a2lak
شاهد المزيد من الفيديوهات فى قسم ( وثائقى مميز ) :
……………………………………………………………
( متع عقلك ) | قناة تمنحك رحلة مسلية فى عالم المعرفة والعلم
أشترك معنا الأن – بالضغط على زر أشتراك ليصلك كل ما هو جديد
قناة متع عقلك | شخصيات ◄ https://goo.gl/QqcMkz
تابعوني علي تويتر ◄ https://twitter.com/mata3_3a2lak
تابعو صفحة الفيسبوك ◄ https://www.facebook.com/mata33a2lak