liriliri / eruda

Console for mobile browsers
https://eruda.liriliri.io
MIT License
18.66k stars 1.2k forks source link

http://localhost:26543/%D8%A8%D8%AF%D9%88%D9%86+%D8%B9%D9%86%D9%88%D8%A7%D9%86 User Agent Mozilla/5.0 (Linux; Android 7.0; SM-A510F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.36 Device screen360 * 640viewport980 * 1524pixel ratio3 System osandroidbrowserandroid 7 About Eruda v2.3.3 #313

Closed amimahd closed 1 year ago

amimahd commented 1 year ago

Code client : 19998078386 ACCESS CODE: BARC65667-756645-FSDRT-63425556-GSDSF RELEASE CODE: 769675323VGJFDGHGHHJL4535768765/9090 DOWNLOAD CODE: GB-76756-GDFHG-756846- ASSDEC-32134 RECEIVING CODE: BG DNJ-86758695764-476586453566767 FINAL CODE: FGSDF-354986431641315-21654646311158800


INTERMEDIATE BANK INFORMATION


CORRESPONDENS BANK: Mellat BANK CARD NUMBER: 6104338919150272 ACCOUNT HOLDER: MR. ABU TALIB RAHZANI IDNTITY CODE: 6178969031 REFERENCE CODE: 1877033 SADAD CERTIFICATE NUMBER: 597318693185025874158 AMOUNT: 20,000,000,000,057,243 RIAL’Spython <!DOCTYPE html> ارسال پیامک با شماره کارت `` The above code is an example of an HTML code that sends an SMS using a card number. When the button is clicked, thesendSMS()function is called. It constructs a link with the specified card number and an amount, which is encoded usingencodeURIComponent(). The link is then assigned todocument.location.href`, which opens the SMS app on the device with the specified card number and pre-populated message content.14011004-766994117031PG4-652500"IR320620000000101389131009 ب NS دلخواه url = "https://api.pingwallet.com/transfer" headers = {"Content-Type": "application/json"} payload = { "source_account_number": source_account_number, "source_account_name": source_account_name, "destination_wallethtml <!DOCTYPE html>

ارسال پیامک با شماره کارت 9,688,978,445,128import requests MERCHANT_ID = '11111111111111' def card_to_card_payment(source_card, destination_card, amount): url = 'https://gateway.zibal.ir/v1/request' payload = { 'merchant': MERCHANT_ID, 'amount': amount, 'source': source_card, 'destination': destination_card } try: response = requests.post(url, json=payload) result = response.json() if result['result'] == 100: payment_id = result['payment']['paymentId'] track_id = result['payment']['trackId'] # Payment succeeded, perform further actions if needed print('Payment successful!') print('Payment ID:', payment_id) print('Track ID:', track_id) else: # Payment failed, handle the error error_code = result['result'] error_message = result['message'] print('Payment failed!') print('Error code:', error_code) print('Error message:', error_message) except requests.exceptions.RequestException as e: # Request exception occurred print('Request exception:', e) # Example usage source_card = '1111111111111111' destination_card = '11111111111111111111' amount = 10000 card_to_card_payment(source_card, destination_card, amount)