Entradas

MPLS VPN

Imagen
  R2 router bgp 5000  bgp log-neighbor-changes  network 2.2.2.2 mask 255.255.255.255  neighbor 4.4.4.4 remote-as 5000  neighbor 4.4.4.4 update-source Loopback0  neighbor 5.5.5.5 remote-as 5000  neighbor 5.5.5.5 update-source Loopback0  neighbor 9.9.9.9 remote-as 5000  neighbor 9.9.9.9 update-source Loopback0  !  address-family vpnv4   neighbor 5.5.5.5 activate   neighbor 5.5.5.5 send-community both   neighbor 9.9.9.9 activate   neighbor 9.9.9.9 send-community both  exit-address-family  !  address-family ipv4 vrf 100:EMPRESA1   redistribute ospf 100  exit-address-family  !  address-family ipv4 vrf 200:EMPRESA2   redistribute ospf 200  exit-address-family interface Loopback0  ip address 2.2.2.2 255.255.255.255  ip ospf network point-to-point  ip ospf 1 area 0 ! interface Ethernet0/0  ip vrf forwarding 100:EMPRESA1  ip address 192.168.10.1 255.255...
Imagen
  LABORATORIO  kali  Mutillidae 2.8.83  (ubuntu 18.10) Metasploit 3 mutillidae  use mysql  update user set authentication_string=PASSWORD(‘mutillidae’) where user=’root’;  update user set plugin=’mysql_native_password’ where user=’root’;  flush privileges;  exit; path transversal http://192.168.2.110/mutillidae/index.php?page=/etc/passwd sqli extract data     ' or 1=1 -- https://owasp.org/www-project-web-security-testing-guide/assets/archive/OWASP_Testing_Guide_v4.pdf https://mega.nz/#!n9gjWAaT!OY89LcxS_HKu1h1PCg294MkmDa8rsVCY7Jfz-cL8dtw