-
Notifications
You must be signed in to change notification settings - Fork 69
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
Inject payload into hidden parameters. #107
Comments
ah ha! Great suggestion and the good news is the next version of tracy will have this :D I am actually currently working on building the new release this weekend and am hoping to have it ready by this week. Stay tuned! |
Currently, though, if you have the tracy binary running and your browser proxying through it, you can use the string |
Hello, thanks for the feedback. I have just tried this and the proxy did not inject the payload. I tried setting the auto-fill inputs to
|
Hmmm, this is what I get: Notice, I've got FoxyProxy set to proxy my browser through Tracy when I do that. Here's the screenshot of the Tracy UI showing the payload Tracy noticed that the source input was written to the DOM as a node name, which should never happen so it flags it as red (as it should). Is that not what you are seeing? Here are some things to try if you aren't:
Hopefully all of this will be easier soon, but let me know if you still can't get it working. |
Yea I've had issues with performance before. It was one of the pushes to redo it with just an extension; I noticed it happening when there are a lot of tracers in your database because it has to search a lot of content for each of those tracers one at a time. When its all migrated to an extension, it will be simpler (hopefully?) to debug issues and move longer running jobs to a web worker. If you can start over and get a reproducible case where you are getting that performance error, I'd love to see it. With regards to the SSTi, that's a great idea! And one mentioned here #51 . I think we figured out that a rough way of doing it right now would be to modify your
That should work after you restart the tracy binary and reload your browser window. Although, it is not super elegant. The most "tracy"-way of doing it would be tracy would automatically generate a payload for you and look for it so you wouldn't have the same numbers all over your app you were testing and it could differentiate between different SSTi input sources. I've never actually tried this, so give it a shot and let me know if it works. |
New version! Closing this as I am sure the new version will have it's own issues. If you have issues with the new verision, let's open a separate ticket. Thanks for using tracy! |
Shall there be an option to inject payload into the url, and for such hidden params with no input box?
The text was updated successfully, but these errors were encountered: