当前位置:网站首页>上班第一天的报错(Nessus安装winpcap报错)
上班第一天的报错(Nessus安装winpcap报错)
2022-07-02 06:34:00 【hangshao0.0】
Nessus安装一直报错。
后来发现是之前的winpcap版本较高,而我要装的破解版稍微旧一点,所以需要删除之前的。
但是我的winpcap已经删除过了,那么基本可以判断,winpcap也是一种需要“卸载干净”的东西。
所以去修改了两个.dll文件,在后面加上,old后缀,如下所示。
C:\Windows\SysWOW64\Packet.dll.old
C:\Windows\SysWOW64\wpcap.dll.old
然后把之前安装Nessus的路径都删了,重新运行安装包即可。
边栏推荐
- 每天睡觉前30分钟阅读_day3_Files
- Hystrix implements request consolidation
- Microservice practice | teach you to develop load balancing components hand in hand
- 概率还不会的快看过来《统计学习方法》——第四章、朴素贝叶斯法
- Don't look for it. All the necessary plug-ins for Chrome browser are here
- Redis zadd导致的一次线上问题排查和处理
- 自定義Redis連接池
- Amq6126 problem solving ideas
- I've taken it. MySQL table 500W rows, but someone doesn't partition it?
- Statistical learning methods - Chapter 5, decision tree model and learning (Part 1)
猜你喜欢

Knowledge points are very detailed (code is annotated) number structure (C language) -- Chapter 3, stack and queue

"Redis source code series" learning and thinking about source code reading

Typeerror: X () got multiple values for argument 'y‘
![[go practical basis] gin efficient artifact, how to bind parameters to structures](/img/c4/44b3bda826bd20757cc5afcc5d26a9.png)
[go practical basis] gin efficient artifact, how to bind parameters to structures
![[go practical basis] how to set the route in gin](/img/23/f38d68c4fd238d453b9a7670483002.png)
[go practical basis] how to set the route in gin

微服务实战|负载均衡组件及源码分析

Chrome浏览器插件-Fatkun安装和介绍

How to use pyqt5 to make a sensitive word detection tool

Bold prediction: it will become the core player of 5g

Microservice practice | declarative service invocation openfeign practice
随机推荐
[go practical basis] how to bind and use URL parameters in gin
「面试高频题」难度大 1.5/5,经典「前缀和 + 二分」运用题
Watermelon book -- Chapter 6 Support vector machine (SVM)
深入剖析JVM是如何执行Hello World的
Microservice practice | load balancing component and source code analysis
[staff] time mark and note duration (staff time mark | full note rest | half note rest | quarter note rest | eighth note rest | sixteenth note rest | thirty second note rest)
VIM操作命令大全
Alibaba /热门json解析开源项目 fastjson2
In depth analysis of how the JVM executes Hello World
Say goodbye to 996. What are the necessary plug-ins in idea?
知识点很细(代码有注释)数构(C语言)——第三章、栈和队列
CKEditor 4.10.1 上传图片提示“不正确的服务器响应” 问题解决
Matplotlib剑客行——没有工具用代码也能画图的造型师
微服务实战|原生态实现服务的发现与调用
Chrome浏览器标签管理插件–OneTab
Typeerror: X () got multiple values for argument 'y‘
长篇总结(代码有注释)数构(C语言)——第四章、串(上)
我服了,MySQL表500W行,居然有人不做分区?
Matplotlib剑客行——容纳百川的艺术家教程
Complete solution of servlet: inheritance relationship, life cycle, container, request forwarding and redirection, etc