Download precompiled version here.
If you have a Go environment, make sure you have Go >= 1.13 with Go Modules enable and run the following command.
GO111MODULE=on go get github.com/jaeles-project/jaeles
This gonna pull latest signature and UI build from default repo.
jaeles config init
Just save new signature to anywhere then load it by the command below.
jaeles config add --signDir /tmp/your-custom-signatures/
with /tmp/custom-signatures/
is your custom signature folder.
Or you can just use new signature directly by using this command
jaeles scan -s new_sign.yaml -u example.com
jaeles config reload --signDir /tmp/standard-signatures/
standard signatures structure look like this.
.
├── README.md
├── discovery
├── exper
├── fuzz
├── lite-fuzz
├── mics
├── passives
├── products
├── resources
├── sensitive
└── thirdparty