相关文章
路由代理(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协议。同时这些协议背后…
建站知识
2024/11/25 5:02:09
海康、大华等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…
建站知识
2024/11/29 3:23:06
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
生成对抗网络(GANs)的资料小结,另附:资源|17类对抗网络经典论文及开源代码(附源码)
1.GANs的一些资料链接 ************************************************** ************************************************** *********************************** 【1】GAN学习指南:从原理入门到制作生成演示,总共分几步----- HTTPÿ…
建站知识
2024/10/30 7:21:12
unordered_map使用详解
STL:unordered_map使用笔记
参考网址:
cpluscplusunordered_map与map的区别(CSDN)
1.概述
unordered_map的模板定义如下:
template < class Key, // unordered_map::key_t…
建站知识
2025/1/18 5:15:10