Skip to content

Commit

Permalink
added beacon established note script
Browse files Browse the repository at this point in the history
  • Loading branch information
bluscreenofjeff committed Dec 16, 2016
1 parent 501a3d5 commit 0117ff2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Aggressor scripts for use with [Cobalt Strike](https://cobaltstrike.com) 3.0+

**beaconid_note.cna** - set Beacon note to its ID on load and initial checkin (primarily useful when coding Aggressor scripts)

**beaconestablishednote.cna** - set Beacon note to the time it was established on initial checkin

**Beaconpire** - send Beacons to Empire and pull Empire Agents into Cobalt Strike

**CCDC** - a collection of scripts designed for use at CCDC
Expand Down
3 changes: 3 additions & 0 deletions beaconestablishednote.cna
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
on beacon_initial {
bnote($1,"Established: " . formatDate('MM/dd/yyyy HH:mm:ss (z)'));
}

0 comments on commit 0117ff2

Please sign in to comment.