Custom Source Domain Testing Tool
Project description
PTMULTIFINDER - Custom Source Domain Testing Tool
ptmultifinder automates the testing of multiple domains from a provided wordlist. It connects to each domain and checks against specified sources to identify matches. It also verifies the existence of the specified sources. Ideal for bulk domain analysis and discovering specific types of domains.
Installation
pip install ptmultifinder
Adding to PATH
If you're unable to invoke the script from your terminal, it's likely because it's not included in your PATH. You can resolve this issue by executing the following commands, depending on the shell you're using:
For Bash Users
echo "export PATH=\"`python3 -m site --user-base`/bin:\$PATH\"" >> ~/.bashrc
source ~/.bashrc
For ZSH Users
echo "export PATH=\"`python3 -m site --user-base`/bin:\$PATH\"" >> ~/.zshrc
source ~/.zshrc
Usage examples
ptmultifinder --domains domains.txt --sources sources.txt
ptmultifinder --domains domains.txt --sources admin.php .git/ backup/
Options
-d --domains <domains> Domains or file with domains to test
-s --source <source> Sources or file with sources to check
-sc --status-code <status-code> Specify status codes that will be accepted (default 200)
-sy --string-yes <string> Show only results that contain the specified string in the response
-sn --string-no <string> Show only results that do not contain the specific string in the response
-cs --case-sensitive Enable case sensitivity for -sy, -sn options
-ch --check Skip domain if it responds with a status code of 200 to a non-existent resource.
-p --proxy <proxy> Set Proxy
-a --user-agent <agent> Set User-Agent
-t --threads <threads> Set Threads count
-T --timeout <timeout> Set Timeout (default 5s)
-H --headers <header:value> Set custom headers
-v --version Show script version and exit
-h --help Show this help message and exit
-j --json Output in JSON format
Dependencies
ptlibs
bs4
lxml
License
Copyright (c) 2025 Penterep Security s.r.o.
ptmultifinder is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
ptmultifinder is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with ptmultifinder. If not, see https://www.gnu.org/licenses/.
Warning
You are only allowed to run the tool against the websites which you have been given permission to pentest. We do not accept any responsibility for any damage/harm that this application causes to your computer, or your network. Penterep is not responsible for any illegal or malicious use of this code. Be Ethical!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ptmultifinder-0.0.13.tar.gz.
File metadata
- Download URL: ptmultifinder-0.0.13.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef50de3c7697d9664847cf8ba2381b478a21c43dc0f73d4a2ed24fb6ba3616a5
|
|
| MD5 |
254fa7fc4c875c6dac5e6c9a9760f177
|
|
| BLAKE2b-256 |
2ae27834aa9bace11cf0093444d06d70c963b5713d5ed0568aaf67d4cf30b145
|
File details
Details for the file ptmultifinder-0.0.13-py3-none-any.whl.
File metadata
- Download URL: ptmultifinder-0.0.13-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05ed74b8881ff762ce3f8eb001247431ef11a059f527fa967b5135e3a281d5d4
|
|
| MD5 |
07d9ad989878688ba322a56990dc0376
|
|
| BLAKE2b-256 |
e73a6752cffc2f0123a9c2bc9fde97120a52fdf4b3276064bfd1b7a89ee9d05d
|