From 3be6f86f05b4359c9294397ed1d56579fbdae326 Mon Sep 17 00:00:00 2001 From: ps-porpoise <152162390+ps-porpoise@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:45:24 +0000 Subject: [PATCH] Add links to Bambdas docs & add linguist syntax highlighting for .bambda files. --- .gitattributes | 1 + README.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f9613a7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.bambda linguist-language=Java diff --git a/README.md b/README.md index 6524e4e..177504d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# bambdas +# Bambdas Bambdas collection for Burp Suite Professional and Community. + +Developed both by PortSwigger and the community with 🧡 + +## Documentation and Blogs +Online documentation for Proxy HTTP Bambdas can be found [here](https://portswigger.net/burp/documentation/desktop/tools/proxy/http-history/bambdas). + +- [Introducing Bambdas](https://portswigger.net/blog/introducing-bambdas) +- [Burp Suite Shorts | Bambdas](https://www.youtube.com/watch?v=neQpukwW43g) + +## Community submissions +Please issue a pull request and follow the process outlined [here](https://github.com/PortSwigger/Bambdas/blob/main/CONTRIBUTING.md). \ No newline at end of file