Skip to content

iamx-ariful-islam/PathQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing SVG
Version Python License Platform
Stars Forks Watchers

⚡ Powerful, Fast & Feature-Rich Web Path Discovery Tool


✨ Features

  • 🚀 High-Speed Scanning: Multi-threaded processing with real-time ETA tracking.
  • 🔍 Smart Discovery: Directory and file bruteforcing with custom extension support.
  • 🎯 Custom Filtering: Advanced filtering based on HTTP status codes.
  • 📝 Fully Flexible: Supports custom wordlists, Cookies, and User-Agent headers.
  • 💾 Clean Output: Saves timestamped results directly to files with colorized terminal text.
  • 🛡️ Full Control: Configurable timeouts, redirect handling, and SSL/TLS verification bypass.

🚀 Quick Start

# Clone the repository
git clone https://github.com/iamx-ariful-islam/PathQ.git
cd PathQ

# Linux / macOS
# Make installer executable
chmod +x install.sh

# Run installer
./install.sh

# Now you can use globally
pathq -u https://example.com

# Windows
# Install dependencies
pip install -r requirements.txt

# Run a basic scan
python PathQ.py -u https://example.com

# Run with extensions
python PathQ.py -u https://example.com -x .php,.html,.bak

# Full featured scan
python PathQ.py -u https://example.com -w technology.txt -x .php,.html -t 30 -o results.txt

📂 Wordlists

# Place your wordlist files in the wordlists directory
wordlists/
├── admin-panels.txt
├── api-endpoints.txt
├── backup-files.txt
├── common-large.txt
├── common.txt
├── subdomains.txt
└── technology.txt

🛠️ Troubleshooting

Issue Solution
ModuleNotFoundError: No module named 'requests' Run: pip install requests
Permission denied Run: chmod +x PathQ.py
Wordlist not found Check if wordlist exists in wordlists/ directory
Connection timeout Increase timeout with --timeout 10
Too many requests blocked Reduce threads with -t 5
SSL certificate error Use http:// instead of https:// if possible

📸 Interface Preview

Here are some screenshots of the PathQ project:

Main
Main
Output
Output


🤝 Contributing

We welcome contributions! Here's how you can help:

  1. 🍴 Fork the repository
  2. 🌿 Create a feature branch (git checkout -b feature/amazing)
  3. 💻 Commit your changes (git commit -m 'Add amazing feature')
  4. 📤 Push to the branch (git push origin feature/amazing)
  5. 🔄 Open a Pull Request

Development Setup

# Clone your fork
git clone https://github.com/iamx-ariful-islam/PathQ.git
cd PathQ

# Create virtual environment
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate

# Install development dependencies
pip install -r requirements.txt

📜 License

MIT License

Copyright (c) 2026 Ariful Islam (iamx-ariful-islam)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

👤 Author

Ariful Islam (iamx-ariful-islam)


⚠️ Disclaimer

This tool is for educational and authorized security testing purposes only.
Unauthorized use of this tool may violate laws and regulations. The author is not responsible for any misuse of this tool.
Always obtain proper authorization before testing any system.


Made with ❤️ by Ariful Islam

Secure Testing Fast Performance Accurate Results

⭐ If you find this tool useful, please give it a star! ⭐

About

A fast and lightweight Python tool for web directory discovery and file bruteforcing with optimized wordlists

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors