tomsteele/burpbuddy

scanning options

Opened this issue · 1 comments

Hello,
Is it possible to add more scanning options?

  • Choose different predefined Task that defines scan configuration, logon and other requirements
  • Specify RAW HTTP request to be scanned?

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

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