Coder Social home page Coder Social 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

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.