相关文章
raw socket应用笔记
一、Socket 框图 二、socket help
man socket三、socket接口
int socket(int domain, int type, int protocol);四、通信协议族(通信域)
/* Supported address families. */
#define AF_UNSPEC 0
#define AF_UNIX 1 /* Unix domain sockets */
#de…
建站知识
2025/2/8 10:54:32
weblogic 下cxf webservice 调用服务报错
weblogic 下cxf webservice 调用服务报错
<Aug 22, 2019 8:56:57 PM CST> <org.apache.cxf.phase.PhaseInterceptorChain> <Interceptor for {http://services.gzyc.chinasofti.com/}commonWebService has thrown exception, unwinding now java.lang.RuntimeE…
建站知识
2025/2/8 10:59:44
路由代理(msf、CobaltStrike)与内网渗透
kali:192.168.239.0/24
win7:192.168.239.0/24 192.168.52.0/24
win2003:192.168.52.0/24
win2008:192.168.52.0/24以下用到的工具可以gitthub上下载。
CobaltStrike代理
开启CobaltStrike 在命令行中输入
socks 2222通过火狐…
建站知识
2025/2/8 10:49:45
流媒体传输协议:RTMP、HLS和RTSP介绍
问题背景:
问题背景:
流媒体传输协议经过几十年的发展,越来越丰富。近期的SRT、DASH、QUIC等都已经在实际中有所应用,但是这些协议里面应用最成熟,最广的协议还是RTSP/RTP/RTCP、HLS和RTMP协议。同时这些协议背后…
建站知识
2025/2/8 11:24:59
海康、大华等IpCamera RTSP地址和格式
实时流 海康 rtsp://[username]:[password][ip]:[port]/[codec]/[channel]/[subtype]/av_stream 说明: username: 用户名。例如admin。 password: 密码。例如12345。 ip: 为设备IP。例如 192.0.0.64。 port: 端口号默认为554,若为默认可不填写。 codec&a…
建站知识
2025/2/8 11:08:46
display:The Wayland Book 节选
source code:https://git.sr.ht/~sircmpwn/wayland-book
本文内容均节选自 《The Wayland Book》
High-level design
Your computer has input and output devices, which respectively are responsible for receiving information from you and displaying inf…
建站知识
2025/1/10 16:20:59
Object Detection(目标检测神文)
目标检测神文,非常全而且持续在更新。转发自:https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html,如有侵权联系删除。 更新时间: 20181026
我会跟进原作者博客持续更新,加入自己对目标检…
建站知识
2024/11/27 9:07:49