zoukankan      html  css  js  c++  java
  • OSCP Learning Notes

    Pivoting

     1. Edit the virtual network settings of the Vmware.

    2. Set the Network Adapter(s) of Kali Linux, IE8-Win7 and Kioptrix Level 1 as showed in the following screenshoots.

    The Kali Linux should only talk to IE8-Win7 machine, and can not talk to Kioptrix Level 1.

    The  Kioptrix Level 1 should only talk to IE8-Win7 machine, and can not talk to Kali Linux.

    3.Confirm the IP addresses of the Vmware machines.

    The IP address of Kali Linux is 10.1.10.129.

     There are two IP addresses of IE8-Win7, one is 192.168.134.128 and the other one is 10.1.10.128.

    The IP address of Kioptrix Level 1 is 192.168.134.2.

    4.Set the Java Security Panel on IE8-Win7 to Medium and add the IP of Kali to the Exception site list.

     5. Use setoolkit and metasploit to exploit the target server.

    Open Issue:https://github.com/trustedsec/social-engineer-toolkit/issues/593

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    5. Try to see the routes.

    run autoroute -p

    ipconfig

    arp -a

    netstat -ano

    route

    run autoroute -s 192.168.134.0/24

     

    run autoroute -p

    6. Start the Metasploit and choose proper module.

    use auxiliary/scanner/portscan/tcp
    show options
    set ports 139
    set rhosts 192.168.134.131

    Run the exploit now.

     When exiting the session,  we can not scan the target server now...

    相信未来 - 该面对的绝不逃避,该执著的永不怨悔,该舍弃的不再留念,该珍惜的好好把握。
  • 相关阅读:
    电源
    SM2947
    网表
    cadence设计思路
    青山依旧在,几度夕阳红
    乐观锁与悲观锁
    笔记
    强弱软虚引用
    缓存相关
    dubbo
  • 原文地址:https://www.cnblogs.com/keepmoving1113/p/11274136.html
Copyright © 2011-2022 走看看