https://github.com/al-alamysploit/information-on-the-site
https://github.com/al-alamysploit/information-on-the-site
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/al-alamysploit/information-on-the-site
- Owner: AL-AlamySploit
- Created: 2020-02-02T16:24:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T13:42:12.000Z (about 6 years ago)
- Last Synced: 2025-01-23T03:18:28.439Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Information on the site
#This only for testing
#
git clone https://github.com/AL-AlamySploit/Information-on-the-site
cd Information-on-the-site
pip3 install -r requirements.txt
python3 Information.py -h
usage: Information.py [-h] [--headers] [--sslinfo] [--whois] [--crawl] [--full]
url
Information on the site - OSINT Tool for All-In-One Web Recon | v1.0.0
positional arguments:
url Target URL
optional arguments:
-h, --help show this help message and exit
--headers Get Header Information
--sslinfo Get SSL Certificate Information
--whois Get Whois Lookup
--crawl Crawl Target Website
--full Get Full Analysis, Test All Available Options
# Check headers
python3 Information.py --headers <url>
# Check ssl Certificate
python3 Information.py --sslinfo <url>
# Check whois Information
python3 Information.py --whois <url>
# Crawl Target
python3 Information.py --crawl <url>
# full scan
python3 Information.py --full <url>
# support me