
joshua.tagnore at gmail
Aug 3, 2007, 12:29 PM
Post #1 of 8
(1842 views)
Permalink
|
Hi list, 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. 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. 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: unzip kit.zip cd nmap nmap -sS localhost cd .. cd vnc run-vnc-server Does this exist? Could anyone please share his experience with this problems ? Cheers, -- Joshua Tagnore
|