This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Inspired by this post https://www.deepfryd.com/burp-academy-apprentice/ | |
How to use: | |
1) Browse to https://portswigger.net/web-security/all-labs. | |
2) Open your web browser's Developer tools by pressing 'F12' on your keyboard. | |
3) Click on the console tab. | |
4) Paste the following Javascript code into the console's prompt and hit 'Enter' on the keyboard. | |
5) Wait for all the labs to be updated with their respective levels (Tested ~12s) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import boto3 | |
import sys | |
def get_pool_credentials(region, identity_pool): | |
client = boto3.client('cognito-identity', region_name=region) | |
_id = client.get_id(IdentityPoolId=identity_pool) | |
_id = _id['IdentityId'] | |
credentials = client.get_credentials_for_identity(IdentityId=_id) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PARTE 1 | |
10. Fps Constructor: https://www.assetstore.unity3d.com/en/#!/content/2561 | |
9. Unirpg: | |
https://www.assetstore.unity3d.com/en/#!/content/51078 | |
8. Draw call minimizer | |
https://www.assetstore.unity3d.com/en/#!/content/2859 | |
7. Material UI: | |
https://github.com/InvexGames/MaterialUI | |
6. Jukedeck | |
https://www.jukedeck.com/ |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |