Skip to content

Instantly share code, notes, and snippets.

@2XXE-SRA
Created August 16, 2022 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2XXE-SRA/5563bfe09e3a5ad55edfe8104287a4af to your computer and use it in GitHub Desktop.
Save 2XXE-SRA/5563bfe09e3a5ad55edfe8104287a4af to your computer and use it in GitHub Desktop.
linux enum.sh
#!/bin/bash
df -aH
ip addr
netstat -tulpn
ps -aux
who -a
systemctl list-units --type=service --no-pager
service --status-all
apt list --installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment