Skip to content

snovvcrash/BOFs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOFs

Get beacon.h:

~$ curl -sS https://download.cobaltstrike.com/downloads/beacon.h -o beacon.h

Build all the BOFs:

~$ ./make_all.sh

Build a single BOF:

~$ cp beacon.h <BOF_DIR> && cd <BOF_DIR>
~$ make

DISCLAIMER. All information contained in this repository is provided for educational and research purposes only. The owner is not responsible for any illegal use of included code snippets.

Backdoors SCManager SDDL.

Help

usage:    backdoor-scmanager <TARGET_HOST> <SDDL_TO_SET>
example:  backdoor-scmanager SRV01.megacorp.local D:(A;;KA;;;WD)

References

SubscribeWNF (No Profit, Training Only)

Subscribes to WNF notifications for a number of seconds.

Help

usage:    subscribe-wnf <NUMBER_OF_SECONDS_TO_LISTEN>
example:  subscribe-wnf 10

References

About

Beacon Object Files (not Buffer Overflows)

Resources

License

Stars

Watchers

Forks