suduma / operative-framework

This is a framework based on fingerprint action, this tool is used for get information on a website or a enterprise target with multiple modules (Viadeo search,Linkedin search, Reverse email whois, Reverse ip whois, SQL file forensics ...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version twitter

HD version available now !

https://github.com/graniet/operative-framework-HD

Copyright (c) 2017 written in python with Love

Author: Tristan Granier (graniet)

This is a framework based on fingerprint action, this tool is used for get information on website or enterprise target

Dependency & launching
  • for webinterface php cli needed
  • pip install -r requirements.txt
  • python operative.py
Youtube
Campaign
  • You can start a (gathering/fingerprinting) campaign with :campaign command.
  • Update a value of YOURWEBSITE.COM / ENTERPRISE_NAME in config.json file.
  • You can add a module process for a customized campaign.
Web Interface
  • Load operative web interface
  • use all module with web interface
JSON api
  • List all operative framework modules from JSON API
  • Get required element from module from JSON API
  • use module from JSON API
Browser Dork
  • use browser dork module with BHDB
Core Modules
  • core/modules/defaultPassword
  • core/modules/cms_gathering
  • core/modules/domain_search
  • core/modules/email_to_domain
  • core/modules/https_gathering
  • core/modules/linkedin_search
  • core/modules/reverse_ipdomain
  • core/modules/search_db
  • core/modules/waf_gathering
  • core/modules/whois_domain
  • core/modules/generate_email
  • core/modules/viadeo_search
  • core/modules/file_common
  • core/modules/get_websiteurl
  • core/modules/getform_data
  • core/modules/subdomain_search
  • core/modules/vhost_IPchecker
  • core/modules/tools_suggester
  • core/modules/metatag_look
  • core/modules/header_retrieval
SQL File forensics
  • import database in core/dbs/
  • read table
  • read columns
  • search information with pattern

Write module

For write module look core/modules/sample_module class

Thanks

  • @qwartz : Code update - multiple shortcut ...

This is only for testing purposes and can only be used where strict consent has been given. Do not use this for illegal purposes, period.

About

This is a framework based on fingerprint action, this tool is used for get information on a website or a enterprise target with multiple modules (Viadeo search,Linkedin search, Reverse email whois, Reverse ip whois, SQL file forensics ...)

License:MIT License


Languages

Language:Python 56.8%Language:PHP 42.0%Language:JavaScript 1.1%