diff --git a/README.md b/README.md index 2259314..ff99d26 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # linux-soft-exploit-suggester -linux-soft-exploit-suggester finds exploits for all vulnerable software on the system, targeting software packages rather than just kernel vulnerabilities. -It uses the [exploit database](https://github.com/offensive-security/exploit-database) to assess the security of packages and search for exploits, helping with privilege escalation. +Script to find exploits for all vulnerable software on the system, targeting software packages rather than just kernel vulnerabilities. +It uses the [exploit database](https://github.com/offensive-security/exploit-database) to assess the security of packages and search for exploits to help with privilege escalation. ## Usage @@ -15,11 +15,11 @@ wget https://raw.githubusercontent.com/belane/linux-soft-exploit-suggester/maste python linux-soft-exploit-suggester.py ``` -### Run from a list of packages from another system if you can't run from the target. +### Run from a list of packages from another system if you can't run from target. - **Debian/Ubuntu**: `dpkg -l > package_list` - **RedHat/CentOS**: `rpm -qa > package_list` ``` -python linux-soft-exploit-suggester.py --file package_list +python linux-soft-exploit-suggester.py --file package_list --distro debian ``` ### Update exploit database.