User Tools

Site Tools


rtfm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rtfm [2016/07/25 21:56] walkeradminrtfm [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Red Team Field Manual (RTFM) ====== ====== Red Team Field Manual (RTFM) ======
 +<color darkorange>2016</color>
 +\\ 
 \\  \\ 
 \\  \\ 
Line 56: Line 58:
     pkginfo                                               Installed pkgs (Solaris)      pkginfo                                               Installed pkgs (Solaris) 
     which tscsh/csh/ksh/bash                              Show location of executable      which tscsh/csh/ksh/bash                              Show location of executable 
-    chmod -5o tcsh/csh/ksh                                Disable shell , force b +    chmod -5o tcsh/csh/ksh                                Disable shell , force bash 
-     +\\  
 +\\  
 +===== Linux Utility Commands ===== 
 +    wget http:// url -O url.txt -o /dev/null              Grab url 
 +    rdesktop ip                                           Remote Desktop to ip 
 +    scp /tmp/file user@x.x.x.x:/tmp/file                  Put file 
 +    scp user@ remoteip :/tmp/file /tmp/file               Get file  
 +    useradd -m user                                       Add user 
 +    passwd user                                           Change user password 
 +    rmuser uname                                          Remove user 
 +    script -a outfile                                     Record shell : Ctrl-D stops 
 +    apropos subject                                       Find related command 
 +    history                                               View users command history 
 +    ! num                                                 Executes line # in history 
 +\\  
 +\\ 
rtfm.1469480180.txt.gz · Last modified: 2023/03/09 22:35 (external edit)