Linux - /dev/tcp/<HOSTNAME>/<PORT>
摘要:Linux中存在一个特殊的设备文件/dev/tcp/<HOSTNAME>/<PORT>,该文件可以直接和目标建立TCP通信,利用这一特性可以进行端口检测。 zzh@ZZHPC:/dev$ lh | grep tcp zzh@ZZHPC:/dev$ echo > /dev/tcp/192.168.1.
阅读全文
Znote - 复制网页上禁止复制的文字
摘要:按F12键打开调试器,点击Settings按钮: 点选Disable Javascript,然后就可以复制了:
阅读全文
Go 100 mistakes - #100: Not understanding the impacts of running Go in Docker and Kubernetes
摘要:The issue https://github.com/golang/go/issues/33803 is still open on 2024.06.08.
阅读全文
Go - ...
摘要:Copied from the output of 'go help packages': An import path is a pattern if it includes one or more "..." wildcards, each of which can match any stri
阅读全文