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
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.
The text was updated successfully, but these errors were encountered:
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 init
you get an error, delete the folder.jaeles
and try again, you should se the signatures being downloadedOtherwise, the tool seems to work like charm. I hope this helps.
The text was updated successfully, but these errors were encountered: