An open API service indexing awesome lists of open source software.

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

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