代码搜索:processes

找到约 2,222 项符合「processes」的源代码

代码结果 2,222
www.eeworm.com/read/473927/6824238

txt 114.txt

Rule: -- Sid: 114 -- Summary: This event is generated when the Netbus trojan service is responding to an attackers commands on port 12346 -- Impact: Possible theft of data and control of the target
www.eeworm.com/read/275831/10794078

rb 09 - killing all processes for a given user.rb

#!/usr/bin/ruby -w # banish.rb def signal_all(username, signal) lookup_uid(username) killed = 0 %x{ps -U #{username}}.each_with_index do |proc, i| next if i == 0 # Skip the header provided