Hi list,<br><br>&nbsp;&nbsp;&nbsp; While doing a penetration test for one of our clients, I succeded in exploiting a sql injection to get Administrator access to a windows server. I used netcat to get a reverse shell and everything works just fine. Right now i&#39;m having problems with the next phase, pivoting into the network. For example, If i want to install nmap, i need to install winpcap (which has no command line installer), to install vnc and configure it to create a reverse vnc connection I also need a point and click interface. 
<br><br>&nbsp;&nbsp;&nbsp; The server has a firewall configured that doesn&#39;t allow incoming connections( other than HTTP), so rdp, pc anywhere and vnc installed &quot;by default&quot; are out.<br><br>&nbsp;&nbsp;&nbsp; What I&#39;m looking for is an &quot;intrusion kit&quot;, a ZIP file that contains common tools like: vnc, nmap, pwdump, ssh client, etc. That have all dependencies in the zip file, so I could do:
<br><br>unzip kit.zip<br>cd nmap<br>nmap -sS localhost<br>cd ..<br>cd vnc<br>run-vnc-server<br><br>&nbsp;&nbsp;&nbsp; Does this exist? Could anyone please share his experience with this problems ?<br><br clear="all">Cheers,<br>-- <br>Joshua Tagnore