本篇并不是为了介绍这几款工具,而是谈谈如何自研一款高效稳定的端口扫描器。Python的Socket模块可以创建套接字,创建tcp三次握手连接,以此探测目标端口是否存活。本篇将使用socket模块编写tcp扫描以及syn扫描,并对比两者的差异。 ...
分类:
其他好文 时间:
2020-07-21 22:23:06
阅读次数:
66
propagation_required propagation_supports propagation_mandatory propagation_requires_new propagation_not_supported propagation_never propagation_neste ...
分类:
编程语言 时间:
2020-07-21 22:17:27
阅读次数:
56
一、什么是unittest unittest是Python单元测试框架,类似于JUnit框架。 unittest中有4个重要的概念:test fixture, test case, test suite, test runner Testcase: 一个TestCase的实例就是一个测试用例。什么是 ...
分类:
其他好文 时间:
2020-07-21 13:43:35
阅读次数:
68
ReactJs as a JavaScript library created by Facebook that lets us build dynamic user interfaces. What this dynamic user interface even means is that we ...
分类:
Web程序 时间:
2020-07-21 09:48:32
阅读次数:
76
Introducing gRPC Support with NGINX 1.13.10 - NGINX https://www.nginx.com/blog/nginx-1-13-10-grpc/ 思考gRPC :为什么是HTTP/2 | 横云断岭的专栏 http://hengyunabc.gith ...
分类:
Web程序 时间:
2020-07-21 01:19:35
阅读次数:
73
1. urllib https://docs.python.org/zh-cn/3/library/urllib.request.html#module-urllib.request 2. BeautifulSoup https://www.crummy.com/software/Beautiful ...
分类:
其他好文 时间:
2020-07-21 01:10:58
阅读次数:
71
input { jdbc { #jdbc驱动包位置 jdbc_driver_library => "D:\tools\elk\logstash-7.6.1\ojdbc8-12.2.0.1.jar" #jdbc驱动类 jdbc_driver_class => "Java::oracle.jdbc.dr ...
分类:
数据库 时间:
2020-07-20 22:38:24
阅读次数:
120
zabbix_agentd.log报错,排除了zabbix_agentd.conf配置无问题,网络神马都是正常,,,此时陷入了无解之中,,,[root@glpi~]#tail-f/var/log/zabbix/zabbix_agentd.log32241:20200719:183516.887TLSsupport:YES32241:20200719:183516.887**32241:202007
分类:
其他好文 时间:
2020-07-20 11:02:42
阅读次数:
111
设置路由: use Illuminate\Support\Facades\Route; //设置路由访问控制器只能是get访问 // Route::get('/user','User@user'); // Route::get('/',function(){ // return 'hello wor ...
分类:
数据库 时间:
2020-07-18 19:57:39
阅读次数:
87
前言 不管是在brew的安装过程还是升级更新过程中,国内的环境brew都会卡在这里 解决方案 cd /usr/local/Homebrew/Library/Taps/ mkdir homebrew cd homebrew git clone https://mirrors.ustc.edu.cn/h ...
分类:
其他好文 时间:
2020-07-18 16:07:56
阅读次数:
356