pentest-tool-lite v3.9.3
Pentest Tool LITE
Check your website ( or any other website ) for common vulnerabilities.
Usage
Install
yarn global add pentest-tool-lite
# of if you use npm
npm i -g pentest-tool-liteBasic
pentest-tool-lite <URL> # http(s)://....Example
pentest-tool-lite https://juffalow.com
Options
Available options:
- -V, --version output the version number
- --grep only run tests matching tests separated by comma
- --exclude exclude tests matching tests separated by comma
- --logger
- --report
- -h, --help output usage information
help
$ pentest-tool-lite --helpgrep
Grep is checking every test if it contains any string from the grep argument.
To check just https and hsts type:
pentest-tool-lite https://juffalow.com --grep https,hstsTo list all available tests:
pentest-tool-lite testsexclude
If you do not want to run specific tests, you can ignore them with exclude argument.
To exclude javascript, css and image tests:
pentest-tool-lite https://juffalow.com --exclude javascript,css,imagereportType
Default report is short, which will show just test titles. If you want to see also description, change it to FULL report with:
pentest-tool-lite https://juffalow.com --reportType FULLreportFormat
pentest-tool-lite https://juffalow.com --reportFormat JSONSub Commands
Sitemap
List all URLs in sitemap. If it is sitemap index (sitemap that contains URLs to other sitemaps) it loads every sitemap and shows URLs from all of them.
pentest-tool-lite sitemap https://example.com/sitemap.xmlRandom
Reads from standard input and outputs lines based on some probability. This can be used for testing just random urls. For example, you can run sitemap sub-command, but you don't want to run the pentest on all of listed urls, so you can use pipes and pick random urls.
pentest-tool-lite sitemap https://example.com/sitemap.xml | pentest-tool-lite random | xargs -n1 pentest-tool-liteContributing
Use GitHub issues if you have suggestion for new check(s) or you found a bug in existing one.
And I'll be thankful for every pull request ;-)
How to run project locally
# install node modules
yarn
# run
yarn start https://juffalow.com
# or if you use npm
# install node modules
npm i
# run
npm start -- https://juffalow.comDebugging and Logging
Log everything:
pentest-tool-lite https://juffalow.com --logger=DEBUGLog everything that has at least WARNING level:
pentest-tool-lite https://juffalow.com --logger=WARNINGTests
npm testLicense
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago