Skip to content

Commit

Permalink
Update Forensic information scanner(for PC).bat
Browse files Browse the repository at this point in the history
  • Loading branch information
OxideDevX authored Jan 7, 2022
1 parent fc01046 commit b2231ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Forensic information scanner(for PC).bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@echo off
title Forensic Information Scanner(creatred by OxideDevX)
color a
echo HI!
echo ############################################################
echo #### ####
echo ####### Forensic Information Scanner #######
Expand All @@ -14,7 +15,7 @@ whoami /priv >> %COMPUTERNAME%-IS.txt
echo %username% >> %COMPUTERNAME%-IS.txt
net user >> %COMPUTERNAME%-IS.txt
cmdkey /list >> %COMPUTERNAME%-IS.txt
:: user
:: user part
systeminfo >> %COMPUTERNAME%-IS.txt
getmac >> %COMPUTERNAME%-IS.txt
dir C:\ >> %COMPUTERNAME%-IS.txt
Expand All @@ -26,12 +27,12 @@ dir C:\"Program Files (x86)" >> %COMPUTERNAME%-IS.txt
tasklist >> %COMPUTERNAME%-IS.txt
wmic startup list full >> %COMPUTERNAME%-IS.txt

::Network
::Network part
ipconfig /all >> %COMPUTERNAME%-IS.txt
netstat -ao >> %COMPUTERNAME%-IS.txt
net view >> %COMPUTERNAME%-IS.txt
arp -a >> %COMPUTERNAME%-IS.txt

::Software Information
wmic product get /format:csv > %COMPUTERNAME%-IS.csv
exit
exit

0 comments on commit b2231ff

Please sign in to comment.