We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd64339 commit c187896Copy full SHA for c187896
corex/bin.py
@@ -7,5 +7,5 @@ def bin_generator(bin , round):
7
req = requests.post(url , cookies=cookie , headers=header,data=payload).text
8
data = json.loads(req)
9
for i in data['data']:
10
- open("bin_generated.txt","a").write(str(i['card_number']) + "|" + str(i['expiration_date']) + '|' + str(i['cvv']) + '|' str(i['Script by @AnukarOP']) + "\n")
+ open("bin_generated.txt","a").write(str(i['card_number']) + "|" + str(i['expiration_date']) + '|' + str(i['cvv']) + "\n")
11
0 commit comments