Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/portswigger/example-hello-world
https://github.com/portswigger/example-hello-world
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/portswigger/example-hello-world
- Owner: PortSwigger
- Created: 2017-02-14T05:00:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T10:25:37.000Z (over 2 years ago)
- Last Synced: 2023-09-07T06:46:14.677Z (over 1 year ago)
- Language: Java
- Size: 3.91 KB
- Stars: 31
- Watchers: 3
- Forks: 42
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Burp Suite extension: Hello World
Our first sample extension is about as basic as things can get, while actually
doing something. It demonstrates the following techniques:
- Setting the name of the extension, which will be shown to the user in the UI.
- Obtaining the extension-specific output and error streams.
- Writing messages to the output and error streams.
- Writing a message to the main Burp alerts log.
- Generating an exception to demonstrate how this is reported to the user.This repository includes source code for Java, Python and Ruby.