akde/infosec

Information security is ultimately about managing risk


Auto­mates Win­dows enu­mer­a­tion. Github page

Usage

Seatbelt.exe -group=all

Run Seatbelt.exe with­out argu­ments to see pos­si­ble para­me­ters. Example

Seatbelt.exe OSInfo Processes

Remote

From anoth­er Win­dows sys­tem, seat­belt can con­nect to a vic­tim and per­form com­mands there.

Seatbelt.exe LogonSessions -computername=$victim -username=bob -password=bobber

Command aggregation

There are already some groups defined which per­form mul­ti­ple tests at once.

Seatbelt.exe -group=system [-computername=...]
Seatbelt.exe -group=remote [-computername=…]
Seatbelt.exe -group=user [-computername=…]
Seatbelt.exe -group=misc [-computername=…]

Leave a Reply

About

Personal collection of some infosec stuff. Primary purpose of this site is to collect and organize for myself.

Note: Some content is not publicly visible due to copyright issues. Therefore, some links could be broken.

Checklists

Categories

Checklists: Ports

python -c 'import pty;pty.spawn("/bin/bash")';

python3 -c 'import pty;pty.spawn("/bin/bash")';