/
usr
/
share
/
systemtap
/
examples
/
security-band-aids
/
File Upload :
llllll
Current File: //usr/share/systemtap/examples/security-band-aids/cve-2017-6074.stp
#!/usr/bin/stap -g probe module("dccp*").function("dccp_v?_connect") { $addr_len = 0; printf("%s[%d] DCCP socket connect denied\n", execname(), tid()) } probe begin { printf("DCCP band-aid active\n") } probe end,error { printf("DCCP band-aid shutdown\n") }
Copyright ©2k19 -
Hexid
|
Tex7ure