Skip to content

pad1ryoshi/testcach3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

t3stc4ch3

t3stc4ch3.py is a tool designed to test if URLs are being cached.

Disclaimer

We're not responsible for the misuse of this tool. Be careful.

Screenshot

image

Features

  • Checking cache: Verify if caching mechanisms are present for a given list of URLs.
  • Exclude Results: Option to exclude results based on status codes.

Installation

  1. Clone the repository:

    git clone https://github.com/pad1ryoshi/t3stc4ch3.git
    cd t3stc4ch3
  2. Install the required dependencies

    pip install -r requirements.txt

Usage

  1. Create a file containing the list of URLs (e.g., urls.txt):

    https://shopify.com
    https://att.com
    
  2. Run the tool:

    • To open the menu help:
      python t3stc4ch3.py -h
      
    • To check cache:
      python t3stc4ch3.py -u urls.txt
      
    • To check cache and save the results to a file:
      python t3stc4ch3.py -u urls.txt -o resuls.txt
      
    • To check cache and exclude certain status code:
      python t3stc4ch3.py -u urls.txt -sc 404 500
      

Requirements

  • requests
  • argparse
  • colorama
  • urllib3

License

This project is licensed under the MIT License.

About

t3stc4ch3.py is a tool designed to test if URLs are being cached.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages