Code Monkey home page Code Monkey logo

wiki's Introduction

CU Cyber Wiki

In this repository are the markdown sources to the wiki on the CU Cyber website. Up-to-date builds of the wiki are available at https://cucyber.net/wiki/.

Dependencies

  • make
  • git
  • rsync
  • python3
  • pandoc
  • pandocfilters
  • python3-watchdog (optional; for automatic rebuilding on presentation change)

Debian/Ubuntu/Kali

$ sudo apt install make git rsync python3 pandoc python3-pandocfilters python3-watchdog

RedHat/CentOS

$ sudo yum install epel-release
$ sudo yum install make git rsync python34 pandoc
$ sudo pip3 install pandocfilters
$ sudo pip3 install watchdog

Fedora

$ sudo dnf install make git rsync pandoc python3-pandocfilters python3-watchdog

Arch

$ sudo pacman -S make git rsync pandoc python-pandocfilters python-watchdog

Gentoo

$ sudo emerge dev-vcs/git dev-lang/python:3.4 app-text/pandoc dev-python/watchdog
$ sudo pip3 install pandocfilters

macOS

Requires Homebrew. Use gmake instead of make.

$ brew install make git rsync python3 pandoc
$ pip3 install pandocfilters
$ pip3 install watchdog

Preparation

You must clone the website repository adjacent to the wiki repository with the name 'website' to use make serve and make update.

$ git clone https://github.com/CUCyber/cucyber.github.io.git website
$ git -C website checkout dev

Downloading

$ git clone https://github.com/CUCyber/wiki.git

Building

To build the wiki into a hostable directory, edit the 'makefile' as desired and run make. All of the necessary files that should be put on a web server will be created in the 'public' directory.

Testing

To build the wiki and host it on a temporary local server, edit the 'makefile' as desired and run make serve. Open your web browser to 'http://localhost:8080/'.

Updating

To build the wiki and upload it to the website automatically, edit the 'makefile' as desired and for the website git repository location and run make update. You must have push access to the repository at the specified directory.

Cleaning

To clean out any generated files, run make clean.

wiki's People

Contributors

lilyinstarlight avatar westonbelk avatar cyntheticfox avatar klsimps avatar

Stargazers

 avatar Evan Woods avatar

Watchers

 avatar James Cloos avatar  avatar Kyle Wolfe avatar Andrew Samuels avatar Mackenzie Binns avatar  avatar  avatar Nick Bulischeck avatar

wiki's Issues

Getting Started Guide

Copied from CUCyber/cucyber.github.io#15:

Create a page (under Useful Resources most likely) that goes over the basics of installing a pen testing distro in a virtual machine and other introductory topics.

  • Installing a pen testing distro
  • Networking basics
  • Information gathering basics (nmap, what a cve is)

Benefits: New members who are eager to learn, but don't want to wait a month and 4 meetings to do so. We also have a page to point people to when they are having trouble installing Kali

Definitely want opinions on what kind of information should go in here and if this will actually benefit us.

Requesting VPN Access

  • Come up with a formal description of what is allowed and what is not
  • Create protocols and procedures for requesting VPN access
  • Make sure they understand what is allowed and what is not
  • Get some sort of agreement from them that shows that they acknowledge and agree to the rules

Connecting to the VPN

https://github.com/CUCyber/wiki/blob/master/lab/connecting.md

  • Add instructions for Linux
  • Add instructions for Windows
  • Add instructions for MacOS
  • Explain limitations/difficulties of connecting from Android
  • Android VPN API only supports tun (layer 3) and not tap (layer 2) for OpenVPN.
  • Only one VPN may be active at a time on Android so you cannot connect to the Clemson VPN at the same time.

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.