Last active
January 24, 2023 16:49
-
-
Save MrChrisWeinert/b01cf7c3dd132d4ac54eea5d0d202a99 to your computer and use it in GitHub Desktop.
Revisions
-
MrChrisWeinert revised this gist
Jan 24, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ tasklist > info.txt && arp -a >> info.txt && netstat -ano >> info.txt && sc query >> info.txt && systeminfo >> info.txt -
MrChrisWeinert created this gist
Jan 6, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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