Essential Commands for Linux and Windows: A Quick Reference Guide
- SapiensHack

- Mar 2, 2024
- 1 min read
Name of current user
Linux : whoami
Windows : whoami
Operating system's info
Linux : uname -a
Windows : ver
Network configuration
Linux : ifconfig
Windows : ipconfig /all
Network connections
Linux : netstat -an
Windows : netstat -an
Running processes
Linux : ps -ef
Windows : tasklist
Usage
These can be utilized in command injection attacks.



Comments