Skip to main content

Test server responses for different HTTP Accept header values

Project description

penterepTools

ptcontenttype - Accept Header Testing Tool

ptcontenttype sends requests with different HTTP Accept header values and checks which status code and response Content-Type the server returns. By default, it tests common browser, API, wildcard, and structured content negotiation values.

Installation

pip install ptcontenttype

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

ptcontenttype -u https://www.example.com/
ptcontenttype -u https://www.example.com/api -m POST -d '{"test":true}'
ptcontenttype -u https://www.example.com/ -A application/json text/xml text/plain
ptcontenttype -u https://www.example.com/api -A 'application/json, text/html;q=0.9, */*;q=0.8'

Options

-u   --url            <url>           Connect to URL
-m   --method         <method>        Set request method (default GET)
-d   --data           <data>          Set request body data
-A   --accept-types   <type>          Set request Accept header values to test
-ct  --content-types  <type>          Alias for --accept-types
-p   --proxy          <proxy>         Set proxy (e.g. http://127.0.0.1:8080)
-T   --timeout                        Set timeout (default 10)
-c   --cookie         <cookie>        Set cookie
-a   --user-agent     <a>             Set User-Agent header
-H   --headers        <header:value>  Set custom header(s)
-r   --redirects                      Follow redirects (default False)
-C   --cache                          Cache HTTP communication (load from tmp in future)
-v   --version                        Show script version and exit
-h   --help                           Show this help message and exit
-j   --json                           Output in JSON format

Dependencies

ptlibs

License

Copyright (c) 2025 Penterep Security s.r.o.

ptcontenttype 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.

ptcontenttype 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 ptcontenttype. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ptcontenttype-0.0.2.tar.gz (18.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ptcontenttype-0.0.2-py3-none-any.whl (19.3 kB view details)

Uploaded Python 3

File details

Details for the file ptcontenttype-0.0.2.tar.gz.

File metadata

  • Download URL: ptcontenttype-0.0.2.tar.gz
  • Upload date:
  • Size: 18.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for ptcontenttype-0.0.2.tar.gz
Algorithm Hash digest
SHA256 e0738ba86ae907aa81773ed98d792cc1311563e872350786dd344e52b8c2c629
MD5 4518606a45cd70e78548c5a6615cd13f
BLAKE2b-256 823f0ca0822d24714d7e802bc078b6d5fc351760272a038cf7192ba5d466ddbd

See more details on using hashes here.

File details

Details for the file ptcontenttype-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: ptcontenttype-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 19.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for ptcontenttype-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 56debacbe29235e270bb902c126cc40e29cc3b2229a277464b28f8f3d20f0605
MD5 1ce8b23c7aa516f6fa226eecb1d029ba
BLAKE2b-256 bfe9fd0505c8f3a2f97c92eae04ec8b899615c7cf84ca369cc5dad10c88b0bfa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page