Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rvrsh3ll/BOF_Collection
Various Cobalt Strike BOFs
https://github.com/rvrsh3ll/BOF_Collection
Last synced: 3 months ago
JSON representation
Various Cobalt Strike BOFs
- Host: GitHub
- URL: https://github.com/rvrsh3ll/BOF_Collection
- Owner: rvrsh3ll
- License: bsd-3-clause
- Created: 2020-07-16T18:24:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T13:57:18.000Z (about 2 years ago)
- Last Synced: 2024-05-02T01:53:06.558Z (6 months ago)
- Language: C
- Size: 16.6 KB
- Stars: 517
- Watchers: 13
- Forks: 52
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - rvrsh3ll/BOF_Collection - Various Cobalt Strike BOFs (C)
README
# BOF_Collection
Various Cobalt Strike BOFs## Requirements
[beacon.h](https://www.cobaltstrike.com/downloads/beacon.h)For compilation instructions and BOF overview [help-bof](https://www.cobaltstrike.com/help-beacon-object-files)
## Active_Directory
### GetDomainInfo.c
Returns information on the current domain and domain controller.
`inline-execute GetDomainInfo.o`
## Collection
### GetClipboard.c
Prints any text on the clipboard.
`inline-execute GetClipboard.o`
### dumpwifi.c
Enumerates WiFi interfaces and dumps clear text credentials
load dumpwifi.cna
`enumwifi`
`dumpwifi Wifi_Profile_Name`
## Network
### PortScan.c
Scans a single port on a remote host.
load portscan.cna
`bofportscan 192.168.1.10 3389`
## Persistence
### RegistryPersistence.c
Installs or removes registry persistence.
`inline-execute RegistryPersistence.o Install`
`inline-execute RegistryPersistence.o Remove`