AviKeinan

Lambda IAM permissions

May 6th, 2019
279
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.04 KB | None | 0 0
  1. {
  2.    "Version":"2012-10-17",
  3.    "Statement":[
  4.       {
  5.          "Effect":"Allow",
  6.          "Action":[
  7.             "logs:CreateLogGroup",
  8.             "logs:CreateLogStream",
  9.             "logs:PutLogEvents"
  10.          ],
  11.          "Resource":"arn:aws:logs:*:*:*"
  12.       },
  13.       {
  14.          "Effect":"Allow",
  15.          "Action":[
  16.             "ec2:DescribeRegions",
  17.             "ec2:DescribeInstances"
  18.          ],
  19.          "Resource":"*"
  20.       },
  21.       {
  22.          "Sid":"VisualEditor0",
  23.          "Effect":"Allow",
  24.          "Action":[
  25.             "ec2:StartInstances"
  26.          ],
  27.          "Resource":"*",
  28.          "Condition":{
  29.             "StringLike":{
  30.                "ec2:ResourceTag/TurnOn":"*"
  31.             }
  32.          }
  33.       },
  34.       {
  35.          "Sid":"VisualEditor1",
  36.          "Effect":"Allow",
  37.          "Action":[
  38.             "ec2:StopInstances"
  39.          ],
  40.          "Resource":"*",
  41.          "Condition":{
  42.             "StringLike":{
  43.                "ec2:ResourceTag/TurnOff":"*"
  44.             }
  45.          }
  46.       }
  47.    ]
  48. }
Advertisement
Comments
  • Fenbodorn
    45 days
    # CSS 0.86 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1S1iTruSLkgEPO8QtTuo2twS4f2FoJ3_l0-p4GKqeAUY/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
Add Comment
Please, Sign In to add comment