<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/denrit/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/denrit/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 28 Jan 2013 15:33:39 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/denrit/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Adastra</title><link>https://sourceforge.net/p/denrit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -1,7 +1,8 @@
 &lt;h1&gt;Welcome to Denrit!&lt;/h1&gt;

 DENRIT is a system focused on the execution of penetration tests using anonymous networks (TOR, I2P and Freenet will be added).
-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:
+The programming language used is Java and uses a set of external libraries that allows all the functions behave as expected, the mainly of these dependences are:
+

 - &lt;b&gt;Apache SSHD Mina:&lt;/b&gt; Used for secure communications between client and server https://mina.apache.org/downloads-sshd.html

@@ -11,7 +12,7 @@
 - &lt;b&gt;Apache commons codec:&lt;/b&gt; Used to encode/decode Java objects.
 https://commons.apache.org/codec/

-- &lt;b&gt;Apache commons lang:&lt;/b&gt; used by multiple points of the application to perform common tasks with a few lines of code
+- &lt;b&gt;Apache commons lang:&lt;/b&gt; used to perform common tasks with a few lines of code
 https://commons.apache.org/lang/

 - &lt;b&gt;Bouncy Castle:&lt;/b&gt; Apache SSHD 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.
@@ -29,14 +30,14 @@
 - &lt;b&gt;Derby Database:&lt;/b&gt; Used to store connections and other settings from client and server applications. 
 https://db.apache.org/derby/

-On the other hand, the system relies on the correct installation and configuration of existing tools to perform penetration tests such as Metasploit Framework, Nessus, THC Hydra, among others that will go on explaining this wiki. Besides these tools, it is also necessary to run a database Deby in "Network Server" mode for both clients and servers to store their information in a persistent manner.
+On the other hand, the system relies on the correct installation and configuration of existing tools to perform penetration tests such as Metasploit Framework, Nessus, THC Hydra, among others that will go on explaining this wiki. Besides these tools, it is also necessary to run a Deby  database in Network Server mode for both clients and servers to store their information in a persistent manner.

-You can see the other sections of this wiki to understand the operation of this system, but remember, this software is in development process, so maybe some documentation will be deprecated, I'll update every link when a important change was made, but if you see that something is wrong or simply is not updated, Let me know it. See also the "TODO" file stored in the SVN repository, there's the main things to work and improve the system, it's a very long list and constantly grows ... :)
+You can see the other sections of this wiki to understand the operation of this system, but remember, this software is in development process, so maybe some documentation will be deprecated soon, I'll update every link when a important change was made, but if you see that something is wrong or simply is not updated, Let me know it. See also the "TODO" file stored in the SVN repository, there's the main things to work and improve the system, it's a very long list and constantly grows ... :)

 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, if you have problems or any kind of issue using this software, you can contact with me in my email address: debiadastra@gmail.com

-Other resources usefull in this wiki:
+Other resources useful in this wiki:
 [Index]

 Finally you can follow me in twitter:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adastra</dc:creator><pubDate>Mon, 28 Jan 2013 15:33:39 -0000</pubDate><guid>https://sourceforge.net7438fe7a069e96e251bc35ad61374a9a46a8946f</guid></item><item><title>WikiPage Home modified by Adastra</title><link>https://sourceforge.net/p/denrit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -3,7 +3,7 @@
 DENRIT is a system focused on the execution of penetration tests using anonymous networks (TOR, I2P and Freenet will be added).
 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:

-- &lt;b&gt;Apache SSHD Mina:&lt;/b&gt; Used for secure communications between client and server https://mina.apache.org/sshd/
+- &lt;b&gt;Apache SSHD Mina:&lt;/b&gt; Used for secure communications between client and server https://mina.apache.org/downloads-sshd.html

 - &lt;b&gt;Apache Commons IO:&lt;/b&gt; Used to perform IO operations fast and easy
 https://commons.apache.org/io/ 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adastra</dc:creator><pubDate>Mon, 24 Dec 2012 20:02:28 -0000</pubDate><guid>https://sourceforge.net22ed579c9a77d1393a0f94b4c391197baf44f5fe</guid></item><item><title>WikiPage Home modified by Adastra</title><link>https://sourceforge.net/p/denrit/wiki/Home/</link><description>&lt;pre&gt;--- v18 
