Skip to content
/ CNA Public

A collection of Cobalt Strike Network Aggressor scripts

Notifications You must be signed in to change notification settings

nowhey2/CNA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

CNA

A collection of Cobalt Strike Network Aggressor scripts

pkill pid|name pid|name pid|name

I.e., pkill cmd.exe 1172 2253 xdiag.exe

  • Will kill the process IDs 1172 2253 and whatever pids map back to cmd.exe and xdiag.exe
  • Mixing names and PIDs will work fine
  • The matching on names is case sensitive and will not match space in names.
  • If names are included, will cause a ps to be issued (bps), in order to map the name to a PID.
  • If names are not included, it will not perform a ps.

About

A collection of Cobalt Strike Network Aggressor scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors