All Projects → GONZOsint → pywhatcms

GONZOsint / pywhatcms

Licence: MIT license
Unofficial WhatCMS API package

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pywhatcms

Reconspider
🔎 Most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations.
Stars: ✭ 621 (+1378.57%)
Mutual labels:  osint, scanner
Oscp Prep
my oscp prep collection
Stars: ✭ 105 (+150%)
Mutual labels:  osint, scanner
Snoop
Snoop — инструмент разведки на основе открытых данных (OSINT world)
Stars: ✭ 886 (+2009.52%)
Mutual labels:  osint, scanner
Vajra
Vajra is a highly customizable target and scope based automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing.
Stars: ✭ 269 (+540.48%)
Mutual labels:  osint, scanner
Raccoon
A high performance offensive security tool for reconnaissance and vulnerability scanning
Stars: ✭ 2,312 (+5404.76%)
Mutual labels:  osint, scanner
Vault
swiss army knife for hackers
Stars: ✭ 346 (+723.81%)
Mutual labels:  osint, scanner
Deadtrap
An OSINT tool to gather information about the real owner of a phone number
Stars: ✭ 73 (+73.81%)
Mutual labels:  osint, scanner
nuubi
Nuubi Tools (Information-ghatering|Scanner|Recon.)
Stars: ✭ 76 (+80.95%)
Mutual labels:  osint, scanner
Intelowl
Intel Owl: analyze files, domains, IPs in multiple ways from a single API at scale
Stars: ✭ 2,114 (+4933.33%)
Mutual labels:  osint, cyber-threat-intelligence
Paskto
Paskto - Passive Web Scanner
Stars: ✭ 136 (+223.81%)
Mutual labels:  osint, scanner
Pulsar
Network footprint scanner platform. Discover domains and run your custom checks periodically.
Stars: ✭ 314 (+647.62%)
Mutual labels:  osint, scanner
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+8088.1%)
Mutual labels:  osint, scanner
Dnstwist
Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation
Stars: ✭ 3,124 (+7338.1%)
Mutual labels:  osint, scanner
Sifter
Sifter aims to be a fully loaded Op Centre for Pentesters
Stars: ✭ 403 (+859.52%)
Mutual labels:  osint, scanner
Resources
No description or website provided.
Stars: ✭ 38 (-9.52%)
Mutual labels:  osint, scanner
Blackwidow
A Python based web application scanner to gather OSINT and fuzz for OWASP vulnerabilities on a target website.
Stars: ✭ 887 (+2011.9%)
Mutual labels:  osint, scanner
Analyst Arsenal
A toolkit for Security Researchers
Stars: ✭ 112 (+166.67%)
Mutual labels:  osint, scanner
Netz
Discover internet-wide misconfigurations while drinking coffee
Stars: ✭ 159 (+278.57%)
Mutual labels:  osint, scanner
findcdn
findCDN is a tool created to help accurately identify what CDN a domain is using.
Stars: ✭ 64 (+52.38%)
Mutual labels:  osint, scanner
extrude
🕵️ Analyse binaries for missing security features, information disclosure and more...
Stars: ✭ 51 (+21.43%)
Mutual labels:  scanner

licensepverssizepps

logo

PyWhatCMS

Python package for whatcms.com API

The package provides a simple way to use the whatcms.org API for detecting 467 different Content Management Systems (CMS)

Installation

pip install pywhatcms

Usage

First of all, import pywhatcms:

from pywhatcms import whatcms

Query a domain:

whatcms('API-KEY', 'blog.underc0de.org')

Obtain info:

whatcms.code
whatcms.msg

whatcms.name
whatcms.version
whatcms.confidence
whatcms.cms_url
whatcms.id
whatcms.request
whatcms.request_web
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].