Skip to content

Instantly share code, notes, and snippets.

@Zinkuth
Created November 28, 2021 13:23
Show Gist options
  • Save Zinkuth/67f64c0e89808ad5568f056f56192310 to your computer and use it in GitHub Desktop.
Save Zinkuth/67f64c0e89808ad5568f056f56192310 to your computer and use it in GitHub Desktop.
@echo off
echo Lazarus/Appleworm Hacker Group
echo INFORMATION GATHERING
echo IN PROGRESS...........................
hostname
echo ================================================================
whoami
echo ================================================================
ver
echo ================================================================
ipconfig -all
echo ================================================================
ping google.com
echo ================================================================
query user
echo ================================================================
net user
echo ================================================================
net view
echo ================================================================
net view /domain
echo ================================================================
reg query "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings"
echo ================================================================
tasklist /svc
echo ================================================================
netstat -ano | find \TCP\
echo ================================================================
msdtc 192.168.11.2 4545
echo ================================================================
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment