追寻洋葱

文章
6
资源
0
加入时间
4年1月24天

MIPI D-PHY 总结

Operating Modes: Control, High-Speed, and Escape1.The Lane is only in High-Speed mode during Data bursts. The sequence to enter High-Speed mode is: LP-11, LP-01, LP-00 at which point the Data Lane r...

Struts2 漏洞复现之s2-016

Struts2 漏洞复现之s2-016原理:在struts2中,DefaultActionMapper类支持以"action:"、“redirect:”、"redirectAction:"作为导航或是重定向前缀,但是这些前缀后面同时可以跟OGNL表达式,由于struts2没有对这些前缀做过滤,导致利用OGNL表达式调用java静态方法执行任意系统命令。1.进入016cd vulhub-master/struts2/s2-0162.开启016docker-c