Command line tool to get info about filenames, clsid etc, from SystemLookup.com
Project description
## SystemLookup
Get results from SystemLookup.com via command line.
### Usage:
```
usage: systemlookup.py [-h] [-l SL_LIST] -t SEARCHTYPE searchitem
SystemLookup.com Command Line Tool
positional arguments:
searchitem
optional arguments:
-h, --help show this help message and exit
-l SL_LIST, --list SL_LIST
The list that is used to lookup the entry. Possible
values: SEH, O16, FF, FIREFOX, O9, R3, O21, DRIVERS,
O10, STARTUP, O23, O20, O18, ACTIVE, CLSID, SERVICES,
O4, O3, O2, O22, LSP
-t SEARCHTYPE, --type SEARCHTYPE
The type of the search item. Possible values: name,
clsid, filename
```
Example command for global search:
```
python systemlookup.py -t name lsasss
```
Example command for search in startup list:
```
python systemlookup.py --list O2 --type filename "explore.exe"
```
### Installation:
```
python setup.py install
```
Get results from SystemLookup.com via command line.
### Usage:
```
usage: systemlookup.py [-h] [-l SL_LIST] -t SEARCHTYPE searchitem
SystemLookup.com Command Line Tool
positional arguments:
searchitem
optional arguments:
-h, --help show this help message and exit
-l SL_LIST, --list SL_LIST
The list that is used to lookup the entry. Possible
values: SEH, O16, FF, FIREFOX, O9, R3, O21, DRIVERS,
O10, STARTUP, O23, O20, O18, ACTIVE, CLSID, SERVICES,
O4, O3, O2, O22, LSP
-t SEARCHTYPE, --type SEARCHTYPE
The type of the search item. Possible values: name,
clsid, filename
```
Example command for global search:
```
python systemlookup.py -t name lsasss
```
Example command for search in startup list:
```
python systemlookup.py --list O2 --type filename "explore.exe"
```
### Installation:
```
python setup.py install
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
systemlookup-0.0.2.tar.gz
(3.5 kB
view hashes)