+++ v19 
@@ -20,7 +20,7 @@
 - &lt;b&gt;SLF4J:&lt;/b&gt; Apache SSH Mina dependency used to perform the logging 
 http://www.slf4j.org/
 
-- &lt;b&gt;Message Pack:&lt;/b&gt; Used to perform the object serialization and object exchange, this library is specifically used to connect with the XMLRPC metasploit service in the server side. 
+- &lt;b&gt;Message Pack:&lt;/b&gt; Used to perform the object serialization and object exchange, this library is specifically used to connect with the MSGRPC metasploit service in the server side. 
 http://msgpack.org/
 
 - &lt;b&gt;SilverTunnel NetLib:&lt;/b&gt; Used to "torify" everything inside the JVM process.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adastra</dc:creator><pubDate>Tue, 20 Mar 2012 09:23:01 -0000</pubDate><guid>https://sourceforge.net6f6ca6c66096d8e642ccf8aa390ee79108c270ed</guid></item><item><title>WikiPage Home modified by Adastra</title><link>https://sourceforge.net/p/denrit/wiki/Home/</link><description>&lt;pre&gt;--- v17 
+++ v18 
@@ -37,10 +37,7 @@
 If you want to participate, you're free to join, if you have problems or any kind of issue using this software, you can contact with me in my email address: debiadastra@gmail.com
 
 Other resources usefull in this wiki:
-[Denrit Overview]
-[Install from Distributed file]
-[Install From Source]
-[Modules]
+[Index]
 
 Finally you can follow me in twitter:
 https://twitter.com/jdaanial
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adastra</dc:creator><pubDate>Fri, 16 Mar 2012 11:49:17 -0000</pubDate><guid>https://sourceforge.net38673b7562b32446b2822b763d0e4e1f95aaf6c2</guid></item><item><title>WikiPage Home modified by Adastra</title><link>https://sourceforge.net/p/denrit/wiki/Home/</link><description>&lt;pre&gt;--- v16 
+++ v17 
@@ -1,6 +1,6 @@
 &lt;h1&gt;Welcome to Denrit!&lt;/h1&gt;
 
-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).
+DENRIT is a system focused on the execution of penetration tests using anonymous networks (TOR, I2P and Freenet will be added).
 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:
 
 - &lt;b&gt;Apache SSHD Mina:&lt;/b&gt; Used for secure communications between client and server https://mina.apache.org/sshd/
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adastra</dc:creator><pubDate>Mon, 13 Feb 2012 12:37:29 -0000</pubDate><guid>https://sourceforge.netdfb2191d77595cd4b9d6c7ed4feaedc83a96da63</guid></item><item><title>WikiPage Home modified by Adastra</title><link>https://sourceforge.net/p/denrit/wiki/Home/</link><description>&lt;pre&gt;--- v15 
+++ v16 
@@ -1,4 +1,4 @@
-&lt;b&gt;Welcome to Denrit!&lt;/b&gt;
+&lt;h1&gt;Welcome to Denrit!&lt;/h1&gt;
 
 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:
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adastra</dc:creator><pubDate>Thu, 09 Feb 2012 15:15:38 -0000</pubDate><guid>https://sourceforge.net02456ef622aa0cce17e3fec0f71f82dee0aedcac</guid></item><item><title>WikiPage Home modified by Adastra</title><link>https://sourceforge.net/p/denrit/wiki/Home/</link><description>&lt;pre&gt;--- v14 
+++ v15 
@@ -29,12 +29,15 @@
 - &lt;b&gt;Derby Database:&lt;/b&gt; Used to store connections and other settings from client and server applications. 
 https://db.apache.org/derby/
 
+On the other hand, the system relies on the correct installation and configuration of existing tools to perform penetration tests such as Metasploit Framework, Nessus, THC Hydra, among others that will go on explaining this wiki. Besides these tools, it is also necessary to run a database Deby in "Network Server" mode for both clients and servers to store their information in a persistent manner.
+
 You can see the other sections of this wiki to understand the operation of this system, but remember, this software is in development process, so maybe some documentation will be deprecated, I'll update every link when a important change was made, but if you see that something is wrong or simply is not updated, Let me know it. See also the "TODO" file stored in the SVN repository, there's the main things to work and improve the system, it's a very long list and constantly grows ... :)
 
 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, if you have problems or any kind of issue using this software, you can contact with me in my email address: debiadastra@gmail.com
 
 Other resources usefull in this wiki:
+[Denrit Overview]
 [Install from Distributed file]
 [Install From Source]
 [Modules]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adastra</dc:creator><pubDate>Thu, 09 Feb 2012 12:37:38 -0000</pubDate><guid>https://sourceforge.net9240b3d6bb3c0310baa6400a44ceec92d55e5547</guid></item><item><title>WikiPage Home modified by Adastra</title><link>https://sourceforge.net/p/denrit/wiki/Home/</link><description>&lt;pre&gt;--- v13 
+++ v14 
@@ -3,30 +3,30 @@
 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
+- &lt;b&gt;Apache SSHD Mina:&lt;/b&gt; Used for secure communications between client and server https://mina.apache.org/sshd/
+
+- &lt;b&gt;Apache Commons IO:&lt;/b&gt; Used to perform IO operations fast and easy
 https://commons.apache.org/io/ 
 
-- Apache commons codec: Used to encode/decode Java objects.
+- &lt;b&gt;Apache commons codec:&lt;/b&gt; 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
+- &lt;b&gt;Apache commons lang:&lt;/b&gt; 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 SSHD 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.
+- &lt;b&gt;Bouncy Castle:&lt;/b&gt; Apache SSHD 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 
+- &lt;b&gt;SLF4J:&lt;/b&gt; Apache SSH Mina dependency used to perform the logging 
 http://www.slf4j.org/
 
-- Message Pack: Used to perform the object serialization and object exchange, this library is specifically used to connect with the XMLRPC metasploit service in the server side. 
+- &lt;b&gt;Message Pack:&lt;/b&gt; Used 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/
 
--Silver Tunnel NetLib: Used to "torify" everything inside the JVM process.
+- &lt;b&gt;SilverTunnel NetLib:&lt;/b&gt; Used to "torify" everything inside the JVM process.
 https://silvertunnel.org/netlib-for-all.html
 
-- Derby Database: Used to store connections and other settings from client and server applications. 
+- &lt;b&gt;Derby Database:&lt;/b&gt; Used to store connections and other settings from client and server applications. 
 https://db.apache.org/derby/
 
 You can see the other sections of this wiki to understand the operation of this system, but remember, this software is in development process, so maybe some documentation will be deprecated, I'll update every link when a important change was made, but if you see that something is wrong or simply is not updated, Let me know it. See also the "TODO" file stored in the SVN repository, there's the main things to work and improve the system, it's a very long list and constantly grows ... :)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adastra</dc:creator><pubDate>Thu, 02 Feb 2012 08:40:34 -0000</pubDate><guid>https://sourceforge.net921ddda79504542dd2bbe3ceaa482cd456dc973d</guid></item><item><title>WikiPage Home modified by Adastra</title><link>https://sourceforge.net/p/denrit/wiki/Home/</link><description>&lt;pre&gt;--- v12 
+++ v13 
@@ -23,6 +23,9 @@
 - Message Pack: Used 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/
 
+-Silver Tunnel NetLib: Used to "torify" everything inside the JVM process.
+https://silvertunnel.org/netlib-for-all.html
+
 - Derby Database: Used to store connections and other settings from client and server applications. 
 https://db.apache.org/derby/
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adastra</dc:creator><pubDate>Thu, 02 Feb 2012 08:38:35 -0000</pubDate><guid>https://sourceforge.net58c6754533d7af1513b498a8ec3908d973f49357</guid></item><item><title>WikiPage Home modified by Adastra</title><link>https://sourceforge.net/p/denrit/wiki/Home/</link><description>&lt;pre&gt;--- v11 
+++ v12 
@@ -1,4 +1,4 @@
-Welcome to Denrit!
+&lt;b&gt;Welcome to Denrit!&lt;/b&gt;
 
 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:
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adastra</dc:creator><pubDate>Tue, 31 Jan 2012 08:46:24 -0000</pubDate><guid>https://sourceforge.netfb612a5630f8c1e8f48d7bfd163af6eeb5c2ac5e</guid></item></channel></rss>