From ea259cf72536331b1a36c4673578d0bea8f37945 Mon Sep 17 00:00:00 2001 From: Alok Prateek Date: Wed, 24 Apr 2019 01:15:08 +0530 Subject: [PATCH 1/2] Update README.md I decompiled the spoofPaytm APK and updated the screen layouts and added a QR code scanner that pulled the number from Paytm's API. I tried to use this around my college, most merchants in our area wait for the payment SMS to arrive before final transaction. That was Jan 18. Last month I checked QR code API has been shut down. A friend of mine suggested to make a modified client, but it does not seem to work as such as a second refresh potentially removes the false transaction. Any more delay to server sync shows 'No Internet Error'. Since I'm feel bad, if someone defrauds unsuspecting merchants or is himself caught in a jeopardy, I'm against uploading such apps to websites where it could be generally accessed. Though if you would like I could provide a POC video. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e62b0cd..dad9556 100644 --- a/README.md +++ b/README.md @@ -475,6 +475,8 @@ Why: To demonstrate to Paytm that they need to educate their merchants better ab :warning: **Likely illegal to distribute.** +There are two such apps available. Since they are based on the older UI scheme. I have also worked and currently working on one such app and Modified PayTm client APK. Details in PR description. + ## Automated Personal Finance :sparkles: From 6b6b4178eb38cf8a751c38eb4700e791bb709224 Mon Sep 17 00:00:00 2001 From: Nemo Date: Wed, 24 Apr 2019 12:14:36 +0530 Subject: [PATCH 2/2] Improve wording and add link to PR for Paytm Idea --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dad9556..fa3fdef 100644 --- a/README.md +++ b/README.md @@ -475,7 +475,7 @@ Why: To demonstrate to Paytm that they need to educate their merchants better ab :warning: **Likely illegal to distribute.** -There are two such apps available. Since they are based on the older UI scheme. I have also worked and currently working on one such app and Modified PayTm client APK. Details in PR description. +Update: There are already two such apps on the Play Store. However, they don't work any more since they were based on the old UI Scheme. See [@Oxyenyos's PR](https://github.com/captn3m0/ideas/pull/10) for some more details. ## Automated Personal Finance