operative framework v1.1 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 v1.1
New Modules
- instagram.followers, instagram.feed, instagram.following, instagram.friends, instagram.info, instagram.comments
Retrieve instagram information - twitter.followers, twitter.tweets, twitter.following, twitter.info
Retrieve twitter information - picture.exif
Retrieve exif information from picture - darksearch
Search information with search engine “darksearch”.
New core element
- Supervisor
Run supervised jobs - Cron Tasks
Create a cron task with module e.g: Run every 24 hours “pastebin.search” module and send result to web server
Demo
Copyright (c) 2017 Tristan Granier
Source: https://github.com/graniet/