jaeles-project / jaeles

The Swiss Army knife for automated Web Application Testing

Home Page:https://jaeles-project.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation advice

r1cs3c opened this issue · comments

Hey Guys,

Been playing with jaeles for a few days now and this is what I did to get it to work:

  1. 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.
  2. When using your own signatures, use the full path
  3. 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
  4. 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.

commented

Can u explain the 4th point clearly
because, it is stopping at here only and not testing it further.
image