Skip to content

Commit

Permalink
add opensnitch
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Jan 27, 2019
1 parent 43f4bd7 commit 5e92403
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 3 additions & 2 deletions BY_PLATFORM.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ segmentation by distribution (i.e., Docker, etc.)

**Contents**

1. <a href="#tag-desktop">Desktop</a> *(140)*
1. <a href="#tag-desktop.linux">Linux</a> *(139)*
1. <a href="#tag-desktop">Desktop</a> *(141)*
1. <a href="#tag-desktop.linux">Linux</a> *(140)*
1. <a href="#tag-desktop.windows">Windows</a> *(91)*
1. <a href="#tag-desktop.mac">Mac</a> *(88)*
1. <a href="#tag-console">Console</a> *(2)*
Expand Down Expand Up @@ -124,6 +124,7 @@ segmentation by distribution (i.e., Docker, etc.)
1. **OpenLibrary** - ([Repo](https://github.com/internetarchive/openlibrary), [Home](https://openlibrary.org/), [WP](https://en.wikipedia.org/wiki/Open_Library)) Web application for an open, editable library catalog, used by [The Internet Archive](https://archive.org/) towards building a web page for every book ever published. `(organization, windows, mac, docker)`
1. **OpenLP** - ([Repo](https://launchpad.net/openlp), [Home](https://openlp.org/)) Presentation software geared toward church usage. `(misc, windows, mac, qt5)`
1. **OpenShot** - ([Repo](https://github.com/OpenShot/openshot-qt), [Home](https://www.openshot.org/), [WP](https://en.wikipedia.org/wiki/OpenShot)) A cross-platform video editor for FreeBSD, Linux, macOS, and Windows. `(video, windows, mac, qt5)`
1. **OpenSnitch** - ([Repo](https://github.com/evilsocket/opensnitch), [Home](https://opensnitch.io/)) GNU/Linux port of the [Little Snitch](https://en.wikipedia.org/wiki/Little_Snitch) application firewall. `(security, qt5)`
1. **OpsMop** - ([Repo](https://github.com/opsmop/opsmop), [Home](https://opsmop.io/), [Docs](https://docs.opsmop.io/)) Agentless distributed SSH control plane, with a focus on runtime performance and developer efficiency. `(ops, mac)`
1. **Orange** - ([Repo](https://github.com/biolab/orange3), [Home](https://orange.biolab.si/), [WP](https://en.wikipedia.org/wiki/Orange_(software))) Component-based data mining software for graphical interactive data analysis and visualization. `(science, windows, mac, qt4, qt5)`
1. **Pants** - ([Repo](https://github.com/pantsbuild/pants), [Home](https://www.pantsbuild.org/)) Build system designed for monolithic repositories. `(build, mac, corp)`
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ are a gold mine of practical patterns that we know work together. A
production application is worth a thousand blog posts and Stack
Overflow answers.

This document is an always-growing list of **210**
This document is an always-growing list of **211**
open-source Python applications arranged by topic, with links to
repositories, docs, and more. If you have one to add or find some
information missing, [please let us
Expand Down Expand Up @@ -43,11 +43,11 @@ thereof), see Architectures. -->
1. <a href="#tag-cms">CMS</a> *(9)*
1. <a href="#tag-erp">ERP</a> *(4)*
1. <a href="#tag-static_site">Static Site</a> *(7)*
1. <a href="#tag-dev">Dev</a> *(84)*
1. <a href="#tag-dev">Dev</a> *(85)*
1. <a href="#tag-dev.scm">SCM</a> *(12)*
1. <a href="#tag-dev.code_review">Code Review</a> *(3)*
1. <a href="#tag-dev.ops">Ops</a> *(19)*
1. <a href="#tag-dev.security">Security</a> *(6)*
1. <a href="#tag-dev.security">Security</a> *(7)*
1. <a href="#tag-dev.docs">Docs</a> *(2)*
1. <a href="#tag-dev.editor">Editor</a> *(10)*
1. <a href="#tag-dev.pkg_mgr">Package Managers</a> *(8)*
Expand Down Expand Up @@ -270,6 +270,7 @@ Projects related to software development and adjacent technical areas.

1. **Cowrie** - ([Repo](https://github.com/cowrie/cowrie), [Home](http://www.cowrie.org/)) Medium interaction SSH and Telnet honeypot designed to log brute force attacks and the shell interaction performed by the attacker.
1. **MITMproxy** - ([Repo](https://github.com/mitmproxy/mitmproxy), [Home](https://mitmproxy.org/)) Interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
1. **OpenSnitch** - ([Repo](https://github.com/evilsocket/opensnitch), [Home](https://opensnitch.io/)) GNU/Linux port of the [Little Snitch](https://en.wikipedia.org/wiki/Little_Snitch) application firewall. `(linux, qt5)`
1. **PyEW** - ([Repo](https://github.com/joxeankoret/pyew), [Docs](https://github.com/joxeankoret/pyew/wiki)) Malware analysis tool, with support for hexadecimal viewing, disassembly, PE and ELF formats, plugins, and more.
1. **sshuttle** - ([Repo](https://github.com/sshuttle/sshuttle), [Docs](https://sshuttle.readthedocs.org/)) Transparent network proxy server that uses SSH to achieve VPN-like results, without requiring root access. `(linux, mac)`
1. **Universal Radio Hacker (URH)** - ([Repo](https://github.com/jopohl/urh)) Wireless protocol investigator, with a focus on analyzing proprietary IoT communication. `(linux, windows, mac)`
Expand Down
6 changes: 6 additions & 0 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ projects:
desc: Gaming platform for GNU/Linux, managing game installations with a unified interface.
tags: ["games", "gtk", "linux"]


## Productivity
- name: Autokey
repo_url: https://github.com/autokey/autokey
Expand Down Expand Up @@ -918,6 +919,11 @@ projects:
repo_url: https://github.com/jopohl/urh
desc: Wireless protocol investigator, with a focus on analyzing proprietary IoT communication.
tags: ["security", "linux", "windows", "mac"]
- name: OpenSnitch
repo_url: https://github.com/evilsocket/opensnitch
home_url: https://opensnitch.io/
desc: GNU/Linux port of the [Little Snitch](https://en.wikipedia.org/wiki/Little_Snitch) application firewall.
tags: ["security", "qt5", "linux"]

## Code Review
- name: Review Board
Expand Down

0 comments on commit 5e92403

Please sign in to comment.