https://github.com/aigptcode/rapid-url
retrieve comprehensive information about a website, including its title, last modified date, DNS information, subdomains, firewall names, technologies used, and certificate information.
https://github.com/aigptcode/rapid-url
blackhat captcha ceh certificates dns domain hack hacking hacktoberfest kali python python3 ssl subdomain url windows
Last synced: 5 months ago
JSON representation
retrieve comprehensive information about a website, including its title, last modified date, DNS information, subdomains, firewall names, technologies used, and certificate information.
- Host: GitHub
- URL: https://github.com/aigptcode/rapid-url
- Owner: AiGptCode
- Created: 2023-10-29T09:02:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T21:27:10.000Z (over 1 year ago)
- Last Synced: 2025-03-31T12:21:59.268Z (6 months ago)
- Topics: blackhat, captcha, ceh, certificates, dns, domain, hack, hacking, hacktoberfest, kali, python, python3, ssl, subdomain, url, windows
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rapid URL (By Pass Captcha)
This Python program allows you to retrieve comprehensive information about a website, including its title, last modified date, DNS information, subdomains, firewall names, technologies used, and certificate information.Before using this program, make sure you have the required Python packages installed. You can install them using pip:
```
pip install -r requirements.txt
```## Usage
1. Clone this repository to your local machine:
```
git clone https://github.com/AIGptCode/Rapid-Url.git
```2. Navigate to the project directory:
```
cd Rapid-Url
```3. Run the program by providing a URL as an argument:
```
python rapid_url.py
```Replace `` with the website URL you want to analyze.
## Features
- Page Title:** Retrieve the title of the web page.
- Last Modified Date:** Get the last modified date of the website.
- Creation Date:** Find the domain creation date using WHOIS information.
- DNS Information:** Discover the IP addresses associated with the domain.
- Subdomains:** List subdomains associated with the domain.
- Firewall Names:** Detect firewall information from HTTP response headers.
- Technologies Used:** Identify technologies and programming languages used in the website.
- Certificate Information:** Get details about the SSL certificate, including issuer and validity period.## Output
The program provides detailed information about the website, including programming languages used and certificate information.
## Example
To analyze a website, run the program as follows:
```
python rapid_url.py https://example.com
```## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.