Skip to content

Commit 904a999

Browse files
committed
Sleep 1 added
Sleep 1 added to reduce network usage
1 parent 25ac9c1 commit 904a999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/post/windows/gather/phish_windows_credentials.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def procmon(process, description)
6767
first = true
6868
print_status("Monitoring new processes.")
6969
while detected == false
70+
sleep 1
7071
procs = client.sys.process.processes
7172
procs.each do |p|
7273
if p['name'] == process or process == "*"

0 commit comments

Comments
 (0)