Skip to content

Instantly share code, notes, and snippets.

@mubix
Created December 30, 2020 18:28
Show Gist options
  • Save mubix/3c774886e15afc0ca9ebd0e8232e64b2 to your computer and use it in GitHub Desktop.
Save mubix/3c774886e15afc0ca9ebd0e8232e64b2 to your computer and use it in GitHub Desktop.
Hak5 PES0E5 Pentest / Red Team Audit Logging ScreenRC File
defshell -bash
startup_message off
multiuser on
defscrollback 10000
logfile /opt/logs/$USER-screenlog.%H.%n.%Y%m%d-%0c:%s.%t.log
logfile flush 5
logtstamp on
deflog on
defmonitor on
caption always "%{= gk}%-Lw%{= bW}%50> %n%f* %t %{-}%+Lw%< %= %{= rk} %H %l %{= gk} %0c:%s %{-}"
defutf8 on
activity "Activity in %t(%n)"
@kevinphp
Copy link

Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment