top of page

Essential Commands for Linux and Windows: A Quick Reference Guide

  • Writer: SapiensHack
    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.

 
 
 

Recent Posts

See All

Comments


© 2022 by SapiensHack.com (Security)

bottom of page