Git Product home page Git Product logo

pajero's People

Contributors

hoongee avatar posgnu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

hoongee heruix

pajero's Issues

Wrapper for config.json

config.json will be constructed like this.

"team" : [
  { "name" : PLUS, "ip" : 0.0.0.0, "service" : [ {"name" : bof, "port" : 8888 }, .. ] } , ...
],
"service" : [
  {"name" : bof "flag" : "DEFCON{"}}, ..
]

We need a wrapper module providing CRUD of config.json.

Implement analyzing pool

Analyzing the whole packets can be a big burden to a single node. Since analyzing can be parallelized, our analyzer may distribute some jobs to other parties and collect the results.

Requirements

Requirements

  1. Client(viewer)

    1. Show packets which are exchanged during a single TCP/UDP connection using CFG
    2. Filter each connection by team, service and contents
    3. Generate python code which can reproduce the target connection
  2. Server(worker)

    1. Bring packet dumps and split them into smaller packets by TCP/UDP connection [done]
    2. Separate flag connections from other connections [done]
    3. Provide API endpoint for the Client
      1. round list
      2. team list
      3. service list per team
      4. flag TCP connection list per service
      5. no-flag TCP connection list per service
      6. filtering packets in the working directory
      7. successful replay flag connection
    4. Sharding analyzing into multiple workers (tentative in case original packet size is huge)
    5. Replay flag connection to the target service and get the results
    6. Provide API endpoint for the Admin
      1. set team list
      2. set service list per team
      3. set flag for each service
  3. Admin

    1. Manages team list and service list
    2. Manages flag of each our service
    3. Upload *.pcap file

Filtering packets

The packet should be filtered, so only the packets which are included exploit remain.

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.