Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 490 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 490 Bytes

postman_extract_url

usage: extract.py [-h] -i INPUT -k KEYWORD [-o OUTPUT]

Extract URLs containing a specific keyword from a Postman collection

options:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Input JSON file (Postman collection)
  -k KEYWORD, --keyword KEYWORD
                        Keyword to search for in URLs
  -o OUTPUT, --output OUTPUT
                        Output file for matching URLs (optional)