Skip to main content

A simple Python package designed to showcase Dependency Confusion attacks.

Project description

DCValidator

dcvalidator is a Python package designed for educational purposes to showcase Dependency Confusion attacks. It is not intended for real-world use and should not be used in production systems.

Installation

pip install dcvalidator

Iran National Code Validation

The package provides a function is_nationalcode for validating Iran National Codes. The function takes a string representing the National Code and returns True if the code is valid and False otherwise.

Executing the is_nationalcode function in this package will simulate a Dependency Confusion attack for educational purposes. As part of this simulation, the code intentionally runs an OS command to obtain directory information.

Please Note:

  • This simulated attack is for educational use only.
  • Do not use this tool in a production environment.
  • The project maintainers are not responsible for any misuse of this tool.
from dcvalidator import is_nationalcode

# Validate Iran National Code
result = is_nationalcode('1234567890')

if result:
    print("Valid National Code")
else:
    print("Invalid National Code")

Important Notes

  • Educational Purpose Only: This project is meant for educational purposes and should not be used with malicious intent.

  • Responsible Disclosure: If you discover any security vulnerabilities or potential risks, please follow responsible disclosure practices and report them to the maintainers.

Contributing

Contributions are welcome! If you find issues or have improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dcvalidator-1.0.3.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

dcvalidator-1.0.3-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page