rtfm
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| rtfm [2016/07/25 20:45] – walkeradmin | rtfm [2017/01/12 20:11] (current) – walkeradmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Red Team Field Manual (RTFM) ====== | ====== Red Team Field Manual (RTFM) ====== | ||
| + | <color darkorange> | ||
| + | \\ | ||
| \\ | \\ | ||
| \\ | \\ | ||
| Line 34: | Line 36: | ||
| \\ | \\ | ||
| \\ | \\ | ||
| + | ===== Linux System Info ===== | ||
| + | nbstat -A ip Get hostname for IP | ||
| + | id Current username | ||
| + | w | ||
| + | who -a User information | ||
| + | last -a Last users logged on | ||
| + | ps -ef Process listing (top) | ||
| + | df -h Disk usage (free) | ||
| + | uname -a Kernel version/CPU Info | ||
| + | mount | ||
| + | getent passwd | ||
| + | PATH~$PATH:/ | ||
| + | kill pid Kill process with pid | ||
| + | cat / | ||
| + | cat / | ||
| + | cat / | ||
| + | rpm --query -all Installed pkgs (Redhat) | ||
| + | rpm -ivh ' | ||
| + | dpkg -get-selections | ||
| + | dpkg -I ' | ||
| + | pkginfo | ||
| + | which tscsh/ | ||
| + | chmod -5o tcsh/ | ||
| + | \\ | ||
| + | \\ | ||
| + | ===== Linux Utility Commands ===== | ||
| + | wget http:// url -O url.txt -o / | ||
| + | rdesktop ip | ||
| + | scp /tmp/file user@x.x.x.x:/ | ||
| + | scp user@ remoteip :/tmp/file / | ||
| + | useradd -m user Add user | ||
| + | passwd user | ||
| + | rmuser uname Remove user | ||
| + | script -a outfile | ||
| + | apropos subject | ||
| + | history | ||
| + | ! num | ||
| + | \\ | ||
| + | \\ | ||
rtfm.1469479510.txt.gz · Last modified: (external edit)
