Hey Guys,
Been playing with jaeles for a few days now and this is what I did to get it to work:
- download one of the pre-compiled binaries, they worked straight away for me. Add it to your path and you good to go. If you need to install it use the
GO111MODULE=on go install github.com/jaeles-project/jaeles@latest, the binary is inside the go folder. I have not tested this so unsure how it works.
- When using your own signatures, use the full path
- if for whatever reason when you do the
jaeles config init you get an error, delete the folder .jaeles and try again, you should se the signatures being downloaded
- when sending request from burp, make sure you edit it on responder before sending it. I would also advice to test the signatures on your test server before doing any scans to an operational server.
Otherwise, the tool seems to work like charm. I hope this helps.
Hey Guys,
Been playing with jaeles for a few days now and this is what I did to get it to work:
GO111MODULE=on go install github.com/jaeles-project/jaeles@latest, the binary is inside the go folder. I have not tested this so unsure how it works.jaeles config inityou get an error, delete the folder.jaelesand try again, you should se the signatures being downloadedOtherwise, the tool seems to work like charm. I hope this helps.