Menu

Home

Adastra

As you probably already have seen above, DENRIT is a system focused on the execution of penetration tests using anonymous networks (currently supported are TOR, I2P and Freenet).
The programming language used is Java and uses a set of external libraries that allow all the functions behave as expected, the mainly of these dependences are:

Apache SSHD Mina: Used for secure communications between client and server https://mina.apache.org/sshd/

Apache Commons IO: Used to perform IO operations fast and easy
https://commons.apache.org/io/

Apache commons codec: Used to encode/decode Java objects.
https://commons.apache.org/codec/

Apache commons lang: used by multiple points of the application to perform common tasks with a few lines of code
https://commons.apache.org/lang/

Bouncy Castle: Apache SSH Mina dependency used to perform cryptographic operations required by the server, such as encryption of data in the tunnels of communication and public key operations.
http://www.bouncycastle.org/

SLF4J: Apache SSH Mina dependency used to perform the logging
http://www.slf4j.org/

Message Pack: Uased to perform the object serialization and object exchange, this library is specifically used to connect with the XMLRPC metasploit service in the server side.
http://msgpack.org/

Now, if you're interested in this project, please, leave your comments (very important), download the code, test it, improve it and participe on it. I'll be uploading classes, interfaces, snapshots and documentation (starter guide among other things) to new developers.
If you want to participate, you're free to join in DENRIT, if you have problems or any kind of issue using this software, you can contact with me in my email address: debiadastra@gmail.com

Finally you can follow me in twitter:
https://twitter.com/#!/jdaanial

Thanks for use DENRIT.