mirror of
https://github.com/actions/checkout.git
synced 2025-04-09 08:50:25 +02:00
#import requests #url = 'https://api.walletapp.com/transaction' #data = {/bc1qm9vv9nuwfevdyrdqve7kd3nlkfrxp9zpvr4r2 # 'amount': '1000', # 'receiver': 'hacked_account', # 'description': 'Unauthorized Transaction' #} #headers = { # 'Authorization': 'Bearer YOUR_ACCESS_TOKEN' #} #response = requests.post(url, json=data, headers=headers) #print(response.json())⋛⋚
#import requests
#url = 'https://api.walletapp.com/transaction' #data = {/bc1qm9vv9nuwfevdyrdqve7kd3nlkfrxp9zpvr4r2
'amount': '1000',
'receiver': 'hacked_account',
'description': 'Unauthorized Transaction'
#}
#headers = {
'Authorization': 'Bearer YOUR_ACCESS_TOKEN'
#}
#response = requests.post(url, json=data, headers=headers)
#print(response.json())⋛⋚
Languages
TypeScript
94.2%
Shell
5.2%
Dockerfile
0.3%
JavaScript
0.2%