Giter Site home page Giter Site logo

cuckoo-fu's Introduction

cuckoo-fu

Kung-fu scripts and add-on for Cuckoo Sandbox. Have fun and keep hacking!

Modules

Reporting / dogeon

Adds reporting in DOGEON format (see http://dogeon.org/).

How to install:

Setup requirements with:

pip install dogeon

Copy this file in reporting modules folder, in /modules/reporting. Enable the module Adding the following lines to reporting.conf, in /conf/reporting.conf:

[dogeon]
enabled = yes

Run cuckoo and use doge power with care.

Credits

  • Alessandro Tanasi (@jekil)
  • Machete (pic below)
,,,,,,,,............................................................  .         
.,,,,,............................................................  ..          
,,........................................................O888888= ...          
... . ..................  .............................. 8877I7$O8$..           
....................... .    ...........................$8777IIIIO$,            
...................  ..  ...      ......................887$7Z7IIOO:            
.................  ...             ....................$DZ$$ZIZ$I$O$            
...... ..........    ...            ...................O8Z777IIII$8I            
.........    .....     .....          .............. .:ZOZ$ZZZ$7IOO~            
........... ......       .    .       ............. ...,OZI77I777OO=.           
.................. ......      ..   ..............   ...O8O$$77I$Z$?.           
........ ............   .....        ..............$ZO?Z88OOZ$77ZOOOI,..        
.,++.................   .. ..     . .............?ZOO88888O$$$7$ZO88OO=7.       
.++??.......................   ................?I7OO88D8888O$$$ZZD8888OO$?    ..
.:++8?I.......................................IIIOOO888O88O88888OZO8O8OOOZ.    .
.....=OIO....................................I77Z8OO8O888888O888Z8OO888OOO+     
.......+8I$.................................$777ZOOO888888888888888OO8D8Z$+=    
.........+?I?..... ........................7II7$ZOOOO8O888888D88OOOOO8DD$7?=    
..........:O??+.... ........ ............=III77$ZOOOZOOO8888888ZZZOO888OZZI=,   
............+O+?+... .......     ..... .I7IIII$$OOZZZZZO$O8OZZZZO78888O78Z7I?.  
..............+OII=............ ... ?I7I7III777. :Z$ZZZOOOOOOZOOOO8888$88O$7$~  
.................?IZ.............,IIIZIIII77.     IZZZZOOOOOO8888D88ONZ8O8$ZZI. 
..................,?7+.II:... ?I7IIII$II77?       +$OOO888DDND88888OO8$Z.OZ$$ZI 
...................+?8I7O7I.7IIIII7IIIII          IIOO888DDDD888888OZOZ8 IOZOOO$
....................,77III$777III.                7ZO888DDDDD8D8888OZZOO  OO88O$
=.....................?777O7. ...                 +ZO888DDDDDDDD888OZZZ$  .OOOOZ
...............:,,,.....I=8=  .                   ?$OOODD8NNNNND888OZOZO   $88OO
~::............=I~~............  ...             .77O8DNNNNNNNNNNDOOO8DI   ?O8OO
+~::::,....?I?7~?:................  ....          ~DDNNNNNNNNNNNNNNDOOO$    Z88O
+~~,~::?$7?I7??=++~=,,,,,.,,....,,......   ..... .7888DDNNNNNNNNNNNNN8$.    IOO8
+=~~+~~:~=I+77I77~==~==:II=I=+??+=?=~~=+=~:,.::..8DN$DDNNNDODNNN8DNDDO8+     7ZO
:::~:~~=::::=~=~7==?=:=~II$7?+II===+::=++7I=I7=?=DNNIO8NNNDZDDDDDDNNNNNN. .. .7Z
::::~::::?~=~:~~+~:::~:~~~::~:::~~:::~=+7$I++?=?+ZDN$=NNNNNNNNNNNNNNNNNN7?=+=?IZ
~::=:::=::::~~~~~~::~:,::,,::::~,,,,~:,~:::=:::~,DDNNNNNNNNNNNNNNNNNNNNND+?7???O

cuckoo-fu's People

Contributors

jekil avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cuckoo-fu's Issues

improvement

Hi, i found this repo by mistake while trying to see how i can add something to my cuckoo, i must admit i don’t know how i lived without DSON before :)

Anyway i went on to add that reporting module, and it worked, except i couldn’t see it in the cuckoo web UI under download reports section.

I'm not a hardcore developer, that is why i looked for already existing custom reporting module, to see how it is done, and since this didn’t work as i expected i had to scratch my head a bit to see how cuckoo code works so it could have been added, as i didn’t see it documented anywhere else.

So, to the point, need to edit 2 files in order it to show in the web ui for download:

  1. web/templates/analysis/reports/index.html
    add the following:
  {% if config.dogeon %}
   <tr>
     <th>DSON Report (Much Report, So Wow)</th>
       <td style="text-align: right;"><a class="btn btn-primary btn-small" href="{% url "analysis.views.filereport" analysis.info.id "doge" %}">Download</a></td>
   </tr>
 {% endif %}
  1. web/analysis/views.py
    add the following like to this function
    def filereport(request, task_id, category):
   "doge": "report.doge",

Doge On !

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.