Skip to content

Commit

Permalink
Added more tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jekil committed Dec 12, 2016
1 parent 73db2b7 commit 8c9524b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -391,3 +391,9 @@
[submodule "Reverse Engineering/pyew"]
path = Reverse Engineering/pyew
url = https://github.com/joxeankoret/pyew.git
[submodule "Library/Java/libsignal-service-java"]
path = Library/Java/libsignal-service-java
url = https://github.com/WhisperSystems/libsignal-service-java.git
[submodule "Security/securedrop"]
path = Security/securedrop
url = https://github.com/freedomofpress/securedrop.git
1 change: 1 addition & 0 deletions Library/Java/libsignal-service-java
Submodule libsignal-service-java added at 460cd7
10 changes: 10 additions & 0 deletions Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ C

- `Libdnet <https://github.com/dugsong/libdnet>`_ - Provides a simplified, portable interface to several low-level networking routines, including network address manipulation, kernel arp cache and route table lookup and manipulation, network firewalling, network interface lookup and manipulation, IP tunnelling, and raw IP packet and Ethernet frame transmission.

Java
----

- `Libsignal-service-java <https://github.com/whispersystems/libsignal-service-java/>`_ - A Java/Android library for communicating with the Signal messaging service.

Python
------

Expand Down Expand Up @@ -351,6 +356,11 @@ Endpoint Security

- `Duckhunt <https://github.com/pmsosa/duckhunt>`_ - Prevent RubberDucky (or other keystroke injection) attacks.

Privacy
-------

- `SecureDrop <https://freedom.press/securedrop>`_ - Open-source whistleblower submission system that media organizations can use to securely accept documents from and communicate with anonymous sources.

Reverse Engineering
===================

Expand Down
1 change: 1 addition & 0 deletions Security/securedrop
Submodule securedrop added at a7e68a

0 comments on commit 8c9524b

Please sign in to comment.