Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
belane committed Sep 5, 2022
1 parent fe5a39d commit 2e2b935
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.
Expand Down

0 comments on commit 2e2b935

Please sign in to comment.