GithubHelp home page GithubHelp logo

anarchotechnyc / meta Goto Github PK

View Code? Open in Web Editor NEW
502.0 54.0 78.0 32.87 MB

:scroll::information_source: Organizing space for the Anarcho-Tech NYC collective.

Home Page: https://github.com/AnarchoTechNYC/meta/wiki

License: The Unlicense

HTML 53.49% Python 2.21% Shell 38.01% HCL 6.29%
anarchism antifa new-york-city anarchoautonomism anti-capitalism anti-technocapitalism

meta's Introduction

Anarcho-Tech NYC Collective / Tech Antifa

Shared assets for various Anarcho-Tech NYC projects live here. This is also the container for numerous projects intended to support the collective's longer-term goals. For example, our Train the Trainers project is a collection of workshops and practice labs intended to support the educational efforts of digital security trainers and their students.

The easiest way to obtain the materials herein is to download the latest copy of our work as a ZIP archive. Once downloaded, unzip the file, which can usually be accomplished simply by double-clicking on it. Once you have the files saved on your computer, you can navigate through the folders to find the project or workshop that interests you.

Repository structure

This repository is (generally) organized in the following way:

  • <project name>/ folder for a given meta-organizing project.
    • README.md file describing the project goals, details, specific structure (if deviating from this general structure).
    • <subproject name>/ folder housing files related to a particular subproject.
      • README.md file describing the subproject itself.

Some projects are included as Git submodules, so use git clone --recursive when cloning if you'd like to obtain the entire collection.

Nomenclature

You may encounter the following icons throughout these texts:

  • 🔰 (:beginner:) is used to introduce a reader to concepts they may not already know.
  • 🏴 (:black_flag:) is used to explicitly mark a political position, or to introduce a note with explicitly political implications.
  • 📖 (:book:) is used to introduce an aside about a particularly academic, rather than practical, concept, or when providing a narrative distinct from the primary text's narrative.
  • 💡 (:bulb:) is used to introduce a tip or note about an advanced feature or idea.
  • 🎦 (:cinema:) is used to introduce an aside about the product or production of media.
  • 💻 (:computer:) is used to introduce an aside about computer technology only indirectly relevant to the task at hand.
  • 🚧 (:construction:) is used to explicitly mark a section as incomplete, that is, one whose editors do not intend it to be the final or "published" product of their work.
  • 🌐 (:globe_with_meridians:) is used to explicitly mark links that go to unaffiliated, remote destinations.
  • 📝 (:memo:) is used to indicate that the following text is intended as a note to fellow editors, rather than intended to be read as part of the normal flow of text by a consumer.
  • 🎓 (:mortar_board:) is used to highlight and recommend particularly valuable educational resources or opportunities.
  • ⚠️ (:warning:) is used to highlight a risky or dangerous activity.

These icons are sometimes used in combination for added meaning. For instance, 🔰⚠️ is a "warning for beginners."

meta's People

Contributors

aubrel avatar fabacab avatar hurtstotouchfire avatar mrpetovan avatar notmike avatar web-netizen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meta's Issues

Prepare org for first CTF

Self-assigning this to make sure I don't lose track of things and also to document what I actually did this week and what I have left to do for setup. In rough chronological order from memory:

  1. Identify folks interested in learning this stuff.
  2. Estimate and create a skeleton educational framework using this org/wiki/repo
  • Document CTF team joining process
  1. Construct minimal infrastructure (Gitter room, CTFTime team, etc)
  2. Register for upcoming CTF (next one is BostonKeyParty, but official registration is not yet open).
  3. Finalize team membership/help participants troubleshoot their access to Gitter, etc.

/cc @AnarchoTechNYC/ctf

accepting new members?

hello hello!
don't know how to really introduce myself but in short i came across this tech collective and am really interested in joining! if there's any way to become a member, please let me know. :)

Do a "Practical digital security" workshop using our shiny new Persona-based commsec training matrix

Collaborators from AnarchoTechNYC and the Better Angels collective have put together a pretty great "Persona-based commsec training matrix" (see #6), now it's time to actually use it!

Last weekend, the Better Angels Collective used this matrix as part of a "Practical digital security" workshop that got some good feedback, and they even helpfully included a "How to facilitate…" section.

Let's try this approach either at AnarchoTechNYC itself and/or some other venues, such as:

  • Verso books?
  • A tech collective-organized event at The Base?
  • Somewhere else?

All we need are:

  • A projector
  • Wi-Fi
  • whiteboard + eraser + markers
  • Physical space (a host?)
  • A confirmed time
  • Maybe some "outreach" or "publicizing" but probably not much, word of mouth should be cool enough

Guide in different languages

How can we separate translations? I started writing the same, with some changes here, I wonder how can we link it with this guide.

Password cracking lab sanity check on Windows 10 with community-enhanced John 1.8.0-jumbo-1 errors with "Couldn't compute FAST_CWD pointer"

On Windows 10, after placing sanitycheck.password.txt and sanitycheck.wordlist.txt into run in john, and attempting to execute .\john --wordlist=sanitycheck.wordlist.txt sanitycheck.wordlist.txt, I received the following error:

2 [main] john 352 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list [email protected] No password hashes loaded (see FAQ)

Damn Vulnerable iOS App (link update request)

Seems the link to download the DVIA framework is down. OWASP and the author seem to be pointing seekers to the authors official site and githib project page (see below)

Author page (includes the currently "down" DVIA download link, but also has DVIA tutorials and other supplemental documents and guides): https://n0where.net/damn-vulnerable-ios-app-dvia/

Authors DVIA github project page: https://github.com/prateek147/DVIA

OWASP's link and writeup of the DVIA project: https://www.owasp.org/index.php/OWASP_DVIA#tab=Framework

:)

