#cann

kali linux networking scanning Cookbok (第三章结尾笔记)

1、ZombieScanningwithNmap   ZombiescanscanalsobeperformedwithanoptioninNamp, wecanfindlyviablezombiecandidatesbysweepinganentireaddressrangea...

Connet Scanning

 1、connectscanningwithScapy,  Toolsthatperform Tcpscansoperatebyperformingafullthere-wayhandshaketoestablishaconnectionwithallodthescannedpo...
代码星球 代码星球·2020-04-07

Zombie Scanning

1、theree-wayhandshake   ATCPSYNpacketissentfromthedevicethatwishestoestablishaconnectionwitha portofthedevicetheitderirestoconnectwith,ifthe...
代码星球 代码星球·2020-04-07

Discovery Scanning

1、NetDiscoveryouperformelayer2    thecomand :netdiscover-r192.168.2.0/24  oruse  netdiscover -l iplist.tx...
代码星球 代码星球·2020-04-07

Burp Scanner Report

1、使用applicationweb漏洞平台,除此之外还有一款类似的工具叫做mulidata,其实mulidata功能更好一点。2、配置之前的问题处理       安装之前要确认自己之前是否安装过Apache或者PHP解释器或者MySQL,如果之前安...
代码星球 代码星球·2020-04-07

由于外键的存在引发的一个mysql问题 Cannot change column 'id': used in a foreign key constraint

Duplicateentry'0'forkey'PRIMARY'一查,发现表没有设置自增长。尝试增加修改表,添加自增长。ALTERTABLEsh_incentive_itemMODIFYidSMALLINTUNSIGNEDAUTO_INCREMENT;报错[SQL]ALTERTABLEsh_incentive_item...

Hash history cannot PUSH the same path; a new entry will not be added to the history stack

这个是reactr-router的一个提示,当前路由下的history不能push相同的路径。只有开发环境存在,生产环境不存在,目前还没看到官方有去掉的意思。看不惯的话可以采取一些方法关掉这个提示。具体可以参考ReactTraining/react-router#4467 https://github.com...

mysql错误:The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement解决方法

Mysql关系型数据库管理系统MySQL是一个开放源码的小型关联式数据库管理系统,开发者为瑞典MySQLAB公司。MySQL被广泛地应用在Internet上的中小型网站中。由于其体积小、速度快、总体拥有成本低,尤其是开放源码这一特点,许多中小型网站为了降低网站总体拥有成本而选择了MySQL作为网站数据库。本文为大家讲解...

Cannot start compilation: the output path is not specified for module "salesystem". Specify the output path in Configure Project.

错误是发生在从github上checkout自己的项目时。因为没有将配置文件一起上传,所以在运行java程序时有了这个报错:Cannotstartcompilation:theoutputpathisnotspecifiedformodule“Test”.Specifytheoutputpath...

At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger fo

一、文章前言   本文是亲测有效解决AtleastoneJARwasscannedforTLDsyetcontainednoTLDs问题,绝对不是为了积分随便粘贴复制然后压根都没有用系列二、问题描述   1.今天测试发现Tomcat启动贼慢,当然这个不是随机数...
代码星球 代码星球·2020-04-06

SpringMVC 数组类型的参数: Cannot generate variable name for non-typed Collection parameter type

我只想安静的传个数组类型的参数,为什么各种报错... @DeleteMapping("del")@ApiOperation(value="删除")publicIntegerdeleteMan(@RequestBodyListidList){  ...不行,报错:Cannot generate&nbs...

spring boot 之 错误:SpelEvaluationException: EL1008E: Property or field 'timestamp' cannot be found on object of type 'java.util.HashMap'

这个错误我也见过很多次了,今天终于理解了其出现的原因。错误是这样的:2017-11-2318:05:39.504ERROR4092---[nio-8080-exec-3]o.a.c.c.C.[Tomcat].[localhost]:ExceptionProcessingErrorPage[errorCode=0,loc...

centos6.9安装xampp后报错:egrep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

1、centos6.9安装xampp(xampp-linux-x64-7.0.21-0-installer.run)后启动的时候,报错:egrep:errorwhileloadingsharedlibraries:libc.so.6:cannotopensharedobjectfile:Nosuchfileordire...

Cannot use ImageField because Pillow is not installed

在django的models.py在有例如以下代码。 运行python manage.py runserver后报错:class Article(models.Model):    title = models.Char...
首页上一页...118119120121122...下一页尾页