operative framework v2.0a releases: digital investigation framework
The operative framework is a digital investigation framework, you can interact with multiple targets, execute multiple modules, create links with target, export rapport to PDF file, add a note to target or results, interact with RESTFul API, write your own modules.
Installation
go get github.com/graniet/operative-framework
Module
- | session_help | Listing available modules
- | header_retrieval | Get headers from selected URL
- | linkedin_search | Search employee on selected enterprise with Linkedin
- | metatag_spider | Crawl a meta tags elements for selected target
- | session_stream | Set a session event stream settings
- | bing_vhost | Checking possible virtual host with target IP
- | email_to_domain | Find possible linked website with email address
- | phone_generator | Generate VCard (.vcf) with random numbers
- | whatsapp_extractor | Run reversed WhatsApp web & extract contacts
- | instagram_followers | Get followers for target user instagram account
- | twitter_followers | Get followers from target user twitter account
- | twitter_tweets | Get (re)tweets from target user twitter account
- | twitter_following | Get following from target user twitter account
- | image_search | Search possible image(s) connection on the internet
- | societe_com | Search possible enterprise on french network
- | pastebin_email | Check possible email on pastebin.com
- | phone_buster | Brute force phone number and generate VCard(s) (.vcf)
- | directory_search | Try to bust hidden directory
- | tools_suggester | Search possible tools for exploit target
- | sample_module | Print hello with twitter ID
- | sh | Execute system command
- | pastebin | Check possible text on pastebin.com
- | search_exploit | Search exploit for specific software
- | get_ip_address | Get internet protocol address from specific target
- | report_pdf | Generate session report to PDF format
- | account_checker | Identify the existence of a given acount on various sites
- | google_search | Find result from google search engine
- | phone_generator_fr | Generate VCard (.vcf) with random french numbers
- | mac_vendor | Retrieve mac vendor information
- | dark_search | Retrieve a results from TOR hidden service with DarkSearch.io
Changelog v2.0a
This is a completely rewritten version in Rust with a brand new interaction system for modules and targets, a first for executing LUA modules and exporting workspaces in DOT format.
In the coming weeks, a more comprehensive version will be available with the ability to transform the opf binary into a P2P node and share the workspace with other network users in order to work on the same subject.
Include in this release:
Feature | Status |
---|---|
CRUD Targets | ✓ |
CRUD Links | ✓ |
CRUD workspace | ✓ |
export in dot format | ✓ |
Asynchronous Core Implementation | ✓ |
Compiled Module | ✓ |
Demo
Copyright (c) 2017 Tristan Granier
Source: https://github.com/graniet/