Skip to content

soltanali0/P-Pfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

P-Pfinder: Explore Paths and Parameters with Ease

P-Pfinder is a powerful web tool designed to facilitate the exploration and analysis of complex pathways and parameters within URLs. Whether you're a developer, cybersecurity analyst, or website optimizer, P-Pfinder offers valuable insights into the structure and dynamics of web content.

Screenshot 2024-03-15 134016

Installation

To run P-Pfinder, ensure you have Python installed on your system. You'll also need to install the required libraries using pip:

pip install Flask requests beautifulsoup4

Usage

Clone the repository to your local machine:

git clone https://github.com/yourusername/p-pfinder.git

Navigate to the project directory:

cd p-pfinder
python3 P-Pfinder.py

Access P-Pfinder through your web browser at http://localhost:5000.

How It Works

P-Pfinder offers two main functionalities: extracting parameters and paths from URLs. Users can access these features through simple API endpoints:

To extract parameters and paths from a specific domain, use the following endpoint:

http://localhost:5000/extract-links?all=true&domain=https://example.com/

This request will retrieve parameters and paths from the specified domain, utilizing web archive data if available.

To extract parameters and paths from a specific URL, use the following endpoint:

http://localhost:5000/extract-links?all=true&url=https://site.com/

This request will extract parameters and paths from the provided URL directly, analyzing the content of the page.

Contributing Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue on GitHub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages