GithubHelp home page GithubHelp logo

raven's Introduction

raven

main source of truth for a cyber competition red team

https://youtu.be/p0mZmnl792o?si=IbfBX9GMjRMoLJLl

testing workflow

  1. go to http://localhost:8080/
  2. login using the password from the console or db
  3. go to http://localhost:8080/teams
  4. add a team and call it brice
  5. add a network to team brice with cidr 10.100.10.0/24
  6. go to http://localhost:8080/uploads
  7. upload sample example.xml file as nmap xml
  8. go to http://localhost:8080/teams/1

build instructions

clone or download zip:

git clone https://github.com/nos3curity/raven

install the bee cli tool:

go install github.com/beego/bee/v2@latest

cd into folder:

cd raven/

init the module and download libraries:

go mod init raven
go mod tidy

run the app:

bee run

documentation

primary functions

these functions exist to manipulate model objects like add, remove, get, etc.

the function names should be self-explanatory. see model code for usage:

  • networks
    • AddNetwork
    • DeleteNetwork
    • GetNetwork
    • GetAllNetworks
    • GetNetworkSystems
  • system
    • AddSystem
    • GetSystem
    • DeleteSystem
    • ChangeOs
    • ChangeHostname
    • GetSystemPorts
  • team
    • AddTeam
    • DeleteTeam
    • GetTeam
    • GetAllTeams
    • RenameTeam
    • GetTeamNetworks

raven's People

Contributors

nos3curity avatar bri5ee avatar soh3ee avatar

Stargazers

 avatar  avatar fyr avatar Nasir Hussain avatar  avatar

Watchers

 avatar

raven's Issues

highlight system

need a way to highlight boxes in the UI based on some conditions important to us:

  • if there is a print server on the box
  • if there is rtsp on the box
  • if a new port appeared on the box compared to the last scan
  • if the system is owned within sliver or cobalt strike
  • if the system has no open ports, grey it out
  • highlight if there is a scored service on the box

copy ips

need copy buttons next to ip addresses.

also need to be able to export all ips from a team or network.

gowitness view

add a view for each team where we can see all screenshots from their gowitness scan at a glance

LLM assistant

have frontend buttons that send commands to the AI assistant:

  • suggest creds to spray
  • suggest systems to attack
  • suggest ports to attack

Feature request: Improved Summary View

Currently Raven has large icons designating hosts and Windows and Linux which clutter the web interface when there are significant hosts. In an example if the icons were in-line with the IP address, additional functionality such as adding an icon next to a system would prevent the UI from being cluttered and improve readability and understanding for the end user

normalize timestamps

nmap and comments are utc. translate to a time zone set in the config for the frontend

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.