Skip to content

Instantly share code, notes, and snippets.

@MrChrisWeinert
Last active January 24, 2023 16:49
Show Gist options
  • Select an option

  • Save MrChrisWeinert/b01cf7c3dd132d4ac54eea5d0d202a99 to your computer and use it in GitHub Desktop.

Select an option

Save MrChrisWeinert/b01cf7c3dd132d4ac54eea5d0d202a99 to your computer and use it in GitHub Desktop.

Revisions

  1. MrChrisWeinert revised this gist Jan 24, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion triage.bat
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    tasklist > info.txt && arp -a >> info.txt && netstat -an >> info.txt && sc query >> info.txt && systeminfo >> info.txt
    tasklist > info.txt && arp -a >> info.txt && netstat -ano >> info.txt && sc query >> info.txt && systeminfo >> info.txt
  2. MrChrisWeinert created this gist Jan 6, 2022.
    1 change: 1 addition & 0 deletions triage.bat
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    tasklist > info.txt && arp -a >> info.txt && netstat -an >> info.txt && sc query >> info.txt && systeminfo >> info.txt