Create "persona-focused" anti-surveillance and security resource guide

There are already a lot of tool-specific guides for digital (and other) security. Yay! Let's not re-create those. However, people are still asking us questions like:

  • "As the administrator of my group's website, what do I need to know to store my group's data more securely?"
  • "As an individual advocating for LGBT rights, what do I need to do to protect myself from SWAT'ing?"

and so on. Not all tools are relevant in all circumstances. Can we create some brief guides that leverage the existing detailed guides for more specific threat models? Can we help people more intuitively perform a threat assessment for themselves without reinventing the wheels others have already built?

I think the answer is yes, and propose a "persona-focused" guide on our wiki as a place to start.

Which week's folder should a given exercise be put into?

I've tentatively concluded that the weekly recurring structure of Mr. Robot's Netflix 'n' Hack is currently an optimal way to chunk introductions to computer security topics for the "train the trainers" project. There are now numerous Mr. Robot's Netflix 'n' Hack iterations happening simultaneously throughout New York City. What none have, yet, is actionable educational steps for further self-study/practice.

So, after documenting some of the exercises that came from ad-hoc conversations/demos in prior iterations on the associated "How to facilitate…" wiki page, I wanna create demo materials that can be followed by individuals on their own or by a facilitator at an event.

An open question right now is: what week should a given exercise be put into?

What guides are we actually responsible for compiling on our wiki?

Our new wiki has been created with a simple structure imported from several other orgs for whom I've created some organizational memory. One of the open questions for the AnarchoTechNYC wiki itself is what should go under our "Training guides" section.

For now, we are focusing on the tech side of things; those redlinks on the wiki homepage need to be either filled in or, if they're left as redlinks for a while, that part of the wiki just needs to be pared down.

I'm not certain we have an answer for this immediately so I'm opening this issue as a place for me to keep track of any discussion I have about it in the near future.

Orbot Client Authorization Wiki Updates

This commit contains updated instructions for the wiki page on connecting to authenticated onion services. The changes all pertain to Orbot 16.5 which is unreleased but has v3 support.

Changes Include:

  • newly added v3 client auth instructions
  • updated v2 instructions
    • removed orfox stuff
    • updated menu instructions to reflect how the v2 stuff is now buried behind another menu within Orbot

https://github.com/bitmold/onionservicewikifork/commit/b278b37c3bb769b52639b01dd85e52541bea41d3

please feel free to do with this as y'all wish

Add TLS/SSL to Foundations.

Would be nice to have a page that describes TLS, SSL, the differences between them, their uses, and so on.

Mr Robot's Netflix & Hack 3/21

Hey all, there will be a Mr Robot's Netflix n' Hack meeting to watch episode 4 at our place (DM for address) at 7pm this Tuesday, 3/21. Hope to see you!

Confirm a time+space for "Mr. Robot's Netflix 'n' Hack" nights

One of our "train the trainers in cybersecurity" events is going to be a "Mr. Robot's Netflix 'n' Hack" night; a relatively gentle introduction to the tools, techniques, and procedures (TTPs) used in the real world of digital security.

We need a physical space that meets the following criteria:

  • big enough for at least 10 people and their laptops to comfortably fit
  • has a projector or large screen TV on which to view episodes of the show and demo TTPs
  • has adjustable lighting so we can actually visibly see the projected screen
  • has reliable Wi-Fi internet connectivity for all participants
  • is available at the same time each week (or multiple venues that all match the above criteria that we can hop around to/from)

See also: How to facilitate Mr. Robot's Netflix 'n' Hack

Update the "Secretly sharing files with OnionShare and TorBrowser" exercise to mention modern OnionShare features

The "Secretly sharing files with OnionShare and TorBrowser" exercise was written before OnionShare packaged its own Tor, so several of the sender steps are no longer strictly necessary. Further, the exercise is missing several good educational opportunities to expound upon the relationship between Tor and other applications. These should be added as beginner asides (:beginner:) or as Discussion sections.

For example:

  • OnionShare and TorBrowser are both just apps that use Tor "under the hood" because Tor is a SOCKS proxy.
  • Modern OnionShare packages its own Tor. Senders don't strictly need to open TorBrowser independently anymore, but it still may be useful to explain why they can. This will require examining the OnionShare preferences window.
  • System Tor versus TorBrowser.
  • Discussion about hardening your dead drop Onion site using Tor authentication.

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.