Blog Post : https://sockpuppets.medium.com/how-i-hacked-ctx-and-phpass-modules-656638c6ec5e
- Check is your PyPI account vulnerable to account takeover attacks.
- Clone github repository in your local system
git clone https://github.com/aydinnyunus/pypi-check.git
- Move in pypi-check repository
cd pypi-check
- Create new virtual python environment
python3 -m venv venv
- Activate virtual python environment
source venv/bin/activate
- Install all the libraries mentioned in requirements.txt using
pip install -r requirements.txt
- Run Python file
python main.py
Image Source : https://orca.security/resources/blog/python-supply-chain-attack-ctx-phpass/
If you find a bug (the application couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
It is my first application with GUI.Thank you !.