-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http encoding issue #24
Comments
Hi, I think you're missing a couple of things :) It looks like the payload should be And because of it, a content type header must be added ... this command line works for me:
Am I missing something? |
Thanks for taking the time and look into this, I appreciate your feedback! What probably put me off track is that the |
that's interesting actually ... will try to see why |
btw, are you setting anything in specific to build the project? i would have figured it out pretty quickly debugging the actual code... if yes could you add it to the wiki? I had to explicitly disable the mqtt plugin cos it was giving this error
but I didn't find out how to solve the issue with |
just cargo build --release ... maybe you're missing cmake (that's what's required to build paho-mqtt-sys if i recall correctly) |
(in the meantime the json approach is a decent workaround) |
awesome, thanks for the quick fix! 🚀 |
let me know if i can do anything else to help you integrate with your tool |
Thanks! It's still early stage and I'm trying to validate few ideas atm, when i'll get a chance I'd like to see how The idea is basically to abstract where a tool is running and how, to focus on the actual problem. This megalopolis/task/bruteforce/legba is how I defined your tool. I want to build a preset of commands for each tool and the most common use cases. Once I build a solid catalog and i'm familiar with all the tools and attacks i will focus on the orchestration and how to collect/parse/aggregate the results from various tools (which is the easiest part for me) If you are interested I could add it as alternative way to run it in the installation section or an example page in the wiki to showcase legba against the juice-shop. It's up to you! |
Hi, thanks for the awesome project!
I'm testing
legba
with my hckops/hckctl tool against the owasp juice shop and it looks like something is wrong with the encoding or escaping of special chars, could you please verify?This is how I found the issue
Official solution https://help.owasp-juice.shop/appendix/solutions.html, search for
Dumpster dive the Internet for a leaked password and log in to the original user account it belongs to
or the passwordIn order to exclude that it's an issue with my tool, I built the project locally and this is how I verify it
I wanted to actually debug it properly, and probably it's because I'm not familiar with rust, I can build
legba
disabling themqtt
plugin, but when i'm trying to run it (same error with vscode, intellij, rustrover) I keep gettingCould you please verify it? I'm more than happy to contribute to the project and open a pr if this is an actual issue.
Thanks!
The text was updated successfully, but these errors were encountered: