Full Changelog: v1.0.0...v1.1.0
ParamX v1.1.0
🚀 New Features
All-Tags Mode (-at
)
- Search for parameters matching ALL vulnerability types in one scan
- Automatically checks against XSS, SQLi, LFI, RCE, IDOR, SSRF, SSTI, and redirect patterns
- Saves time by eliminating the need to run multiple scans for different vulnerability types
All-Parameters Mode (-ap
)
- Find ALL parameterized URLs regardless of vulnerability type
- Catches query parameters, path parameters, and matrix parameters
- Perfect for initial reconnaissance and parameter discovery
Output File Support (-o
)
- Save scan results directly to a file
- Useful for automation and further processing
🔧 Improvements
Simplified Flag Names
- Shorter, more convenient flag names
-at
instead of-all-tags
-ap
instead of-all-params
Better Tag Validation
- Improved handling of tag validation
- Clearer error messages
- More robust multi-tag support
📝 Usage Examples
- Search All Tags
cat urls.txt | paramx -at
-
Find All Parameters
cat urls.txt | paramx -ap
-
Save Results to File
cat urls.txt | paramx -tag xss -o results.txt
🔄 Installation
go install github.com/cyinnove/paramx/cmd/[email protected]
🐛 Bug Fixes
- Fixed tag validation issues when using multiple tags
- Improved parameter extraction reliability
📚 Documentation
- Updated README with new features and examples
- Added detailed descriptions for new flags
- Improved usage documentation
These release notes:
- Highlight the major new features
- Explain improvements and changes
- Provide clear usage examples
- Include installation instructions
- Document bug fixes
- Note documentation updates
Would you like me to make any adjustments to these release notes?