<?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/steganoroute/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/steganoroute/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 01 Apr 2013 17:11:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/steganoroute/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by seba garcia</title><link>https://sourceforge.net/p/steganoroute/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v20
+++ v21
@@ -42,6 +42,8 @@
 Usage
 =====
 Remember that your computer should NOT answer to ping during operation, so you can stop it yourself by hand, or use -f to let the program manage that for you.
+
+Also remember that you should start the program before doing the mtr!

 To test on your own computer and loop forever
 ---------------------------------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">seba garcia</dc:creator><pubDate>Mon, 01 Apr 2013 17:11:28 -0000</pubDate><guid>https://sourceforge.net059688ae5721854843134aa3e7ed989efa705414</guid></item><item><title>WikiPage Home modified by seba garcia</title><link>https://sourceforge.net/p/steganoroute/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v19
+++ v20
@@ -31,9 +31,9 @@
 Easy way: Use -f parameter and let the program do it.

 Paranoid way: Use something like
-    iptables -D INPUT 1 -p icmp --icmp-type 8 -j DROP
+*iptables -D INPUT 1 -p icmp --icmp-type 8 -j DROP*
 to stop the pings, and something like
-    iptables -D INPUT 1
+*iptables -D INPUT 1*
 to delete that rule afterwards.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">seba garcia</dc:creator><pubDate>Mon, 01 Apr 2013 17:02:04 -0000</pubDate><guid>https://sourceforge.neta39dd46aeb36486acd20a233d117016e91daf636</guid></item><item><title>WikiPage Home modified by seba garcia</title><link>https://sourceforge.net/p/steganoroute/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v18
+++ v19
@@ -20,17 +20,33 @@
 * You can select the TTL value on demand and therefore 'move' the text up and down the mtr graph.
 * You can filter the IP address that should receive the traceroute. If you don't filter it, every traceroute coming out of the server will mysteriously add fake hops to any destination! Oh my... what did I create?
 * You can feel the sensation of being MITMed by the top intelligence organizations in the world by using the conspiracy mode!
