-
-
Notifications
You must be signed in to change notification settings - Fork 351
Vulnx Library
Anouar Ben Saad edited this page Jun 26, 2019
·
3 revisions
Vulnx is available as a library for both Python 2 & Python 3.
To install vulnx as a library, you can simply do
pip install vulnx --userimport vulnx
vulnx.webhosting_info('http://example.com')import vulnx
vulnx.portscan('http://example.com',22)import vulnx
vulnx.dnsdumper('http://example.com')import vulnx
vulnx.domain_info('http://example.com')To make the gathering as flexible as possible, following optional arguments are present
| Argument | Type | Default |
|---|---|---|
| timeout | int | 3 |
| threads | float | 2 |
| dorks | str | None |
| cms-info | str | None |
| number-pages | int | 1 |
| dork-list | str | None |
| port-scan | int | 22 |