http-script-generator
http-script-generator copied to clipboard
ZAP/Burp plugin that generate script to reproduce a specific HTTP request (Intended for fuzzing or scripted attacks)
Bumps [testng](https://github.com/cbeust/testng) from 5.14.9 to 7.7.0. Release notes Sourced from testng's releases. TestNG v7.7.0 What's Changed Replace FindBugs by SpotBugs by @gruenich in cbeust/testng#2781 Gradle: Drop forUseAtConfigurationTime() by @gruenich in...
Bumps commons-fileupload from 1.3.3 to 1.5. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
C# Code
Hi, i would like to suggest to write a c# script with RestSharp support. I'm not good enought to provide help with the burp java extension, but restsharp makes the...
Linked to global issue #30 [ref](https://ruby-doc.org/stdlib-2.7.1/libdoc/net/http/rdoc/Net/HTTP.html#class-Net::HTTP-label-POST) > To send multipart/form-data use Net::HTTPHeader#set_form: > > ```ruby > req = Net::HTTP::Post.new(uri) > req.set_form([['upload', File.open('foo.bar')]], 'multipart/form-data') > ``` [set_form](https://www.rubydoc.info/stdlib/net/Net%2FHTTPHeader:set_form) So requiring a external...
- [x] #29 remove `require "uri"` because it's already included by `require "net/http"` - `require 'net/http'` This will also require 'uri' so you don't need to require it separately. [Ref](https://ruby-doc.org/stdlib-2.7.1/libdoc/net/http/rdoc/Net/HTTP.html#class-Net::HTTP-label-Simple+Examples)...
Making metasploit exploit creation easier would be nice. Ref: https://github.com/rapid7/metasploit-framework/wiki/How-to-Send-an-HTTP-Request-Using-HTTPClient
Hi, Thanks for making this extension available. I've some points on the generated Ruby script 1. No need to require `uri` since it gets required once you require `net/http` 2....