The Website Tool Kit is a project aimed at providing a set of tools for website security assessments. Currently, the repository is under development and will be populated with various features designed to enhance web security.
- Subdirectory Finder (In Progress): A tool to detect and list subdirectories within a website.
- Subdomain Finder (Planned): A tool to identify and enumerate subdomains associated with a website.
- Payload Creator (Planned): A tool to generate custom payloads for security testing purposes.
Follow these steps to set up and run WebKit:
-
Clone the Repository
Use Git to clone the repository to your local machine:
git clone https://github.com/TushN101/WebKit.git -
Navigate to the Project Directory
Change into the project directory:
cd WebKit -
Install Dependencies
Install the required Python libraries using
pip. This project requires therequestslibrary:pip install requests -
Run the Application
Start the application by executing the main script:
python core.py
-
Choose a Website
Select the website you want to analyze. Enter the website URL into the tool as instructed in the application.
-
Run the Tool
Let the tool process the website to detect subdirectories, identify subdomains, or generate payloads, depending on the feature you are using. The tool will display the results on your screen.
-
View Cached Results
The tool caches the results of your scan in a JSON file for future reference. This allows for quick access to previously obtained data without having to re-run the scan.
You can view or clear the cached results by accessing the
cache.jsonfile in the project directory.
Contributions are welcome. Please check back later for contribution guidelines.
- Tushar N
- Raahim Shaikh
- Neal Parmar
- Arshad Shaikh