nikto and other tools are missing from Docker build
See original GitHub issueUsing the Dockerfile results in a container that is missing:
- nitko
- cmsmap
- wafw00f
- whatweb
Example:
# cat https_cmsmap_443.err
/bin/sh: 1: cmsmap: not found
It also seems like a wordlist is missing:
# cat http_medium_dirsearch_80.out
The wordlist file does not exist
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Image-building best practices - Docker Documentation
When you have built an image, it is a good practice to scan it for security vulnerabilities using the docker scan command. Docker...
Read more >How to find Web Server Vulnerabilities with Nikto Scanner ?
Sounds like a perfect in-house tool for web server scanning. ... It will create a new folder called “nikto-master”; Go inside the folder...
Read more >Top 10 Most Useful Vulnerability Assessment Scanning Tools
This article provides you a list of the best vulnerability assessment tools for the security assessment of the web applications and computer ...
Read more >nikto | Kali Linux Tools
root@kali:~# nikto -h -config+ Use this config file -Display+ Turn on/off display outputs -dbcheck check database and other key files for ...
Read more >Posts tagged with speak-like-a-brazilian - TupiLabs
Apr 09, 2016 in laravel, security, nikto, speak-like-a-brazilian | blog ... There are other tools such as Luigi and Pentaho Kettle that could...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have added
dirb
to legion default installation also. Thank you @mavensecurity for noticing the bug and thank you very much @alegrey91 for fixing it.Maybe just add
dirb
to the list of tools used bylegion
, unless there is already a better option included.