-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
Automated HTTP Requests #17
Comments
Hey, thanks! I'll have a look at I haven't investigated/thought about the UI for an "Attacker" module yet. I'm still gathering all the feedback I've received today and once the dust settles a bit I'll do some thinking and start writing some proposals for next steps. |
It's comparable to In terms of Go plugins, they're pretty straightforward. No gotchas I've seen apart from plugins need to be compiled against the same version of the program they'll be loaded into. I've been considering moving my plugin code into a separate package to get around this. They're pretty simple to implement. My plugin handling code is 108 lines including comments (https://github.com/JonCooperWorks/httpfuzz/blob/master/plugin.go) and it's mostly to keep the program running until the last plugin finishes and send messages to loaded plugins. Plugin authors only need to know about the
I could write a
All of those fields can be populated from the UI, except the |
Hey, this is a cool project. I wrote a Go HTTP fuzzer (https://github.com/JonCooperWorks/httpfuzz) that could be a quick drop in to the Hetty. The only issue is the UI. What did you envision it looking like?
The text was updated successfully, but these errors were encountered: