凉城旧巷
Python从入门到自闭,Java从自闭到放弃,数据库从删库到跑路,Linux从rm -rf到完犊子!!!
posts - 315,comments - 20,views - 38万
06 2020 档案
logging模块详解
摘要:logging模块 import logging # 1.生成一个logger对象 logger = logging.getLogger() # 2.设置日志格式 formatter = logging.Formatter(fmt="%(asctime)s - %(levelname)s : %(m 阅读全文
posted @ 2020-06-08 19:45 凉城旧巷 阅读(738) 评论(0) 推荐(0) 编辑
端口扫描之nmap命令
摘要:nmap Ex: scanme.nmap.org, microsoft.com/24, 192.168.0.1; 10.0.0-255.1-254 TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. Ex: s 阅读全文
posted @ 2020-06-02 21:01 凉城旧巷 阅读(2000) 评论(0) 推荐(0) 编辑
端口扫描之masscan扫描
摘要:masscan Masscan号称是最快的互联网端口扫描器,最快可以在六分钟内扫遍互联网。 masscan的扫描结果类似于nmap(一个很著名的端口扫描器),在内部,它更像scanrand, unicornscan, and ZMap,采用了异步传输的方式。它和这些扫描器最主要的区别是,它比这些扫描 阅读全文
posted @ 2020-06-02 21:00 凉城旧巷 阅读(2472) 评论(0) 推荐(0) 编辑
端口扫描之Scapy模块的使用
摘要:Scapy 知乎:https://zhuanlan.zhihu.com/p/51002301 官方文档:https://scapy.readthedocs.io/en/latest/introduction.html 中文文档:https://www.cntofu.com/book/33/1.md 阅读全文
posted @ 2020-06-02 20:57 凉城旧巷 阅读(2806) 评论(0) 推荐(0) 编辑
端口扫描之开放端口扫描方式
摘要:端口扫描器 参考:https://www.imooc.com/article/286803 常见的端口扫描类型 1. TCP 连接扫描 2. TCP SYN 扫描(也称为半开放扫描或stealth扫描) 3. TCP 圣诞树(Xmas Tree)扫描 4. TCP FIN 扫描 5. TCP 空扫描 阅读全文
posted @ 2020-06-02 20:50 凉城旧巷 阅读(2943) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示