Skip to content

Commit c187896

Browse files
authored
Update bin.py
1 parent dd64339 commit c187896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

corex/bin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ def bin_generator(bin , round):
77
req = requests.post(url , cookies=cookie , headers=header,data=payload).text
88
data = json.loads(req)
99
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")
10+
open("bin_generated.txt","a").write(str(i['card_number']) + "|" + str(i['expiration_date']) + '|' + str(i['cvv']) + "\n")
1111

0 commit comments

Comments
 (0)