SkillAgentSearch skills...

ParamCleaner

Removes duplicate entries from a file, resulting in only unique parameter combinations. Useful for parsing waybackurls and making recon more effective

Install / Use

/learn @pwnpanda/ParamCleaner
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Param Cleaner

Program that takes in a file with one URL per line and removes all lines with duplicate parameters Do note, that these are not considered duplicates and both versions will be in the output:


Example 1:

  1. http://example.com?a=1
  2. https://example.com?a=1

Example 2:

  1. http://example.com?a=1&b=2
  2. http://example.com?a=1&b=2&c=3

Usage:

$ python3 clean.py <filepath>

Output:

$ <original_file_name>_clean<original_file_extenstion>

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated1y ago
Forks3

Languages

Python

Security Score

60/100

Audited on Feb 23, 2025

No findings