Wrapped comments to within 80 columns width.

pull/158/head
Ben-Lindsey Horn 3 years ago
parent edad85dea5
commit 051a239434

@ -1,6 +1,8 @@
# lse
# Linux enumeration tools for pentesting and CTFs.
# This project was inspired by https://github.com/rebootuser/LinEnum and uses many of its tests. Unlike LinEnum, lse tries to gradualy expose the information depending on its importance from a privesc point of view.
# This project was inspired by https://github.com/rebootuser/LinEnum and uses
# many of its tests. Unlike LinEnum, lse tries to gradualy expose the
# information depending on its importance from a privesc point of view.
# GitHub repo: https://github.com/diego-treitos/linux-smart-enumeration.git
# Basic usage
@ -12,7 +14,10 @@
# Display the built-in help.
./lse.sh -h
# Specify the output verbosity level (0 = highly important results, 1 = interesting results, 2 = all gathered information)
# Specify the output verbosity level
# 0 = highly important results
# 1 = interesting results
# 2 = all gathered information
./lse.sh -l 0|1|2
# Specify a comma-separated list of sections or tests to run.

Loading…
Cancel
Save