Hi list,<br><br> 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'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> The server has a firewall configured that doesn't allow incoming connections( other than HTTP), so rdp, pc anywhere and vnc installed "by default" are out.<br><br> What I'm looking for is an "intrusion kit", 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> Does this exist? Could anyone please share his experience with this problems ?<br><br clear="all">Cheers,<br>-- <br>Joshua Tagnore