All Projects → leeberg → Bluecommand

leeberg / Bluecommand

Dashboarding and Tooling front-end for PowerShell Empire using PowerShell Universal Dashboard

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Bluecommand

Vuldash
Vulnerability Dashboard
Stars: ✭ 16 (-83.84%)
Mutual labels:  cybersecurity, dashboard
Misp Dashboard
A dashboard for a real-time overview of threat intelligence from MISP instances
Stars: ✭ 142 (+43.43%)
Mutual labels:  cybersecurity, dashboard
Iconshowcase
Full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 91 (-8.08%)
Mutual labels:  dashboard
Awe
Dynamic web based reports/dashboards in Python
Stars: ✭ 98 (-1.01%)
Mutual labels:  dashboard
Cboard V
CBoard Vue 版 (BI dashboard platform)
Stars: ✭ 96 (-3.03%)
Mutual labels:  dashboard
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1226.26%)
Mutual labels:  dashboard
Wifipassword Stealer
Get All Registered Wifi Passwords from Target Computer.
Stars: ✭ 97 (-2.02%)
Mutual labels:  cybersecurity
Plotly.py
The interactive graphing library for Python (includes Plotly Express) ✨
Stars: ✭ 10,701 (+10709.09%)
Mutual labels:  dashboard
Mozaik Demo
Sample mozaïk app with two dashboards
Stars: ✭ 98 (-1.01%)
Mutual labels:  dashboard
Kwd Dashboard
Fully responsive dashboard built with tailwindcss & alpinejs
Stars: ✭ 95 (-4.04%)
Mutual labels:  dashboard
Fileintel
A modular Python application to pull intelligence about malicious files
Stars: ✭ 97 (-2.02%)
Mutual labels:  cybersecurity
Amon
Amon is a modern server monitoring platform.
Stars: ✭ 1,331 (+1244.44%)
Mutual labels:  dashboard
Computer Science Resources
A list of resources in different fields of Computer Science (multiple languages)
Stars: ✭ 1,316 (+1229.29%)
Mutual labels:  cybersecurity
Dashboards
Drag & drop dashboard builder!
Stars: ✭ 97 (-2.02%)
Mutual labels:  dashboard
Cvebase.com
cvebase is a community-driven vulnerability data platform to discover the world's top security researchers and their latest disclosed vulnerabilities & PoCs
Stars: ✭ 88 (-11.11%)
Mutual labels:  cybersecurity
Simpletrendreversalea
MT4 EA for the simple trend reversal strategy
Stars: ✭ 98 (-1.01%)
Mutual labels:  dashboard
H4cker
This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerability research, exploit development, reverse engineering, and more.
Stars: ✭ 10,451 (+10456.57%)
Mutual labels:  cybersecurity
D2 Admin Xiya Go Cms
cms by d2-admin
Stars: ✭ 94 (-5.05%)
Mutual labels:  dashboard
Postgresql Dashboard
A real-time monitoring screen based on Dashing and Sinatra
Stars: ✭ 96 (-3.03%)
Mutual labels:  dashboard
Osint San
Framework для сбора данных из открытых источников. В Framework используется большое количество API, их необходимо зарегистрировать самому.​
Stars: ✭ 99 (+0%)
Mutual labels:  cybersecurity

BlueCommand 🌌

BlueCommand is a dashboard and tooling front-end for PowerShell Empire using PowerShell Universal Dashboard from Adam Driscoll

WARNING: This project does not nearly scratch the surface of interacting with all the capababilites of PowerShell Empire. This was a project to help my learn / play around with PowerShell Empire and its' REST API. You will be much better served in life but actually learning how to use PowerShell Empire :)

Features

  • Web Dashboard / Controller for PowerShell Empire!
  • Utilizes the Empire REST API and PowerShell Universal Dashboard
  • PowerShell Empire Integration
  • Rest Integration to retrieve Empire Instance Information (Agents, Modules Downloads)
  • Rest Integration to Execute Modules on Agents.
  • SCP to Download Agent Results / Downloads

Searching and Executing Modules on Empire Agents

Retrieving Agent Downloads

Getting Started

Prereqs

  1. Install Universal Dashboard Install-Module UniversalDashboard -AccecptLicense
  2. Install PoshSSH Install-Module -Name Posh-SSH
    • PoshSSH is used to run SCP commands to extract agent artifacts.
  3. Install PowerShell Credential Manager Install-Module -Name CredentialManager
    • Credential Manager allows use to easily use Windows Credential Manager to auth to our Empire Server
  4. Setup PowerShell Empire
  • Run Empire with --rest command
  • Generate a Listener / Stager
  • Deploy Agents
  • Make a Note of Rest Key and Empire Server IP.

Usage

  1. Populate your environment variables in the start.ps1 Script
  2. Run the Start Script
  3. Connect to your Empire Server on the Empire Configuration Page using your Empire Server IP, and Rest API Key.
  4. BlueCommand will try and utilze POSH-SSH to SCP Download the Empire Agents Downloads/Logs - This requires a stored a "Generic Credential" in your windows credential manager to facilitate this.
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].