Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/mindpatch/pmg
ReconnaissanceVulnerability AnalysisScripting & AutomationInformation GatheringWeb Security
GitHubmindpatch/pmg

pmg

Extract parameters/paths from urls

View Repository
1796 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

pmg

Extract parameters/paths from urls

usage :

  • $ cat urls.txt | python3 PmG.py

results

  • Save results $ cat urls.txt | python3 PmG.py ResultsFile.txt

here you can add more parameters/paths using regex :D

root@kitploit:~
wordlist = [
        r'(url=|password=|link=|u=|word=|username=|link_id=)',
        r'\+CSCOU+', # CVE-2020-3452
        r'\.(sql|db|tar|backup|bak|zip|git|php)'
        ]

Download Tool