🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    README.md
    skipped 5 lines
    6 6   
    7 7  `curl "https://github.com/diego-treitos/linux-smart-enumeration/raw/master/lse.sh" -Lo lse.sh;chmod 700 lse.sh`
    8 8   
     9 +Note that since version `2.10` you can *serve the script* to other hosts with the `-S` flag!
     10 + 
    9 11  # linux-smart-enumeration
    10 12  Linux enumeration tools for pentesting and CTFs
    11 13   
    skipped 4 lines
    16 18   
    17 19  ## What is it?
    18 20   
    19  -This shell script will show relevant information about the security of the local Linux system.
     21 +This shell script will show relevant information about the security of the local Linux system, helping to escalate privileges.
    20 22   
    21 23  From version **2.0** it is *mostly* **POSIX** compliant and tested with `shellcheck` and `posh`.
    22 24   
    skipped 49 lines
    72 74   to do faster scans at the cost of completeness
    73 75   -p SECONDS Time that the process monitor will spend watching for
    74 76   processes. A value of 0 will disable any watch (default: 60)
     77 + -S Serve the lse.sh script in this host so it can be retrieved
     78 + from a remote host.
    75 79  ```
    76 80  ## Is it pretty?
    77 81   
    skipped 32 lines
  • ■ ■ ■ ■
    lse.sh
    skipped 4 lines
    5 5  # Author: Diego Blanco <[email protected]>
    6 6  # GitHub: https://github.com/diego-treitos/linux-smart-enumeration
    7 7  #
    8  -lse_version="2.9"
     8 +lse_version="2.10"
    9 9   
    10 10  #( Colors
    11 11  #
    skipped 1326 lines
Please wait...
Page is in error, reload to recover