All Projects → FortyNorthSecurity → Screenshooter

FortyNorthSecurity / Screenshooter

Licence: other
C# program to take a full size screenshot or a recording of the user's desktop. Takes in 0-3 flags

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Screenshooter

CnC-detection
Detecting PowerShell Empire, Metasploit Meterpreter and Cobalt Strike agents by payload size sequence analysis and host correlation
Stars: ✭ 15 (-75.41%)
Mutual labels:  cobaltstrike
scemu
x86 malware emulator
Stars: ✭ 150 (+145.9%)
Mutual labels:  cobaltstrike
EVA2
Another version of EVA using anti-debugging techs && using Syscalls
Stars: ✭ 223 (+265.57%)
Mutual labels:  cobaltstrike
REW-sploit
Emulate and Dissect MSF and *other* attacks
Stars: ✭ 115 (+88.52%)
Mutual labels:  cobaltstrike
365CS
CobaltStrike优秀资源
Stars: ✭ 81 (+32.79%)
Mutual labels:  cobaltstrike
AggressiveGadgetToJScript
A Cobalt Strike Aggressor script to generate GadgetToJScript payloads
Stars: ✭ 90 (+47.54%)
Mutual labels:  cobaltstrike
csOnvps
CobaltStrike4.4 一键部署脚本 随机生成密码、key、端口号、证书等,解决cs4.x无法运行在Linux上报错问题 灰常银杏化设计
Stars: ✭ 263 (+331.15%)
Mutual labels:  cobaltstrike
DNSWho
transmit cs beacon (shellcode) over self-made dns to avoid anti-kill and AV
Stars: ✭ 47 (-22.95%)
Mutual labels:  cobaltstrike
Malleable-C2-Profiles
Malleable C2 Profiles. A collection of profiles used in different projects using Cobalt Strike & Empire.
Stars: ✭ 168 (+175.41%)
Mutual labels:  cobaltstrike

Screenshooter

This tool was created to take full screenshots or a recording of the user's desktop(s) when beacon doesn't want to work.

Update: Can now record video of the desktop as well for X amount of time, default is 10s. This MUST be done by dropping the exe to the system first and will not work through execute-assembly.

To use, run the file and it will create a screenshot and save it in the current user's AppData\Roaming directory with a timestamped name. You can also pass it a flag for the location/filename where you want it saved. For some examples:

Usage

The application takes in 0-3 flags as input. These flags need to be in the correct order to work (caveat is record functionality)! See the examples below. If you want a screen recording, you must specify "record" as the first positional argument. You can then either specify the path, the path and how long to record, or just how long to record. The length of the recording is in seconds.

Screenshooter.exe
Screenshooter.exe C:\Users\Public\Documents\
Screenshooter.exe C:\Users\Public\Documents\screenshot.png

- To record the screen(s) (must drop on system first and then use the execute command in beacon):
Screenshooter.exe record
Screenshooter.exe record 30
Screenshooter.exe record c:\users\test\desktop\vid.mp4
Screenshooter.exe record c:\users\test\desktop\vid.mp4 30
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].