You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elliot not only has a constantly growing variety of plugins that will help you to perform basic pentesting tests, but it is also a tool with a very good performance, due to its purely Golang-based implementation.
Currently the available plugins are:
portscanner := scans for open ports
robots.txt := returns the robots.txt of a web page
subdomain := collects from different sources all subdomains associated with a domain
You can also execute the application in containerized environments like Docker. To download the image, just run:
docker pull cosasdepuma/elliot:latest
The recommended way to run the image is:
docker run --rm -it cosasdepuma/elliot
For more information about Elliot, check out his repository on GitHub: https://github.com/cosasdepuma/elliot