+* It can automatically manage your firewall to stop receiving pings during operation.
+
+
+
+Firewall
+========
+Your computer should not answer pings in order for this program to work. So, if you are answering pings (or you don't know and you never touched your firewall)  then you have two options: do it yourself or let the program do it.
+
+Easy way: Use -f parameter and let the program do it.
+
+Paranoid way: Use something like
+    iptables -D INPUT 1 -p icmp --icmp-type 8 -j DROP
+to stop the pings, and something like
+    iptables -D INPUT 1
+to delete that rule afterwards.

 Usage
 =====
+Remember that your computer should NOT answer to ping during operation, so you can stop it yourself by hand, or use -f to let the program manage that for you.

 To test on your own computer and loop forever
 ---------------------------------------------
 Server:
-./steganoroute.py -i lo -m "Hello World" -l
+./steganoroute.py -i lo -m "Hello World" -l -f
 Only the first client that connects receives the text right. Any further client only destroys every text on all the clients.

 Client:
@@ -41,10 +57,10 @@
 To use on any other network and loop forever
 --------------------------------------------
 Server:
-./steganoroute.py -i  -m "Hello World" -l
+./steganoroute.py -i  -m "Hello World" -l -f

 If your interface is wlan0, then:
-./steganoroute.py -i wlan0 -m "Hello World" -l
+./steganoroute.py -i wlan0 -m "Hello World" -l -f
 Only the first client that connects receives the text right. Any further client only destroys every text on all the clients.

@@ -60,12 +76,12 @@
 To change the TTL value on demand
 ---------------------------------
 A TTL of 1 is useful in the local network.
-./steganoroute.py -i wlan0 -m "Hello World" -l -t 1
+./steganoroute.py -i wlan0 -m "Hello World" -l -t 1 -f

 If you keep the mtr client up, and you stop the server, change the TTL value and start it again, you will see how you can 'move' the text down and up the mtr!
-./steganoroute.py -i wlan0 -m "Hello World" -l -t 2
-./steganoroute.py -i wlan0 -m "Hello World" -l -t 3
-./steganoroute.py -i wlan0 -m "Hello World" -l -t 4
+./steganoroute.py -i wlan0 -m "Hello World" -l -t 2 -f
+./steganoroute.py -i wlan0 -m "Hello World" -l -t 3 -f
+./steganoroute.py -i wlan0 -m "Hello World" -l -t 4 -f

 This should be done after the mtr has begin printing the text with the TTL value that reaches your computer. If you start with a TTL value of 10 and the mtr client is only 1 hop away, it will s
 ee nothing.
@@ -74,7 +90,7 @@

 To filter which client is authorized to connect
 -----------------------------------------------
-./steganoroute.py -i wlan0 -m "Hello World" -l -t 1 -s 192.168.0.20
+./steganoroute.py -i wlan0 -m "Hello World" -l -t 1 -s 192.168.0.20 -f
 Only IP address 192.168.0.20 is authorized to receive the message. So no one can mess with your text.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">seba garcia</dc:creator><pubDate>Mon, 01 Apr 2013 16:59:18 -0000</pubDate><guid>https://sourceforge.net381c9190d50020e91b114296fc1538c8b75739de</guid></item><item><title>WikiPage Home modified by seba garcia</title><link>https://sourceforge.net/p/steganoroute/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">seba garcia</dc:creator><pubDate>Sun, 31 Mar 2013 01:33:40 -0000</pubDate><guid>https://sourceforge.netdf20f9e8811593453a42e29a64ae7290fe90cce3</guid></item><item><title>WikiPage Home modified by seba garcia</title><link>https://sourceforge.net/p/steganoroute/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v16
+++ v17
@@ -19,6 +19,8 @@
 * Is uses the Sinclair ZX Spectrum (1982) font.
 * You can select the TTL value on demand and therefore 'move' the text up and down the mtr graph.
 * You can filter the IP address that should receive the traceroute. If you don't filter it, every traceroute coming out of the server will mysteriously add fake hops to any destination! Oh my... what did I create?
+* You can feel the sensation of being MITMed by the top intelligence organizations in the world by using the conspiracy mode!
+

@@ -29,6 +31,7 @@
 ---------------------------------------------
 Server:
 ./steganoroute.py -i lo -m "Hello World" -l
+Only the first client that connects receives the text right. Any further client only destroys every text on all the clients.

 Client:
 mtr -t  (and press d after the start)
@@ -42,6 +45,8 @@

 If your interface is wlan0, then:
 ./steganoroute.py -i wlan0 -m "Hello World" -l
+Only the first client that connects receives the text right. Any further client only destroys every text on all the clients.
+

 Client:
 mtr -t  (and press d after the start)
@@ -67,8 +72,16 @@

+To filter which client is authorized to connect
+-----------------------------------------------
+./steganoroute.py -i wlan0 -m "Hello World" -l -t 1 -s 192.168.0.20
+Only IP address 192.168.0.20 is authorized to receive the message. So no one can mess with your text.
+
+
+
+
 About the font
---------------
+==============
 Now it is using the Sinclair ZX Spectrum (1982) font. It is a regular sans font.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">seba garcia</dc:creator><pubDate>Sun, 31 Mar 2013 01:33:31 -0000</pubDate><guid>https://sourceforge.net7515ae1761bed7b2b1d1182aba384d6e851b2cdb</guid></item><item><title>WikiPage Home modified by seba garcia</title><link>https://sourceforge.net/p/steganoroute/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v15
+++ v16
@@ -18,6 +18,7 @@
 * It should work on your own localhost computer, on your LAN and over the Internet.
 * Is uses the Sinclair ZX Spectrum (1982) font.
 * You can select the TTL value on demand and therefore 'move' the text up and down the mtr graph.
+* You can filter the IP address that should receive the traceroute. If you don't filter it, every traceroute coming out of the server will mysteriously add fake hops to any destination! Oh my... what did I create?

@@ -61,7 +62,7 @@
 ./steganoroute.py -i wlan0 -m "Hello World" -l -t 3
 ./steganoroute.py -i wlan0 -m "Hello World" -l -t 4

-This should be done after the mtr has begin printing the text with the TTL value that reachs your computer. If you start with a TTL value of 10 and the mtr client is only 1 hop away, it will s
+This should be done after the mtr has begin printing the text with the TTL value that reaches your computer. If you start with a TTL value of 10 and the mtr client is only 1 hop away, it will s
 ee nothing.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">seba garcia</dc:creator><pubDate>Sat, 30 Mar 2013 01:08:55 -0000</pubDate><guid>https://sourceforge.net7b7b0ca4dd9aac377bb15966c8f5d370ecedf833</guid></item><item><title>WikiPage Home modified by seba garcia</title><link>https://sourceforge.net/p/steganoroute/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">seba garcia</dc:creator><pubDate>Sat, 30 Mar 2013 00:50:47 -0000</pubDate><guid>https://sourceforge.netbce3cf2f40d7ad697f2db4bbe0e13eb8209b6a00</guid></item><item><title>WikiPage Home modified by seba garcia</title><link>https://sourceforge.net/p/steganoroute/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -17,13 +17,15 @@
 * It can loop forever.
 * It should work on your own localhost computer, on your LAN and over the Internet.
 * Is uses the Sinclair ZX Spectrum (1982) font.
+* You can select the TTL value on demand and therefore 'move' the text up and down the mtr graph.
+

 Usage
 =====

-To test on your own computer
-----------------------------
+To test on your own computer and loop forever
+---------------------------------------------
 Server:
 ./steganoroute.py -i lo -m "Hello World" -l

@@ -32,13 +34,35 @@

-To use on any other network
----------------------------
+To use on any other network and loop forever
+--------------------------------------------
 Server:
 ./steganoroute.py -i  -m "Hello World" -l

+If your interface is wlan0, then:
+./steganoroute.py -i wlan0 -m "Hello World" -l
+
 Client:
 mtr -t  (and press d after the start)
+
+For example if your server is 192.168.1.2, then:
+mtr -t 192.168.1.2
+(and press d after the start)
+
+
+
+To change the TTL value on demand
+---------------------------------
+A TTL of 1 is useful in the local network.
+./steganoroute.py -i wlan0 -m "Hello World" -l -t 1
+
+If you keep the mtr client up, and you stop the server, change the TTL value and start it again, you will see how you can 'move' the text down and up the mtr!
+./steganoroute.py -i wlan0 -m "Hello World" -l -t 2
+./steganoroute.py -i wlan0 -m "Hello World" -l -t 3
+./steganoroute.py -i wlan0 -m "Hello World" -l -t 4
+
+This should be done after the mtr has begin printing the text with the TTL value that reachs your computer. If you start with a TTL value of 10 and the mtr client is only 1 hop away, it will s
+ee nothing.

@@ -47,6 +71,7 @@
 Now it is using the Sinclair ZX Spectrum (1982) font. It is a regular sans font.

+
 Screenshots
 -----------
 [[project_screenshots]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">seba garcia</dc:creator><pubDate>Sat, 30 Mar 2013 00:50:38 -0000</pubDate><guid>https://sourceforge.net571a0dd4f0801248ac54131407b7f57d98802d10</guid></item><item><title>WikiPage Home modified by seba garcia</title><link>https://sourceforge.net/p/steganoroute/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -16,6 +16,7 @@
 * It can print in normal or color-inverse mode.
 * It can loop forever.
 * It should work on your own localhost computer, on your LAN and over the Internet.
+* Is uses the Sinclair ZX Spectrum (1982) font.

 Usage
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">seba garcia</dc:creator><pubDate>Sat, 30 Mar 2013 00:15:58 -0000</pubDate><guid>https://sourceforge.netc5b394019c74d37f00dcccea4f8cd3130c21ea77</guid></item><item><title>WikiPage Home modified by seba garcia</title><link>https://sourceforge.net/p/steganoroute/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -1,4 +1,4 @@
-![alternate text](https://downloads.sourceforge.net/project/steganoroute/logo-small.png?r=&amp;amp;ts=1364583316&amp;amp;use_mirror=master)
+![alternate text](http://ufpr.dl.sourceforge.net/project/steganoroute/logo-small.png)

 Steganoroute
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">seba garcia</dc:creator><pubDate>Sat, 30 Mar 2013 00:15:30 -0000</pubDate><guid>https://sourceforge.net3e56cdb14643cd978724bafa8a6a2b8c35c58507</guid></item></channel></rss>