You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-1Lines changed: 38 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,43 @@ You can also use the shorthand method of just the class name, but this will only
49
49
bofnet_execute HelloWorld @_EthicalChaos_
50
50
```
51
51
52
+
## Cobalt Strike Client Integrations
53
+
54
+
The BeaconObject class implements functionality to allow custom implementations of screen capture, file downloads (from memory 😊), keylogger and hash dumps. If, for example, the built in keylogger or screen capture implementation is causing Windows Defender or other AV engines to kill your beacon, you can implement your own. The relevant functions are documented below.
| bofnet_jobs | List all currently active BOF.NET jobs |
64
101
| bofnet_jobstatus *job_id*| Dump any pending console buffer from the background job |
65
102
| bofnet_jobkill *job_id*| Dump any pending console buffer from the background job then kill it. Warning, can cause deadlocks when terminating a thread that have transitioned into native code |
66
-
| bofnet_boo *booscript.boo*| Compile and execute Boo script in seperate temporary AppDomain |
103
+
| bofnet_boo *booscript.boo*| Compile and execute Boo script in seperate temporary AppDomain |
0 commit comments