If you do not know Elliot, you are not aware of the number of possibilities that you are wasting when it comes to perform your pentestings. A new all-in-one hacking framework is going to be unleashed... or is it just a product of your imagination?
To install the tool, the easiest way is to use the go get
command:
go get github.com/cosasdepuma/elliot
You can also download the precompiles binary for your system in the Release tab.
To run the program, just type elliot
in the terminal. A graphical interface will automatically open with which to execute the different processes.
You can 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
You can develop your own modules or contribute to the development and improvements of the project freely.
The first thing you need to do is clone the project using the git
tool:
git clone https://github.com/cosasdepuma/Elliot
Once downloaded, do not hesitate to modify everything you think necessary.
You should take a look at the Changelog file to get an idea of what is being done.
Compiling Elliot is a quite tricky. Since Elliot relies on go-sqlite3, gcc may need to be installed on your system. To compile it, just run the command:
CGO_ENABLED=1 go build -o elliot main.go
You can also specify both the operating system and the target architecture:
Supported x32 | Supported x64 |
---|---|
windows/386 | windows/am64 |
linux/386 | linux/amd64 |
darwin/386 | darwin/amd64 |
freebsd/386 | freebsd/amd64 |
Elliot grows thanks to the curiosity of its creator, which means that some of its features are born from ideas taken from other repositories and tools:
Idea | Source |
---|---|
Subdomain APIs | assetfinder |
Common Crawler API | waybackurls |
Everything I do and publish can be used for free whenever I receive my corresponding merit.
Anyway, if you want to help me in a more direct way, you can leave me a tip by clicking on this badge: