I hereby claim:
- I am evo42 on github.
- I am renekapusta (https://keybase.io/renekapusta) on keybase.
- I have a public key whose fingerprint is CFE6 7688 4773 EB0C E7AE FD9F 1895 91D0 242E 763D
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
print("\n\n••• #legalstuff vs. #sourcecode -- Sign-in disabled.\n\n") |
<?php | |
/* | |
* EasyBank.at client lib | |
* Reverse engineered by looking at the API calls of the app | |
* | |
* Example usage: | |
* | |
* <?php | |
* include_once('easybank.class.php'); |
/* | |
// Export a list of ATMs supporting BitATM via smartCash in Austria | |
// | |
// navigate to the ATM listing page: | |
https://www.firstdata.com/de_at/customer-center/atm-locator.html | |
// | |
// run this code in the browser developer console | |
// |
#!/bin/bash | |
# smartcash.sh | |
# API for BAWAG PSK smartCash service | |
user='' | |
pin='' | |
account='0' | |
amount='10' | |
mobileTan='' |
#!/bin/bash | |
# | |
# bash-banking-co-at.sh | |
# | |
# http://banking.co.at command line API | |
# authenticate a user and initiate transactions | |
# | |
# |
Verifying that +rene_kapusta is my blockchain ID. https://onename.com/rene_kapusta |
/* | |
// Export a list of ATMs supporting BitATM in Austria | |
// | |
// navigate to the ATM listing page: | |
https://www.psa.at/karteninhaber/bankomatsuche/bankomatsuche-national/ergebnis/?tx_atmsearch_pi1%5B__referrer%5D%5B%40extension%5D=Atmsearch&tx_atmsearch_pi1%5B__referrer%5D%5B%40vendor%5D=TYPO3&tx_atmsearch_pi1%5B__referrer%5D%5B%40controller%5D=Atm&tx_atmsearch_pi1%5B__referrer%5D%5B%40action%5D=displayAtmSearchForm&tx_atmsearch_pi1%5B__referrer%5D%5Barguments%5D=YTowOnt949725be06d0290af79f75c756798c9d4cb5b63e1&tx_atmsearch_pi1%5B__trustedProperties%5D=a%3A1%3A%7Bs%3A10%3A%22searchData%22%3Ba%3A9%3A%7Bs%3A9%3A%22atmnumber%22%3Bi%3A1%3Bs%3A8%3A%22bankname%22%3Bi%3A1%3Bs%3A8%3A%22district%22%3Bi%3A1%3Bs%3A3%3A%22zip%22%3Bi%3A1%3Bs%3A8%3A%22zip_drop%22%3Bi%3A1%3Bs%3A4%3A%22city%22%3Bi%3A1%3Bs%3A9%3A%22city_drop%22%3Bi%3A1%3Bs%3A7%3A%22address%22%3Bi%3A1%3Bs%3A7%3A%22atmtype%22%3Bi%3A1%3B%7D%7D9ab20f6e4d382a7c71faf4ef1f6c0d7dba92b811&tx_atmsearch_pi1%5BsearchData%5D%5Batmnumber%5D=&tx_atmsearch_pi1%5BsearchData%5D% |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/> | |
<title>SEPA.co · cash</title> | |
<style> | |
.amount-currency { | |
font-size: 7em; | |
} |
I hereby claim:
To claim this, I am signing this object:
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteCond %{REQUEST_METHOD} POST | |
RewriteCond %{REQUEST_URI} .(wp-login)\.php* | |
RewriteCond %{HTTP_REFERER} !.*(no.payment|what.the.fuck).* [OR] | |
RewriteRule (.*) /pay-due-invoice-to-login.htm [R=301,L] | |
</ifModule> |