<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>seigafuse.com &#187; Network Administration Tools</title>
	<atom:link href="http://seigafuse.com/category/technology/network-administration-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://seigafuse.com</link>
	<description>Mike Seigafuse&#039;s Technology and IT Security Blog</description>
	<lastBuildDate>Fri, 20 Aug 2010 16:23:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Updated NORSK posted</title>
		<link>http://seigafuse.com/2007/04/30/update-norsk-posted/</link>
		<comments>http://seigafuse.com/2007/04/30/update-norsk-posted/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 18:16:27 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Network Administration Tools]]></category>

		<guid isPermaLink="false">http://seigafuse.com/?p=35</guid>
		<description><![CDATA[The NORSK page and downloads have been updated with a new release (0.6). This release adds the following: Additional checking for blank users names returned from Contivity switches, when detected the blank is replaced with UNKNOWN Additional administrative functions to enabled NORSK administrators to modify the configuration file and the .htaccess file via the web [...]]]></description>
			<content:encoded><![CDATA[<p>The NORSK page and downloads have been updated with a new release (0.6).  This release adds the following:</p>
<ul>
<li> Additional checking for blank users names returned from Contivity switches, when detected the blank is replaced with UNKNOWN</li>
<li>Additional administrative functions to enabled NORSK administrators to modify the configuration file and the .htaccess file via the web interface</li>
</ul>
<p>Details can be found <a href="http://seigafuse.com/?page_id=32">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seigafuse.com/2007/04/30/update-norsk-posted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NORSK posted to site</title>
		<link>http://seigafuse.com/2007/04/11/norsk-posted-to-site/</link>
		<comments>http://seigafuse.com/2007/04/11/norsk-posted-to-site/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 11:44:00 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Network Administration Tools]]></category>

		<guid isPermaLink="false">http://seigafuse.com/?p=33</guid>
		<description><![CDATA[NORSK is a web based utility that allows administrators of Nortel Contivity switches to delegate the ability for other groups (such as a Call Center or Helpdesk) to terminate orphaned sessions on Nortel Contivity switches. This is done using a web interface and does not require granting full administrative rights on those devices. You can [...]]]></description>
			<content:encoded><![CDATA[<p>NORSK is a web based utility that allows administrators of Nortel Contivity switches to delegate the ability for other groups (such as a Call Center or Helpdesk) to terminate orphaned sessions on Nortel Contivity switches.  This is done using a web interface and does not require granting full administrative rights on those devices.  You can find more details and the link to download the tool <a href="http://seigafuse.com/?page_id=32">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://seigafuse.com/2007/04/11/norsk-posted-to-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sendpage hack</title>
		<link>http://seigafuse.com/2007/01/29/sendpage-hack/</link>
		<comments>http://seigafuse.com/2007/01/29/sendpage-hack/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 01:46:17 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Network Administration Tools]]></category>

		<guid isPermaLink="false">http://seigafuse.com/?p=26</guid>
		<description><![CDATA[sendPage is UNIX based utility to send alphanumeric pages via TAP. It is great as a means to send &#8220;out of band&#8221; Nagios alerts. A simple PHP script is included in the distribution to allow you to send pages via a simple web page. But in order to send the pages you need to remember [...]]]></description>
			<content:encoded><![CDATA[<p><a title="senPage" href="http://www.sendpage.org/">sendPage</a> is UNIX based utility to send alphanumeric pages via TAP.  It is great as a means to send &#8220;out of band&#8221; Nagios alerts.  A simple PHP script is included in the distribution to allow you to send pages via a simple web page.  But in order to send the pages you need to remember the recipient address in the form number@PC (PC stands for Paging Central &#8211; see the sendPage documentation for more information).  Since I already have too many things to remember I wrote a quick and dirty hack to the sendpage.php script to list the valid recipients from the sendpage.conf file in /etc as a table at the top of the form.  Your web server will need to be able to read /etc/sendpage.conf, so be sure to check permissions.</p>
<p><a href="javascript:showme('8018_1');"> <b>> sendpage.php</b></a>
<div style="display: none; background:white;" id=8018_1>
<pre class="php">&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Send Page&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;!--
&nbsp;
<span style="color: #0000ff;">$Id</span>: sendpage.php,v <span style="color: #cc66cc;">1</span>.<span style="color: #cc66cc;">2</span> <span style="color: #cc66cc;">2004</span>/<span style="color: #cc66cc;">01</span>/<span style="color: #cc66cc;">16</span> <span style="color: #cc66cc;">02</span>:<span style="color: #cc66cc;">03</span>:<span style="color: #cc66cc;">20</span> nemies <a href="http://www.php.net/exp"><span style="color: #000066;">Exp</span></a> $
&nbsp;
<span style="color: #808080; font-style: italic;"># Copyright (C) 2000,2001 Kees Cook</span>
<span style="color: #808080; font-style: italic;"># kees@outflux.net, http://outflux.net/</span>
<span style="color: #808080; font-style: italic;">#</span>
<span style="color: #808080; font-style: italic;"># This program is free software; you can redistribute it and/or</span>
<span style="color: #808080; font-style: italic;"># modify it under the terms of the GNU General Public License</span>
<span style="color: #808080; font-style: italic;"># as published by the Free Software Foundation; either version 2</span>
<span style="color: #808080; font-style: italic;"># of the License, or (at your option) any later version.</span>
<span style="color: #808080; font-style: italic;">#</span>
<span style="color: #808080; font-style: italic;"># This program is distributed in the hope that it will be useful,</span>
<span style="color: #808080; font-style: italic;"># but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<span style="color: #808080; font-style: italic;"># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span>
<span style="color: #808080; font-style: italic;"># GNU General Public License for more details.</span>
<span style="color: #808080; font-style: italic;">#</span>
<span style="color: #808080; font-style: italic;"># You should have received a copy of the GNU General Public License</span>
<span style="color: #808080; font-style: italic;"># along with this program; if not, write to the Free Software</span>
<span style="color: #808080; font-style: italic;"># Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.</span>
<span style="color: #808080; font-style: italic;"># http://www.gnu.org/copyleft/gpl.html</span>
&nbsp;
--&gt;
&lt;h1&gt;Send Page&lt;/h1&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
	<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><a href="http://www.php.net/isset"><span style="color: #000066;">isset</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$_POST</span><span style="color: #66cc66;">&#91;</span>pageto<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #0000ff;">$_POST</span><span style="color: #66cc66;">&#91;</span>pageto<span style="color: #66cc66;">&#93;</span> != <span style="color: #ff0000;">""</span> &amp;&amp;
	    <a href="http://www.php.net/isset"><span style="color: #000066;">isset</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$_POST</span><span style="color: #66cc66;">&#91;</span>pagefrom<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #0000ff;">$_POST</span><span style="color: #66cc66;">&#91;</span>pagefrom<span style="color: #66cc66;">&#93;</span> != <span style="color: #ff0000;">""</span> &amp;&amp;
	    <a href="http://www.php.net/isset"><span style="color: #000066;">isset</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$_POST</span><span style="color: #66cc66;">&#91;</span>pagetext<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #0000ff;">$_POST</span><span style="color: #66cc66;">&#91;</span>pagetext<span style="color: #66cc66;">&#93;</span> != <span style="color: #ff0000;">""</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
		<span style="color: #0000ff;">$pageto</span> = <span style="color: #0000ff;">$_POST</span><span style="color: #66cc66;">&#91;</span>pageto<span style="color: #66cc66;">&#93;</span>;
		<span style="color: #0000ff;">$pagefrom</span> = <span style="color: #0000ff;">$_POST</span><span style="color: #66cc66;">&#91;</span>pagefrom<span style="color: #66cc66;">&#93;</span>;
		<span style="color: #0000ff;">$pagetext</span> = <span style="color: #0000ff;">$_POST</span><span style="color: #66cc66;">&#91;</span>pagetext<span style="color: #66cc66;">&#93;</span>;
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;ul&gt;
&lt;hr&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
		<span style="color: #0000ff;">$snpp</span> = <a href="http://www.php.net/popen"><span style="color: #000066;">popen</span></a> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"/usr/bin/snpp -f "</span>.<a href="http://www.php.net/escapeshellcmd"><span style="color: #000066;">EscapeShellCmd</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$pagefrom</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #ff0000;">" "</span>.<a href="http://www.php.net/escapeshellcmd"><span style="color: #000066;">EscapeShellCmd</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$pageto</span><span style="color: #66cc66;">&#41;</span>,<span style="color: #ff0000;">"w"</span><span style="color: #66cc66;">&#41;</span>;
		<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$snpp</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
			<a href="http://www.php.net/fwrite"><span style="color: #000066;">fwrite</span></a> <span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$snpp</span>,<span style="color: #0000ff;">$pagetext</span><span style="color: #66cc66;">&#41;</span>;
			<span style="color: #0000ff;">$ret</span>=<span style="color: #66cc66;">&#40;</span><a href="http://www.php.net/pclose"><span style="color: #000066;">pclose</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$snpp</span><span style="color: #66cc66;">&#41;</span>&gt;&gt;<span style="color: #cc66cc;">8</span><span style="color: #66cc66;">&#41;</span>&amp;0xFF;
			<span style="color: #0000ff;">$snpp</span>=<span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$ret</span> == <span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#41;</span>;
		<span style="color: #66cc66;">&#125;</span>
		<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>!<span style="color: #0000ff;">$snpp</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
?&gt;Sorry, an error occured sending your page!<span style="color: #000000; font-weight: bold;">&lt;?php</span>
		<span style="color: #66cc66;">&#125;</span>
		<span style="color: #b1b100;">else</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
Page sent:&lt;br&gt;
&lt;pre&gt;
To: <span style="color: #000000; font-weight: bold;">&lt;?php</span> <a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <a href="http://www.php.net/stripslashes"><span style="color: #000066;">stripslashes</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$pageto</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
From: <span style="color: #000000; font-weight: bold;">&lt;?php</span> <a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <a href="http://www.php.net/stripslashes"><span style="color: #000066;">stripslashes</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$pagefrom</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
Text:
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <a href="http://www.php.net/stripslashes"><span style="color: #000066;">stripslashes</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$pagetext</span><span style="color: #66cc66;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/pre&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
		<span style="color: #66cc66;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;hr&gt;
&lt;/ul&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
	<span style="color: #66cc66;">&#125;</span>
<span style="color: #0000ff;">$recipstart</span> = <span style="color: #cc66cc;">0</span>;
<a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <span style="color: #ff0000;">"&lt;p&gt;Possible destinations (use the Destination text in the To field):<span style="color: #000099; font-weight: bold;">\\n</span>"</span>;
<a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <span style="color: #ff0000;">"&lt;table border=1&gt;&lt;th align=left&gt;Recipient&lt;/th&gt;&lt;th align=left&gt;Destination&lt;/th&gt;"</span>;
<span style="color: #0000ff;">$cfgfile</span> = <a href="http://www.php.net/file"><span style="color: #000066;">file</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"/etc/sendpage.cf"</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #b1b100;">foreach</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$cfgfile</span> <span style="color: #b1b100;">as</span> <span style="color: #0000ff;">$line</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
	<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><a href="http://www.php.net/substr"><span style="color: #000066;">substr</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$line</span>, <span style="color: #cc66cc;">0</span>, <span style="color: #cc66cc;">7</span><span style="color: #66cc66;">&#41;</span> == <span style="color: #ff0000;">"[recip:"</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
		<span style="color: #0000ff;">$recipname</span> = <a href="http://www.php.net/substr"><span style="color: #000066;">substr</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$line</span>, <span style="color: #cc66cc;">7</span>, <a href="http://www.php.net/strpos"><span style="color: #000066;">strpos</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$line</span>, <span style="color: #ff0000;">"]"</span><span style="color: #66cc66;">&#41;</span><span style="color: #cc66cc;">-7</span><span style="color: #66cc66;">&#41;</span>;
		<a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <span style="color: #ff0000;">"&lt;tr&gt;&lt;td&gt;$recipname&lt;/td&gt;"</span>;
		<span style="color: #0000ff;">$recipstart</span> = <span style="color: #cc66cc;">1</span>;
	<span style="color: #66cc66;">&#125;</span>
	<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$recipstart</span> == <span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #66cc66;">&#40;</span><a href="http://www.php.net/substr"><span style="color: #000066;">substr</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$line</span>, <span style="color: #cc66cc;">0</span>, <span style="color: #cc66cc;">4</span><span style="color: #66cc66;">&#41;</span> == <span style="color: #ff0000;">"dest"</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
		<span style="color: #0000ff;">$esign</span> = <a href="http://www.php.net/strpos"><span style="color: #000066;">strpos</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$line</span>, <span style="color: #ff0000;">"="</span><span style="color: #66cc66;">&#41;</span>;
		<span style="color: #0000ff;">$dest</span> = <a href="http://www.php.net/substr"><span style="color: #000066;">substr</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$line</span>, <span style="color: #0000ff;">$esign</span><span style="color: #cc66cc;">+1</span><span style="color: #66cc66;">&#41;</span>;
		<a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <span style="color: #ff0000;">"&lt;td&gt;$dest&lt;/td&gt;&lt;/tr&gt;"</span>;
		<span style="color: #0000ff;">$recipstart</span> = <span style="color: #cc66cc;">0</span>;
	<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span>
<a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <span style="color: #ff0000;">"&lt;/table&gt;&lt;/p&gt;&lt;p&gt;"</span>;
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;p&gt;
&lt;form method=<span style="color: #ff0000;">"POST"</span> action=<span style="color: #ff0000;">"&lt;?php print $SCRIPT_NAME ?&gt;"</span>&gt;
Please fill out the following information to send a page....
&lt;table border=<span style="color: #cc66cc;">0</span> cellspacing=<span style="color: #cc66cc;">0</span> cellpadding=<span style="color: #cc66cc;">0</span>&gt;
 &lt;tr&gt;
  &lt;td&gt;&lt;font&lt;?php <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$pageto</span>==<span style="color: #ff0000;">""</span> &amp;&amp; <a href="http://www.php.net/isset"><span style="color: #000066;">isset</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$send</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <a href="http://www.php.net/print"><span style="color: #000066;">print</span></a> <span style="color: #ff0000;">' color=&quot;#FF0000&quot;'</span>; ?&gt;&gt;To:&lt;/font&gt;&lt;/td&gt;
  &lt;td&gt;&lt;input type=text name=<span style="color: #ff0000;">"pageto"</span> value=<span style="color: #ff0000;">"&lt;?php echo $pageto ?&gt;"</span> columns=<span style="color: #ff0000;">"15"</span>&gt;&lt;br&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td&gt;&lt;font&lt;?php <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$pagefrom</span>==<span style="color: #ff0000;">""</span> &amp;&amp; <a href="http://www.php.net/isset"><span style="color: #000066;">isset</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$send</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <a href="http://www.php.net/print"><span style="color: #000066;">print</span></a> <span style="color: #ff0000;">' color=&quot;#FF0000&quot;'</span>; ?&gt;&gt;From:&lt;/font&gt;&lt;/td&gt;
  &lt;td&gt;&lt;input type=text name=<span style="color: #ff0000;">"pagefrom"</span> value=<span style="color: #ff0000;">"&lt;?php echo $pagefrom ?&gt;"</span> columns=<span style="color: #ff0000;">"40"</span>&gt;&lt;br&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td&gt;&lt;font&lt;?php <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$pagetext</span>==<span style="color: #ff0000;">""</span> &amp;&amp; <a href="http://www.php.net/isset"><span style="color: #000066;">isset</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$send</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <a href="http://www.php.net/print"><span style="color: #000066;">print</span></a> <span style="color: #ff0000;">' color=&quot;#FF0000&quot;'</span>; ?&gt;&gt;Text:&lt;/font&gt;&lt;br&gt;&lt;/td&gt;
  &lt;td&gt;&lt;TEXTAREA NAME=<span style="color: #ff0000;">"pagetext"</span> ROWS=<span style="color: #ff0000;">"4"</span> COLS=<span style="color: #ff0000;">"40"</span> WRAP=<span style="color: #ff0000;">"SOFT"</span>&gt;&lt;?php <a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <a href="http://www.php.net/stripslashes"><span style="color: #000066;">stripslashes</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$pagetext</span><span style="color: #66cc66;">&#41;</span> ?&gt;&lt;/TEXTAREA&gt;&lt;/td&gt;
 &lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;
&lt;input type=<span style="color: #ff0000;">"submit"</span> name=<span style="color: #ff0000;">"send"</span> value=<span style="color: #ff0000;">"Send"</span>&gt;
&lt;/form&gt;
&lt;hr&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://seigafuse.com/2007/01/29/sendpage-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

