# Windows Exploit Suggester

{% embed url="<https://github.com/strozfriedberg/Windows-Exploit-Suggester>" %}

### Step-1 Get the system Info

Get the system info and copy all to a txt file

```
systeminfo
```

<figure><img src="https://755681241-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa5rXMZ1JAQhUeS7TtZkM%2Fuploads%2FR4xVwgCHzoe8SkdZT2FO%2Fimage.png?alt=media&#x26;token=e1f99892-ebba-42a7-8dae-86c20bc6d2f5" alt=""><figcaption></figcaption></figure>

### Step-2 Use Windows exploit suggester

Update database

```
./windows-exploit-suggester.py --update
```

Install dependencies

```
install python-xlrd, $ pip install xlrd --upgrade
```

if pip not installed

```
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py; python get-pip.py
```

Feed it "systeminfo" input, and point it to the microsoft database

```
./windows-exploit-suggester.py --database 2014-06-06-mssb.xlsx --systeminfo win7sp1-systeminfo.txt 
```

<figure><img src="https://755681241-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa5rXMZ1JAQhUeS7TtZkM%2Fuploads%2FXmzdUbWzqAJEeGlIJOTE%2Fimage.png?alt=media&#x26;token=089bef54-1c8e-4e7f-a71e-3821a79eaad5" alt=""><figcaption></figcaption></figure>
