Giter Site home page Giter Site logo

cuckoo-contrib's Introduction

cuckoo-contrib

Welcome to Mark's Cuckoo Supplement Shop!

alt text

Products

  • cuckootables.sh

    We recommend to use VMs with a host-only network setup and then manual forwarding / routing to the Internet and other resources. This shell script serves as a starting point for your Cuckoo deployment.

  • fakedns.py

    If you want to run a Cuckoo setup without Internet connectivity you can only get information about network activity by supplying the VM with fake resources to connect to. This Python script replies to DNS queries with a fixed IP that you specify. On that IP - may it be the Cuckoo machine or something else - you can then host fake services such as InetSim or setup custom services as needed.

  • runit/run

  • runit/log/run

    You should run Cuckoo in conjunction with a watchdog process that restarts it in case of failures / crashes. For this purpose we use "runit" on our setups and malwr.com. To do so as well, install runit and then copy the "runit" folder from this repository to /etc/sv/cuckoo. Make both run files executable and symlink to /etc/service/cuckoo:

cp -r runit /etc/sv/cuckoo
chmod +x /etc/sv/cuckoo/run /etc/sv/cuckoo/log/run
ln -s /etc/sv/cuckoo /etc/service/cuckoo

cuckoo-contrib's People

Contributors

rep avatar

Watchers

James Cloos 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.