kali linux(白帽子学习目的)过程总结4

应作如是观
2024-11-02 / 0 评论 / 12 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2024年11月08日,已超过73天没有更新,若内容或图片失效,请留言反馈。

一、如何建立Eve-Ng的网络模拟器?

https://www.eve-ng.net/index.php/download/

网址下载eveiso文件,在vmware软件新建一个ubuntu-64位的虚拟机,配置如下

m31m4qdc.png

账号为root密码为eve,可以依据官网文档进行配置,注意一下有一段要求login但是不用理会。

官方安装文档如下:
https://www.eve-ng.net/images/EVE-COMM-COOK-BOOK-latest.pdf

二、镜像源如何安装????
以下面的镜像源为例子
m31m7oqa.png

Router node(路由器镜像)

  1. SSH to the EVE and login as root, from cli and create image directory on the EVE’s /opt/unetlab/addons/qemu, this example is for first image in the table above. It is vios L3 router image. Per our image naming table we have to create image folder starting with vios-.
  2. mkdir /opt/unetlab/addons/qemu/vios-adventerprisek9-m.SPA.159-3.M6
  3. Upload the downloaded image vios-adventerprisek9-m.spa.159-3.m6.qcow2 to the EVE /opt/unetlab/addons/qemu/vios-adventerprisek9-m.SPA.159-3.M6/ folder using for example FileZilla or WinSCP.
  4. From the EVE cli, go to newly created image folder.
    cd /opt/unetlab/addons/qemu/vios-adventerprisek9-m.SPA.159-3.M6
  5. Rename original filename to virtioa.qcow2
    mv vios-adventerprisek9-m.spa.159-3.m6.qcow2 virtioa.qcow2
  6. Fix permissions:
    /opt/unetlab/wrappers/unl_wrapper -a fixpermissions

Eve-Ng的各种网络交换器/路由器模拟镜像源网站可以在下面找到:

https://labhub.eu.org/UNETLAB%20II/addons/qemu/

Switch node(交换机镜像)

  1. SSH to the EVE and login as root, from cli and create image directory on the EVE’s /opt/unetlab/addons/qemu, this example is for second image in the table above. It is viosl2- L2 switch image. Per our image naming table we have to create image folder starting with viosl2-.
    mkdir /opt/unetlab/addons/qemu/viosl2-adventerprisek9-m.SSA.high_iron_20200929
  2. Upload the downloaded image vios_l2-adventerprisek9-m.ssa.high_iron_20200929.qcow2 to the EVE /opt/unetlab/addons/qemu/viosl2-adventerprisek9-m.SSA.high_iron_20200929/ folder using for example FileZilla or WinSCP.
  3. From the EVE cli, go to newly created image folder.
    cd /opt/unetlab/addons/qemu/viosl2-adventerprisek9-m.SSA.high_iron_20200929
  4. Rename original filename to virtioa.qcow2
    mv vios_l2-adventerprisek9-m.ssa.high_iron_20200929.qcow2 virtioa.qcow2
  5. Fix permissions:
    /opt/unetlab/wrappers/unl_wrapper -a fixpermissions

毒害arp协议(地址解析协议:用于允许了解其他设备的mac地址)毒害以便于中间人攻击

0

评论 (0)

取消