Code Monkey home page Code Monkey logo

daemon's Introduction

cSploit daemon

Build Status

This is the core of the cSploit project. It has been made to manage, provide, find and work with found resources.

As of now this software does not work, it's just a preview to perform an hand-off of the work as I found other devs that want to contribute.

Just run it

** Coming soon! ** ( docker run ... )

Env setup

To work with Go lang you need to specify a path where Go will download the required modules: export GOPATH="$HOME/.gocode" for instance.

Install libpcap-dev libc-dev gcc git go packages, then get the sources go get -t -u github.com/cSploit/daemon.

After that sources are ready to be modified or built at $GOPATH/src/github.com/cSploit/daemon.

Next commands assumes that your current cirectory is that one.

Development

To build the daemon run:

go build -i .

To run tests simply run:

go test -v ./... # run all tests
go test -v ./tools/... # run all tests in 'tools'

To start the daemon:

sudo ./daemon # root needed to sniff packets

And read nmap output from a file called sample_nmap_out.xml. you can generate it by running nmap -oX sample_nmap_out.xml -sV -T4 -O 192.168.0.0/24.

Fork all the things!

You can manage your fork while contributing to the project, give this a read ๐Ÿ˜‰ . In this way you can easily make pull rquests and experiments.

Tricks

In IntellijIDEA ( which I suggest you to use ) open the project from $GOPATH/src/github.com/cSploit/daemon and you're ready to Go!

daemon's People

Contributors

iwrastudios avatar tux-mind 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.