Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
/ overmind Public archive

A small framework to run open-source tools that inspect and scan any kind of webpages for vulnerabilities.

License

Notifications You must be signed in to change notification settings

david-prv/overmind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overmind
Control Framework

david-prv - overmind maintained - yes issues - overminde PHP Composer

A small framework capable of running open-source vulnerability scanners to inspect and scan any kind of webpage
πŸ‘‰ Moved to https://codeberg.org/david-prv/overmind

image

Disclaimer

This tool is not intended to be used for any criminal act. It's used to find vulnerabilites on websites whose owners have given me express permission to do so! You are responsible for all your decisions.

Roadmap

  • FIX final report layout
  • ADD sonar mode
  • ADD website auto-detection (selects e.g. "wordpress" automatically)
  • ADD more dependencies (components) for single pages
  • ADD customization option for engines (add own runners with corresponding requirements)
  • ADD json-import for engines
  • ADD AI-assistant for report analysis

Don't forget issues, that should be re-opened: label:willreopen

Requirements

  • Apache2
  • PHP (>= 8.2.0)
  • Python (>= 3.9.13)
  • Composer (>= 2.1.2)

Snapshot Structure

snapshot.zip/
β”œβ”€β”€ _extra/
β”‚   └── empty
β”œβ”€β”€ _tools/
β”‚   β”œβ”€β”€ sample
β”‚   β”‚   β”œβ”€β”€ sample.info
β”‚   β”‚   β”œβ”€β”€ sample.reference
β”‚   β”‚   β”œβ”€β”€ sample.schedule
β”‚   β”‚   └── sample.zip
β”‚   └── sample2
β”‚       β”œβ”€β”€ sample2.info
β”‚       β”œβ”€β”€ sample2.reference
β”‚       β”œβ”€β”€ sample2.schedule
β”‚       └── sample2.zip
β”œβ”€β”€ .author
└── .info

Installation

Clone repository:

git clone https://github.com/david-prv/overmind.git

Navigate into project's root folder:

cd overmind

Install dependencies:

composer install

Run compressor:

php compressor.php

Firing Up & Getting Started

This application is only meant to be running locally. It's not supposed to be a public accessible application in the web. To run a local instance, you can either use XAMPP to run a local web-server, or just launch a PHP development server.

# in project's root folder...
php -S localhost:8080

Now open a web browser and navigate to http://localhost:8080/. The Overmind framework should appear.

Information about what to do next will be provided here. For guests, check out the github wiki.

License

Released under GPL by @david-prv.

image

About

A small framework to run open-source tools that inspect and scan any kind of webpages for vulnerabilities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published