AntiCCScam is a Python script designed to combat credit card fraud by flooding scam websites with fake data. This project automates the process of sending random, yet plausible, credit card information to a specified URL in order to overload and potentially disrupt the malicious operations of these sites.
AntiCCScam.py
This is the main script that sends fake credit card information to the specified URL.myconfig.py
This configuration file contains the URL of the target site and the headers and data structure for the requests. It imports functions fromrandomdata.py
to generate fake credit card details.randomdata.py
This script generates random credit card numbers, expiration dates, and CVV codes.
- Install dependencies: Make sure you have
requests
installed. You can install it using pip if you haven't already:pip install requests
- Configure: Update the
url
anddata
fields inmyconfig.py
with the target URL and the appropriate data structure that the scam site expects. - Run the script: Execute the
AntiCCScam.py
script.python3 AntiCCScam.py
This script is intended for educational purposes only. Use it responsibly and only against sites you have permission to test. Unauthorized use against any website without permission is illegal and unethical. The author does not take any responsibility for misuse of this script.
Filip Rokita
Website: www.filiprokita.com