tomsteele / burpbuddy

burpbuddy exposes Burp Suites's extender API over the network through various mediums, with the goal of enabling development in any language without the restrictions of the JVM
MIT License
156 stars 25 forks source link

scanning options #39

Open superuser5 opened 3 years ago

superuser5 commented 3 years ago

Hello, Is it possible to add more scanning options?

Example: curl -i http://127.0.0.1:8001/scan -X POST -H 'Content-type: application/json' -d '{"task":"1", "message": "UE9TVCAvc2Nhbi9hY3RpdmUgSFRUUC8xLjEKSG9zdDogMTI3LjAuMC4xOjgwMDEKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkFjY2VwdDogKi8qCkFjY2VwdC1MYW5ndWFnZTogZW4KJ0NvbnRlbnQtdHlwZTogYXBwbGljYXRpb24vanNvbicKVXNlci1BZ2VudDogTW96aWxsYS81LjAKQ29ubmVjdGlvbjogY2xvc2UKQ29udGVudC1MZW5ndGg6IDE5MgoKeydob3N0JzogJzEyNy4wLjAuMScsICdwb3J0JzogODAwMCwgJ3VzZV9odHRwcyc6ZmFsc2UsICdyZXF1ZXN0JzogJ3Rlc3QnfQog"}' the above will send base64 encoded custom HTTP request to scanner task 1.

this will be magical! thanks

tomsteele commented 3 years ago

@superuser5 sorry I missed this. I can take a look!