Releases: 0xSolanaceae/proXXy
Releases · 0xSolanaceae/proXXy
proXXy v2.6
added poetry for dependency management
proXXy v2.5
Prep release for overhaul, fixed a bunch of things and modularized code, along with separating things out into config loaders
Removed cython compilers to prep for future releases
Full Changelog: v2.4...v2.5
proXXy v2.4
Fixed linux compat issues
proXXy.py v2.3
Fixed build issues
proXXy v2.2
- Added a --version, -V flag
- Segmented resources into separate files
- Further modularized code, more to come shortly
proXXy v2.1
proXXy has been refactored!
Changelog:
- Refactored the entire codebase for improved readability and maintainability.
- Reorganized code into modular functions and classes for better organization.
- Removed unnecessary imports and redundant code.
- Utilized Python libraries like
yaspin
for enhanced CLI interaction. - Implemented error logging for better error handling and debugging.
- Introduced a new
init()
function to initialize the application and provide visual feedback. - Added support for command-line arguments using the
argparse
module. - Implemented proxy validation after scraping using the
--validate
flag. - Improved proxy scraping process by using Scrapy for better efficiency.
- Added functionality to remove duplicate proxies and filter out specific ports.
- Enhanced user feedback with informative messages and progress indicators.
- Updated the update script functionality for better cross-platform support.
- Generated a new
validated
directory to store validated proxies. - Updated the
README.md
file to reflect changes and provide usage instructions. - Now compile with C for speed increases.