Giter Site home page Giter Site logo

trellixvulnteam / nemesis_8sn3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from x684867/nemesis

0.0 0.0 0.0 242.22 MB

Nemesis Server 0.01

Home Page: http://x684867.github.io/nemesis/

License: MIT License

Shell 0.29% JavaScript 13.92% Ruby 0.01% C++ 50.14% Scheme 0.02% Python 2.43% Perl 2.53% C 18.62% Emacs Lisp 0.02% Lua 0.02% R 0.01% Assembly 3.19% eC 0.01% Awk 0.01% CSS 0.04% Vim Script 0.01% Makefile 7.82% Batchfile 0.07% HTML 0.56% Roff 0.33%

nemesis_8sn3's Introduction


Server Setup Instructions:

  1. Create virtual machine:1GB RAM,2CPU,1NIC,Expanding 64GB HDD

  2. Attach Ubuntu 13.04 x86_64 server ISO image

  3. Boot and install default Ubuntu 13.04 x64 server image.

  4. Log in and become root by executing "sudo su -"

  5. Download the package fixes: https://github.com/x684867/nemesis/blob/master/src/deb/brokenPackageFix.tar.gz

  6. Execute "apt-get update -y && apt-get upgrade -y && shutdown -r now" to update the system. NOTE: if it fails, use the package downloaded in #5. This includes a fixer script.

  7. Install git: apt-get install git-core -y

  8. Clone the nemesis repo to bring down the sources and dependencies

    cd /srv git clone https://github.com/x684867/nemesis_server

  9. Execute the installer script:

/srv/nemesis/bin/nemesis-install <broker,cipher,keys,audit>


Creating TLS Peer Relationships Using OpenSSL

Theory: 1. Each peer relationship is a two-way street Both peers are client AND server.

2. This means that each must have a private key
   and a public key signed by the other peer.
   
3. Rather than a central CA, Nemesis uses peer-
   based certificates so that a single host is
   NOT the CA and therefore cannot compromise
   the entire system.
  1. Create the CA Key:

    openssl ecparam -out /srv/nemesis/etc/tls/ca/store.ca.key

  2. Create and sign the CSR for the CA key:

    openssl req -new -x509 -days 365
    -key /srv/nemesis/etc/tls/ca/store.ca.key
    -out /srv/nemesis/etc/tls/ca/store.ca.crt

  3. Create the client certificate pair:

    openssl

nemesis_8sn3's People

Contributors

trellixvulnteam avatar x684867 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.