ssh tunneling / port forwarding / accesso a subnet diverse

1

Ciao ho bisogno di qualche puntatore buono o di qualsiasi raccomandazione qualsiasi documento su questo scenario sotto indicato. Durante il mio recente pentesting:  Il mio ip è 192.168.x.1 (kali) Da alcuni come sono riuscito a ottenere la shell di root su qualche sistema Unix con IP 192.168.x.21. Ora, quando ifconfig in questo sistema 21 ottengo eth0 & lo, eth0 con 10.1.1.34. Dopo qualche enumerazione ho trovato questa sottorete 10.1.1.X ci sono anche alcuni sistemi dietro il firewall, non direttamente connessi dal pubblico. Ora ho bisogno di testare questo sistema per. Poiché tutti i miei strumenti sono in kali, ho bisogno di connettere questo altro sistema in quel 10.1.1.X. Non sono in grado di farlo. Per favore aiutami a risolvere questo problema.

    
posta Avik 10.01.2016 - 22:00
fonte

1 risposta

2

È possibile utilizzare Meterpreter per la rotazione. C'è un buon tutorial descritto in Metasploit Unleashed .

meterpreter > ipconfig

Citrix XenServer PV Ethernet Adapter #2 - Packet Scheduler Miniport
Hardware MAC: d2:d6:70:fa:de:65
IP Address  : 10.1.13.3
Netmask     : 255.255.255.0



MS TCP Loopback interface
Hardware MAC: 00:00:00:00:00:00
IP Address  : 127.0.0.1
Netmask     : 255.0.0.0



Citrix XenServer PV Ethernet Adapter - Packet Scheduler Miniport
Hardware MAC: c6:ce:4e:d9:c9:6e
IP Address  : 192.168.1.201
Netmask     : 255.255.255.0

meterpreter > run autoroute -h
[*] Usage:   run autoroute [-r] -s subnet -n netmask
[*] Examples:
[*]   run autoroute -s 10.1.1.0 -n 255.255.255.0  # Add a route to 10.10.10.1/255.255.255.0
[*]   run autoroute -s 10.10.10.1                 # Netmask defaults to 255.255.255.0
[*]   run autoroute -s 10.10.10.1/24              # CIDR notation is also okay
[*]   run autoroute -p                            # Print active routing table
[*]   run autoroute -d -s 10.10.10.1              # Deletes the 10.10.10.1/255.255.255.0 route
[*] Use the "route" and "ipconfig" Meterpreter commands to learn about available routes
meterpreter > run autoroute -s 10.1.13.0/24
[*] Adding a route to 10.1.13.0/255.255.255.0...
[+] Added route to 10.1.13.0/255.255.255.0 via 192.168.1.201
[*] Use the -p option to list all active routes
meterpreter > run autoroute -p

Active Routing Table
====================

   Subnet             Netmask            Gateway
   ------             -------            -------
   10.1.13.0          255.255.255.0      Session 1
    
risposta data 11.01.2016 - 04:56
fonte

Leggi altre domande sui tag